dear list, I am extremely sorry for the previous emails, it seems it is a common hotmail problem. It sends empty email.
I have a pretty choppy movie, and I saw that using modfps my eyes are happier. So I tried to use the transcode output as mplayer input. This way, I opened two terminals: First terminal: $ mkfifo bridge $ mplayer bridge -demuxer rawvideo -rawvideo fps=25:w=640:h=260 #some other options for getting the audio, not important. Second terminal: $ transcode -y raw,null -J modfps=clonetype=4=buffer=24 --export_fps 0,3 -i input.avi -o bridge It does not work, the movie displays messed up. It seems that transcode does not actually make a raw video file, but it makes an avi file. I did not found a way to play the movie on the fly, so my question is: is there a way to convince transcode to make a raw video output instead of an avi? Otherwise, is there a way to remove the avi informations on-the-fly? Thanks pb
