View Single Post
Old 2nd July 2015, 03:49   #10  |  Link
Ely
Registered User
 
Join Date: Dec 2014
Posts: 40
Cool !

Btw, I complicated things by outputting rawvideo and setting the dimension/framerate in x264, but this will be even simpler :

Code:
ffmpeg -i input.m2ts -vf yadif=deint=interlaced -f yuv4mpegpipe - | x264 --demuxer y4m -o out.mp4 -
Ely is offline   Reply With Quote