[MPlayer-users] cat files

Saurabh Singhvi saurabhsinghvi at gmail.com
Wed Apr 25 21:32:44 CEST 2007


On 4/25/07, Michel Bardiaux <mbardiaux at mediaxim.be> wrote:
>
> Philippe De Neve wrote:
> > Yes, I saw that the sampling rates were different and reencoded the
> > source files. Now there are the same (as far as I can check with
> > ffmpeg).
> > I tried the configuration without pipes and the file playedback
> > succesfull with correct audio. With pipes I cannot realize this.
> >
>
> You mean something like:
>
> mencoder <options> -o - 1.avi 2.avi | ffmpeg -i - ...
>
> If mencoder uses avi format in this case, it cant work: an avi needs to
> be complete before it can be opened for read. You need to re-encode
> using something that can be streamed through the pipe, eg DVD-equivalent
> (high-bitrate MPEG2 video, say MP3 audio, in an MPG container).
>
> Greetings,
> --
> Michel Bardiaux
> R&D Director
> T +32 [0] 2 790 29 41
> F +32 [0] 2 790 29 02
> E mailto:mbardiaux at mediaxim.be
>
> Mediaxim NV/SA
> Vorstlaan 191 Boulevard du Souverain
> Brussel 1160 Bruxelles
> http://www.mediaxim.com/
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://lists.mplayerhq.hu/mailman/listinfo/mplayer-users
>


why not something like

mkfifo stream.yuv|mplayer -vo yuv4mpeg filename1.avi filename2.avi
ffmpeg stream.yuv .....



More information about the MPlayer-users mailing list