Hi
I would like to convert a vbr file to cfr and I wonder:
1. if the process only duplicate some existing frames or if it create new frames by interpolating the existing ones (which would give a smoother video)
2. if the conversion process needs a reencoding (i.e a compression with a loss of quality).
Also, they say here that it's either possible to either convert to cfr 120fps or 30fps. In case I choose 30fps, the video should be "re-decimated" but I don't know what it means exactly... nor I don't know which are the advantage of each method given in the wiki-tutorial.
Thank you in advance![]()
+ Reply to Thread
Results 1 to 12 of 12
-
-
I'm only familar with the convertfps method ; when inserts are required it inserts a blend (not a mvtools generated "in between" frame), and requires re-encoding
by "re-decimated" it means by using 30 fps instead of 24 fps, it will insert extra frames (when you use convertfps=true, it adds extra frames). So for film content (24fps) , you have to decimate 30fps back to 24fps . ie. you have to get rid of the dupes later -
Thank you
Why not convert directly to the final frame rate. For example, if I want 24fps, why would I first convert to 129fps and then decimate to 24fps? Why not convert directly to 24fps?
You said that the convertfps requires reenconding, but I guess the DirectShowSource() doesn't compress anything.. I mean there shouldn't be any loss of quality on the existing frames after executing the function, right? -
I don't know. I use the method directly to final FPS. I think it's for a common framerate , because hybrid sources will have 30fps (video) and 24fps (film), so lowest common multiple is 120
You said that the convertfps requires reenconding, but I guess the DirectShowSource() doesn't compress anything.. I mean there shouldn't be any loss of quality on the existing frames after executing the function, right?Last edited by poisondeathray; 21st Apr 2011 at 17:14.
-
ok, thank you.
But I have a problem with the DirectShowSource() method. When I load my video using this function, I get a grey screen in vritualdub. My file is a .mkv containing a h.264 file and a timecode v2.
In the avisynth tutorial it is said :
if the source is mkv, you can also use mkv2vfr and AviSource.
What do you think I should do? -
install haali media splitter, ffdshow, enable h.264/avc in the configuration. On win7, use preferred filter tweaker as well
-
That's perfect
Thank you, you helped me a lot.
Just one last question: having a set of images (for example .bmp) and a timecode file. Is it possible to wrap them into a vfr lossless .mkv? Which tool would you use for that? -
-
No. Most lossless image formats are RGB (png, tiff, exr, etc...)
There are plenty of lossless YV12 video formats (lagarith, huffyuv, ut video codec etc...) , and plenty of lossless RGB video formats (same, lagarith etc....). Some of the lossless codecs have different modes (YUY2, RGB, YV12 etc...)
The point is to stay the same format (avoid changing the original format). If original is in YV12, stay YV12. But sometimes it's unavoidable quality loss (e.g. you need to decompress frames for edit in photoshop or after effects for example - these work in RGB (or CMYK) - so there is no choice)
Chroma subsampling is not a huge loss, most of the time you will barely notice it unless you look closely , or certain types of content like video games, animation, where color borders are distinct (human eye is less sensitive to color than luminance)
Similar Threads
-
What mobile phones uses VFR (or CFR) for recorded video clips?
By Gew in forum Portable VideoReplies: 0Last Post: 27th Jan 2012, 11:49 -
VFR -> CFR in VirtualDub
By KeyMs92 in forum EditingReplies: 19Last Post: 7th Oct 2011, 18:41 -
easy way to convert VFR >>> CFR ?
By Force88 in forum Video ConversionReplies: 8Last Post: 16th Mar 2009, 08:41 -
Converting VFR to CFR (immortal topic), both avi_tc and AVIsynth fail.
By pyton357ru in forum Newbie / General discussionsReplies: 6Last Post: 17th Oct 2007, 04:08 -
Converting vfr-avi to cfr-avi that produced error in picture.
By Jo The Veteran in forum Video ConversionReplies: 27Last Post: 1st Aug 2007, 23:41