|
From: Ciro <do...@as...> - 2003-10-26 13:58:17
|
On Sun, 26 Oct 2003, Bernhard Praschinger wrote: > Have you tried renecoding the video with the mjpegtools ?? > It should go like that: > mkfifo stream.yuv > mplayer -nofs -nosound -vo yuv4mpeg -ni -quiet $1 </dev/null & > cat stream.yuv | yuvscaler -O DVD -v 0 | \ > mpeg2enc -f 8 -o video.m1v > mplayer -nofs -vo null -ao pcm -waveheader -ni $1 > mv audiodump.wav audio.wav > cat audio.wav | mp2enc -r 48000 -o audip.mp2 > mplex -f 8 audio.mp2 video.m1v -o myvcd%d.mpg Thanks for the info, but I'm afraid I'm a bit confused. I assume this comes out of a script? I assume $1 is the filename of the avi, but where does the fifo come in? When I try the first mplayer line, it opens up the mplayer gui and does nothing. Sorry if I seem a bit thick, this is all new to me. |