Rockbox.org home
Downloads
Release release
Dev builds dev builds
Extras extras
themes themes
Documentation
Manual manual
Wiki wiki
Device Status device status
Support
Forums forums
Mailing lists mailing lists
IRC IRC
Development
Bugs bugs
Patches patches
Dev Guide dev guide
translations translations
Search



Donate

Rockbox Technical Forums


Login with username, password and session length
Home Help Search Staff List Login Register
News:

Welcome to the Rockbox Technical Forums!

+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  "enhanced" aac podcasts
« previous next »
  • Print
Pages: 1 [2]

Author Topic: "enhanced" aac podcasts  (Read 11018 times)

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: "enhanced" aac podcasts
« Reply #15 on: December 06, 2006, 08:01:14 PM »
I still have a podcast that doesn't work. It's pretty heavily enhanced with pictures and chapters. Even "mp4creator -optimise" (from mpeg4ip) doesn't make it work, so I have to extract the audio track, create a new MP4 file from it, tag it and then optimise it in order to be able to listen to these files on my H320. I've made a script for it but it would be really nice if i could just copy the original files over to my DAP :)
You can download the latest episode here.
It's M4B, but just rename it to M4A ;)
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: "enhanced" aac podcasts
« Reply #16 on: December 07, 2006, 01:28:31 AM »
Quote from: NicolasP on December 06, 2006, 08:01:14 PM
You can download the latest episode here.

"Server not found"...
Logged

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: "enhanced" aac podcasts
« Reply #17 on: December 07, 2006, 01:52:09 AM »
Quote from: Lear on December 07, 2006, 01:28:31 AM
Quote from: NicolasP on December 06, 2006, 08:01:14 PM
You can download the latest episode here.
"Server not found"...
That's strange, it works fine for me...
I've uploaded it to one of my web spaces : link.
Thanks for having a look :)
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: "enhanced" aac podcasts
« Reply #18 on: December 07, 2006, 04:36:33 AM »
I tried again (from another computer) and then it worked... Anyway, that file should play now.
Logged

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: "enhanced" aac podcasts
« Reply #19 on: December 07, 2006, 06:55:42 AM »
Sweet ! Thanks a lot :)
Most of the episodes work fine now, but i still have some problems.
There are a few which load fine but produce a horrible noise. You can get one of these here.
Also there is one that doesn't load at all : link.

And there's one last thing I'd like to mention, it's that your commit said "accept M4B files". Maybe it's not what you meant but I thought I would actually be able to play files with an M4B extension... Maybe as most of them are now playable you could add support for that extension in the browser ?
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: "enhanced" aac podcasts
« Reply #20 on: December 07, 2006, 08:11:29 AM »
Quote from: NicolasP on December 07, 2006, 06:55:42 AM
Sweet ! Thanks a lot :)
Most of the episodes work fine now, but i still have some problems.
There are a few which load fine but produce a horrible noise. You can get one of these here.
Also there is one that doesn't load at all : link.

The hiss is a side effect of the decoder running out of memory... :) The other one is a file parsing problem; don't know what just yet.

Quote
And there's one last thing I'd like to mention, it's that your commit said "accept M4B files". Maybe it's not what you meant but I thought I would actually be able to play files with an M4B extension... Maybe as most of them are now playable you could add support for that extension in the browser ?

No, that M4B thing I referred to is something that can be found inside the file. Adding support for the extension could be a good idea.
Logged

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: "enhanced" aac podcasts
« Reply #21 on: December 07, 2006, 08:24:24 AM »
How come the decoder runs out of memory on some files and not others ? This is even more surprising as these episodes used to play fine after being modified by my script...
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: "enhanced" aac podcasts
« Reply #22 on: December 07, 2006, 08:45:47 AM »
Quote from: NicolasP on December 07, 2006, 08:24:24 AM
How come the decoder runs out of memory on some files and not others ? This is even more surprising as these episodes used to play fine after being modified by my script...

The size of various tables used for seeking (and playback). Your script can change the file layout, and also make some tables more compact. This can reduce the size of the tables, making it possible to load the file.

Btw, the file that didn't load fails because the file isn't streaming friendly (which Rockbox currently requires); the metadata comes after the audio data.
Logged

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: "enhanced" aac podcasts
« Reply #23 on: December 07, 2006, 09:41:39 AM »
Thanks for the explanation :) Is there any chance these files will work in the future, or should I just run them through my script ?
Also about the one that wasn't streaming friendly, foobar corrected it perfectly so now it works fine.

Now there is something else I noticed, about replay gain : the value is taken into account (there is a distinct volume jump when I enable/disable replay gain), but in the ID3 info screen, the value shown under "track gain" is the track title ;D I haven't tried album gain...

Finally, would you have any idea on how to read the bookmark time tags stored in these M4B files ? It would be a very nice feature to add and maybe I'd try doing so.
« Last Edit: December 07, 2006, 09:44:41 AM by NicolasP »
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: "enhanced" aac podcasts
« Reply #24 on: December 07, 2006, 10:04:30 AM »
Do the producers of the show not produce a non-enhanced version of their show?  As a podcaster (though as one who does not produce an enhanced version) I can't imagine producing ONLY an enhanced podcast, and not also provide a good old fashioned mp3 file as well.
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: "enhanced" aac podcasts
« Reply #25 on: December 07, 2006, 10:18:24 AM »
No, sadly they don't. They seem to think everyone listening to their podcasts has an iPod and iTunes >:(
It goes as far as making it almost mandatory to use iTunes to even subscribe to the podcasts...
Logged

Offline Lear

  • Developer
  • Member
  • *
  • Posts: 533
Re: "enhanced" aac podcasts
« Reply #26 on: December 07, 2006, 11:19:06 AM »
Quote from: NicolasP on December 07, 2006, 09:41:39 AM
Thanks for the explanation :) Is there any chance these files will work in the future, or should I just run them through my script ?

Possibly. I have some ideas on how it could be fixed, at the expense of some seek accuracy on long files (a 1 hour file can have about 120.000 seek points, which is a little excessive, IMHO). Not sure if it will work though, and getting it right could be a little tricky... :)

Quote
Now there is something else I noticed, about replay gain : the value is taken into account (there is a distinct volume jump when I enable/disable replay gain), but in the ID3 info screen, the value shown under "track gain" is the track title ;D I haven't tried album gain...

Interesting bug. I did know that piece of code hadn't been tested, but I thought it should work. It almost did... Fix committed.

Quote
Finally, would you have any idea on how to read the bookmark time tags stored in these M4B files ? It would be a very nice feature to add and maybe I'd try doing so.

Nope, I don't know anything about those parts. I haven't tried to find out what kind of data it is, or how it can be used.
Logged

Offline Yotto

  • Artist
  • Member
  • *
  • Posts: 826
  • Every Silver Lining has a Cloud
    • My Blog
Re: "enhanced" aac podcasts
« Reply #27 on: December 07, 2006, 12:38:08 PM »
Quote from: NicolasP on December 07, 2006, 10:18:24 AM
No, sadly they don't. They seem to think everyone listening to their podcasts has an iPod and iTunes >:(
It goes as far as making it almost mandatory to use iTunes to even subscribe to the podcasts...

Then I would email them, asking for an alternative, and if they would not provide one, I'd seriously consider unsubscribing.

There are tens of thousands of podcasts out there.  I bet there are dozens that do what this show does, and don't lock you into iTunes.
Logged
Pulp Audio Weekly - Where we talk about News, Reviews, and pretty much anything else we feel like discussing.

Offline NicolasP

  • Developer
  • Member
  • *
  • Posts: 195
Re: "enhanced" aac podcasts
« Reply #28 on: December 08, 2006, 03:06:12 PM »
Lear, thanks for your last two commits, now it's much easier to listen to podcasts :)

Yotto, I've started a discussion on the forum related to this podcast about providing an alternative in the form of an MP3 version, but I'm not very optimistic about the chances of getting it. The thing is this podcast is simply the most important when it comes to french electronic music so I don't really want to consider the option of unsubscribing ;)
Thankfully, the compatibility is now almost perfect, so it's not really a problem anymore, but I'll still try to push to get an MP3 version :)
Logged

  • Print
Pages: 1 [2]
« previous next »
+  Rockbox Technical Forums
|-+  Support and General Use
| |-+  Audio Playback, Database and Playlists
| | |-+  "enhanced" aac podcasts
 

  • SMF 2.0.19 | SMF © 2021, Simple Machines
  • Rockbox Privacy Policy
  • XHTML
  • RSS
  • WAP2

Page created in 0.074 seconds with 22 queries.