Conversation
Notices
-
Which deinterlacer is best in !ffmpeg 2 !theora ? Linear blend, linear interpolating, cubic interpolating, median, ffmpeg, or FIR lowpass?
- Danny Piccirillo likes this.
-
Danny Piccirillo likes this.
-
Also also, if i'm using high quality settings, do i still need/want to use deblocking and deringing filters? !ffmpeg 2 !theora
Danny Piccirillo likes this. -
@dpic Everything depends on what you're trying to do. What are you trying to do?
-
@basilgohar Ah! I've been told to use that before, but i don't see a way to do so using ffmpeg2theora. Do you know how?
Danny Piccirillo likes this. -
@basilgohar Converting a 1080i AVCHD video into ogg theora
Danny Piccirillo likes this. -
@basilgohar Thanks for the help! What difference do the different deinterlacers make? What else should i do in ffmpeg before using f2t?
Danny Piccirillo likes this. -
@dpic Each deinterlacer does a different thing. Some of them just drop half the fields and expand the remaining half, which...
-
@dpic Others do more complex calculations. yadif is a motion-compensating deinterlacer that yields amongst the best results for ffmpeg.
-
@dpic For that case, I would recommend ffmpeg -i source.MTS -vf yadif -f yuv4mpegpipe - | ffmpeg2theora
-
@dpic You can do the audio in a separate process, and then mux them together using oggz-merge
-
@basilgohar Thanks for all the help! I'm sitting in #theora now [=
-
@dpic Yeah, I found you. :p I checked just before heading to bed.