[FFmpeg-user] task/job offer
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Aug 1 19:10:35 CEST 2015
Jonathan Viney <jonathan.viney <at> gmail.com> writes:
> > - have two outputs, one with flv and another with
> > mp4 (no ogg or any other formats)
>
> At the end of the filter chain you can use the split
> filter to create two outputs.
That is not generally necessary, you can do:
ffmpeg -i input -vcodec h264 out.avi -vcodec h264 out.mkv
(No split filter involved)
Carl Eugen
More information about the ffmpeg-user
mailing list