Hi, I am trying to convert a television show broadcast in the U.S. to play on a PAL DVD player. (Yes I know many PAL players will play NTSC discs; this one will not.)
I have gotten everything working just fine, including the use of -J modfps=mode=1:examine=6:clonetype=4 (I don't think the clonetype applies here, though.) The source material is not very watchable. Anything with motion has very noticeable jumps. I presume this is from dropping every sixth frame. Is there any way around this? As-is the result is pretty much unwatchable. For testing purposes, I have been using this command line: transcode -i filename -o otherfile \ -y mpeg2enc,null -F 8 -export_fps 0,3 -f 0,4 \ -J modfps=mode=1:examine=6:clonetype=4 Any hints, or even better pointers to where this is discussed, would be great. I have googled around. I also looked for the mailing list archives. Are they still somewhere? -Ben