[FFmpeg-user] Get the codec used

Rossana Guerra guerra.rossana at gmail.com
Thu May 24 19:30:23 CEST 2012


2012/5/24 Carl Eugen Hoyos <cehoyos at ag.or.at>

> Rossana Guerra <guerra.rossana <at> gmail.com> writes:
>
> > >> Did you try ffmpeg's concat protocol?
>
> > I did the concatenation according
> > http://ffmpeg.org/faq.html#How-can-I-join-video-files_003f
> >
> > mkfifo intermediate1.mpg
> > mkfifo intermediate2.mpg
> > ffmpeg -i input1.avi -same_quant -y intermediate1.mpg < /dev/null &
> > ffmpeg -i input2.avi -same_quant -y intermediate2.mpg < /dev/null &
> > cat intermediate1.mpg intermediate2.mpg |\
> > ffmpeg -f mpeg -i - -same_quant -c:v mpeg4 -acodec libmp3lame output.avi
> >
> > The cat doesn't work
>
> (Complete, uncut console output missing.)
>
> I meant you could try the new concat: protocol of ffmpeg
> that does not need "cat" anymore.
>
> Carl Eugen
>

Hi Carl, thanks, how is the new protocol. I am lost in the documentation.
Regards

Rossana

>
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>


More information about the ffmpeg-user mailing list