SailorMewJosh
29th December 2010, 08:43
So I have this dvd. This dvd was giving was giving me issues. I reripped the thing three times and I still have this issue. Wanna know the issue (and dvd)? Encoding to anything stops at frame 56990 (the dvd is Adolescence of Utena R2 Remaster).
This is a rather irritating issue, so I decided to see if it's my filter chain (it wasn't), see if it was my source (wasn't; ripped 3 times), or x264 (used an old version from about three months; and then the most recent version). Only thing left to check is my video call, DGDecode (like any encoder would tell you to do with DVD content). A friend told me to use ffms2 and see what would happen. Here's what happened - It imported (had to much the stream into an mkv file for it to work right), but the framerate doubled at rffmode=1 (29.97fps went to 59.94fps). Anyway to get rid of that (make it serve the footage at 29.97fps)?
My script as promised -
ffmpegsource2("S:\omething\Amusing\VTS_01_1.mkv", rffmode=1)
crop(0, 8, 0, -6)
daa3
ttempsmooth(maxr=7)
smoothtweak(contrast=.98,smode=2,strength=100,useopt=true)
LSFmod(strength=40, smode=5, smethod=3, preblur="on", lmode=0, overshoot=2, undershoot=2, edgemaskHQ=true)
dehalo_alpha(rx=1.5, ry=1.5, brightstr=1.2, darkstr=.02)
This is a rather irritating issue, so I decided to see if it's my filter chain (it wasn't), see if it was my source (wasn't; ripped 3 times), or x264 (used an old version from about three months; and then the most recent version). Only thing left to check is my video call, DGDecode (like any encoder would tell you to do with DVD content). A friend told me to use ffms2 and see what would happen. Here's what happened - It imported (had to much the stream into an mkv file for it to work right), but the framerate doubled at rffmode=1 (29.97fps went to 59.94fps). Anyway to get rid of that (make it serve the footage at 29.97fps)?
My script as promised -
ffmpegsource2("S:\omething\Amusing\VTS_01_1.mkv", rffmode=1)
crop(0, 8, 0, -6)
daa3
ttempsmooth(maxr=7)
smoothtweak(contrast=.98,smode=2,strength=100,useopt=true)
LSFmod(strength=40, smode=5, smethod=3, preblur="on", lmode=0, overshoot=2, undershoot=2, edgemaskHQ=true)
dehalo_alpha(rx=1.5, ry=1.5, brightstr=1.2, darkstr=.02)