Hi. I'm trying to convert a DVD Video source into 24 fps. But the resulting video judders a lot. I use this command line: ffmpeg -r 24 -i source.m2ts -vcodec mpeg2video -pix_fmt yuv420p -s 1920x1080 -aspect "16:9" -b 40000k -intra -r 24 -an video-out.m2v How to do a better 24 fps pulldown with ffmpeg? Thank you! Regards, Andreas