Log in

View Full Version : How create VFR using 120fps avi file


Overdrive80
8th July 2011, 23:23
Hi, I have avi raws encoding to 120 fps and i like reencoding using VFR method, for using mp4 or mkv container. my question is what is best way to proceed.

I see here http://avisynth.org/mediawiki/VFR#opening_non-avi_vfr_content_in_AviSynth that can use dedup or TIVTC. However i tried with TIVTC, and resulting mkv video playback very very fast.

is necessary to use the tool of Tritical (avi_tc)? If I use this tool generate avi to 30fps with timecodes. this is what I must use for creating vfr mkv file?

I attachment avi file http://www.mediafire.com/?8kqmtcmme69wuee

Thanks.

dfan
9th July 2011, 03:53
fast, easy and good:
ffvideosource("video-120.example.avi", timecodes="timecodes.txt")

bye

Overdrive80
9th July 2011, 11:37
fast, easy and good:
ffvideosource("video-120.example.avi", timecodes="timecodes.txt")

bye

Thanks for your answer.