I have an mpg file (a wtv file recorded from Windows Media Center converted to dvr-ms, converted to mpg) that I'm trying to convert to mp4 using ffmpeg. When I play the file in Windows Media Player it works. When I play it in VLC and Media Player Classic, there is no sound until I disable their internal codecs.
The correct codec (filter) to use is AC3Filter. Then sound works. However, ffmpeg must be using some internal filter because I'm getting no sound from the conversion, plus, the AC3Filter tray icon doesn't show up during conversion.
I've checked graphedit, and it shows that it should be using AC3Filter. The Audio Codec reported by VLC is "mp2."
Does anyone know of a way to disable internal ffmpeg codecs or force it to use AC3Filter?
Thanks!
+ Reply to Thread
Results 1 to 2 of 2
-
-
ffmpeg is not the same as ffdshow. If you're using to convert, it's just operating on the file data, it isn't displaying it to Windows, it will only use its own filters.
And MP2 is not AC3, so I wouldn't be too sure of what it actually is.
Perhaps demux to separate audio and video files and try to convert these, then mux back.
Otherwise, looking at ffmpeg command line options:
-acodec codec force audio codec
might be useful.
Similar Threads
-
Programming ffmpeg: AVFormatContext incomplete with internal buffer
By afcrowe in forum ProgrammingReplies: 1Last Post: 8th Feb 2012, 12:01 -
Question - how to make ffmpeg use mjpeg codecs when it encounters 4CC code
By bf4648 in forum Video ConversionReplies: 0Last Post: 12th Oct 2011, 16:53 -
Need mencoder.exe and ffmpeg codecs
By swkenney in forum Newbie / General discussionsReplies: 7Last Post: 6th Dec 2010, 19:41 -
FFmpeg Audio Codecs
By Klagar in forum AudioReplies: 10Last Post: 11th Nov 2010, 11:15 -
issues using codecs wmv9 and wma9.1 in ffmpeg
By jcor in forum LinuxReplies: 1Last Post: 15th Oct 2007, 08:27