Chipmunk Audio on select sources
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
ffmpeg2theora |
New
|
Undecided
|
Unassigned |
Bug Description
I'm using ffmpeg2theora 0.27 on Windows with Avisynth to encode video for a streaming site. Once in a while, I've noticed that when I play the resulting .ogv files back with Media Player Classic Home Cinema 1.4.2499.0, I hear the audio sped up 2x at least. In Firefox 3.5, only the video plays - the audio track doesn't.
The Avisynth file I'm using for input is the same for the sources that don't have this chipmunk problem.
DirectShowSourc
LanczosResize(
TextSub(
and maybe ConvertToYV12() depending on whether I used MeGUI on that .avs file before or not.
One thing I've noticed is that in such cases ffmpeg2theora always detects 6 audio channels from the .avs file, when the source only has 2 channels. Maybe that's why? I tried adding -c2 to the command line, but it didn't help. In any case, it detects 2 channels sometimes, and those seem to work fine. I'll check more of my encodes and see. I must use the .avs file to burn subtitles into the video.
I think it only happens with AAC-LC stereo 48kHz/44kHz sources. The videos with MP3 audio encode just fine.
Said video can be found here under the Flash version - if you download it you will find that the audio plays in MPC-HC but is sped up; and it has 6 channels according to MediaInfo.
http://
I also reencoded an excerpt from a different series, specifically [gg] Soredemo Machi wa Mawatteiru - 01v2 [714A9D82].mkv, which you can find online everywhere:
http://
Is there another Theora encoder that isn't as buggy? I'm rather disappointed with the current state of encoders available for Theora. ffmpeg2theora works most of the time, but I wish it would work all the time.
I think it only happens with AAC-LC stereo 48kHz/44kHz sources. The videos with MP3 audio encode just fine.