I want to convert an *.mp4 video with AVC H.264 and AAC to an *.AVI video with same video condec but MP3 audio.
Therefore I issued the following command:
ffmpeg -i test.mp4 -acodec libmp3lame -aq 6 -c:v copy -bsf h264_mp4toannexb target.mp4
and got the following error:
[AVBSFContext @ 00000000004502e0] Codec 'mp3' (86017) is not supported by the bitstream filter 'h264_mp4toannexb'. Supported codecs are: h264 (28)
Error initializing bitstream filter: h264_mp4toannexb
Error initializing output stream 0:1 --
Conversion failed!
Why?
Is "h264_mp4toannexb" meanwhile replaced by simple "h264" parameter?
How else can I achieve the conversion?
Peter
+ Reply to Thread
Results 1 to 3 of 3
-
-
-bsf:v h264_mp4toannexb
(I don't know if necessary for avc-in-avi. But avc-in-avi is usually not recommended in the first place ...)
Similar Threads
-
Need help with ffmpeg "HTTP error 403 Forbidden"
By beo59 in forum Video Streaming DownloadingReplies: 11Last Post: 20th Feb 2018, 16:31 -
ffmpeg "unsuitable output format" error
By arthurm in forum Video ConversionReplies: 10Last Post: 17th Sep 2015, 10:04 -
FFMPEG/Virtualdub: "error: multiple chroma blocks not supported"
By marcorocchini in forum Newbie / General discussionsReplies: 0Last Post: 20th Apr 2014, 07:15 -
the "-intra" command in ffmpeg.exe affects encoding "-vcodec copy" mode?
By marcorocchini in forum Newbie / General discussionsReplies: 1Last Post: 23rd Oct 2013, 15:53 -
Why does FFmpeg stop with an error message with "-c copy -b:v 700k"options?
By falco2000 in forum Video ConversionReplies: 5Last Post: 4th Oct 2012, 12:39