[FFmpeg-user] filter_complex and map. Am i confused or bug?

Carl Eugen Hoyos ceffmpeg at gmail.com
Thu Jan 31 14:45:05 EET 2019


2019-01-31 13:41 GMT+01:00, Alex Molon <alex.molon at vision247.com>:

> Basically I have a file with a single video track and a single audio track.
>
> What I want to achieve is:
>
>
>
> a) Scale the video track to 720x576 and encode it in H264 @ 2M with 2M
> minrate and 2M maxrate
>
> b) Scale the video track to 640x480 and encode it in H264 @ 1M with 1M
> minrate and 1M maxrate
>
> c) Pick the audio track and encode it in aac

> d) Mux all the tracks together in this order: first Video 640x480, second
> Video 720x576, third Audio

Transport streams do not know about "order", this concept simply
doesn't apply.

If this does not answer your question, please provide your actual
command line (no variables) including the complete, uncut console
output if you need support here.

Carl Eugen


More information about the ffmpeg-user mailing list