Transcoding to MP4 - No Audio
Posted: 15 Jun 2007 05:33
Please forgive my n00bness... I have searched the forums, Googled every search term I can think of, and am basically stuck. I'm trying to transcode my videos to MP4, but I am unable to get any sound using mp4a. Unfortunately, my devices only recognize video encoded with the mp4v/mp4a combination in an mp4 container.
This is my string...
This is my output...
I ran across one solution that said to add "audio-sync" to the end of the audio section of the string, and that DID work for mpga and mp3, but still nothing for mp4a (which, unfortunately, I am stuck having to use - You know what they say, "sometimes progress is a different error message.").
One possible solution I read said something about "compiling ffmpeg with FAAC support" but I have no idea what this means or how to do this. It seems to be a Linux thing, but if there are some instructions on how to do this with Windows, please point me in the right direction, because I can't find them.
Thanks in advance.
This is my string...
Code: Select all
:sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mp4a,ab=192,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst="NewVideo.mp4"}}
Code: Select all
ffmpeg error: cannot open encoder
stream_out_transcode error: cannot find encoder ((null))
stream_out_transcode error: cannot create audio chain
main error: cannot create packetizer output (s16l)
I ran across one solution that said to add "audio-sync" to the end of the audio section of the string, and that DID work for mpga and mp3, but still nothing for mp4a (which, unfortunately, I am stuck having to use - You know what they say, "sometimes progress is a different error message.").
One possible solution I read said something about "compiling ffmpeg with FAAC support" but I have no idea what this means or how to do this. It seems to be a Linux thing, but if there are some instructions on how to do this with Windows, please point me in the right direction, because I can't find them.
Thanks in advance.