View Single Post
Old 9th August 2009, 00:15   #3  |  Link
bnshrdr
Registered User
 
Join Date: Jun 2009
Location: Indianapolis, IN
Posts: 103
What do you mean by stdin/stdout? Like piping the data through something?

Edit: Oh got it, haha, clever. Thanks. I didn't even think of that.

Problem is I tried that, and to describe what I get, I get an almost side scrolling color distorted movie.

Am I doing this right?
Code:
ffmpeg -i part.vob -an -f yuv4mpegpipe - | x264 --qp 10 - -o out.264 720x480
Same results if I tell x264 --fps and --sar

Edit #2: Okay, I get better results when I use rawvideo instead of yuv4mpegpipe, but the video is still in slow motion. Any ideas?

Last edited by bnshrdr; 9th August 2009 at 00:36.
bnshrdr is offline   Reply With Quote