Hi everybody;
I am dealing with VFR stuff and have some problems...
What I did;
-Created d2v (honor pulldown flags,demux audio), and played this avs with VirtualDub till to the end.-After obtaining "matches.txt" and "metrics.txt" , played this avs code in my player for a second to get "mkv-timecodes.txt"Code:LoadPlugin("C:\Program Files (x86)\Media\Tools\AviSynth 2.5\plugins\DGDecode.dll") DGDecode_mpeg2source("one_piece-544.d2v") Trim(3649,8442) ++ Trim(10242,31250) ++ Trim(37844,54839) #Trimming out commercials tfm(output="matches.txt") tdecimate(mode=4, output="metrics.txt")-With newly obtained obtained "mkv-timecodes.txt" I used this avs and x264 commandline command.Code:LoadPlugin("C:\Program Files (x86)\Media\Tools\AviSynth 2.5\plugins\DGDecode.dll") DGDecode_mpeg2source("one_piece-544.d2v") Trim(3649,8442) ++ Trim(10242,31250) ++ Trim(37844,54839) tfm(input="matches.txt") tdecimate(mode=5, hybrid=2, vfrDec=1, input="metrics.txt", tfmIn="matches.txt", mkvOut="mkv-timecodes.txt")-Btw, I also trimmed audio file which were in sync with audio before encode.Code:last.avs LoadPlugin("C:\Program Files (x86)\Media\Tools\AviSynth 2.5\plugins\DGDecode.dll") DGDecode_mpeg2source("one_piece-544.d2v") Trim(3649,8442) ++ Trim(10242,31250) ++ Trim(37844,54839) tdeint() Tweak(sat=1.08,cont=0.98) Spline36Resize(1280, 720,2,0,-2,0) --------------------------------------------------- avs4x264mod.exe --preset veryslow --crf 18 --deblock 1:0 --bframes 7 --b-adapt 2 --ref 9 --rc-lookahead 130 --merange 24 --me umh --direct auto --subme 10 --trellis 2 --tcfile-in "mkv-timecodes.txt" --output "last-encoded.mkv" "last.avs"
-> When encoding finished I got 26min(2min12sec longer) and messed up video (. I wonder Which part of my doings caused this problem.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Converting VFR FLV (H264/AAC) to AVI (other) w/o sync issue
By kwondra34 in forum Video Streaming DownloadingReplies: 43Last Post: 11th Apr 2012, 00:54 -
What mobile phones uses VFR (or CFR) for recorded video clips?
By Gew in forum Portable VideoReplies: 0Last Post: 27th Jan 2012, 11:49 -
Help plz. :Capture AVI issue : Bad chunk in frame data: Invalid length
By chindoo in forum Newbie / General discussionsReplies: 3Last Post: 3rd Jul 2011, 19:51 -
Cause of A/V sync and how recognize when a video has VFR and audio has VBR?
By Stb1990 in forum Newbie / General discussionsReplies: 3Last Post: 18th Apr 2010, 20:05 -
Variable frame rate (vfr) and 120 (119.88) fps video playback big problem
By lovyagin in forum Software PlayingReplies: 0Last Post: 22nd May 2009, 04:40