Im trying to follow a tutorial that uses SVP's frame interpolation to make a 60 FPS video.
However, it seems there is something wrong with the video im using as a source for the whole process. When i use it with other videos it works flawlessly, but this video is different.
No matter what tool i use, the result will be something like this:
Forget the 60 fps tutorial, even if i use a software like Mediacoder or MeGUI to change the extension from MKV to MP4 or AVI the result is that.
I don't know how containers, encoding and codecs work but im going to guess the problem is somehow related to those.
+ Reply to Thread
Results 1 to 6 of 6
-
-
Probably the resolution. What is it?
If it's only Mod2, make it Mod4. And what is the script you're using? -
Since you're using SVP I figured you're also using AviSynth. Apparently it uses it 'under-the-hood' so to speak. But yes, I mean the script.
And it's the resolution that's the problem. You should either resize it to 720x480 before doing the filtering, or add 2 columns of black to one side. To add the black to the left side, edit the script to add:
AddBorders(2,0,0,0)
which will make it 720x480 and your image distortion will disappear. -
It's the decoder that's having a problem with the mod2 width of the frame. Use a different source filter or force a different decoder for the source codec.
Similar Threads
-
Problem playing converted file in VLC
By Bully9 in forum Video ConversionReplies: 3Last Post: 12th May 2015, 09:19 -
Multiple angles in converted video
By Webiny in forum MacReplies: 12Last Post: 1st Feb 2013, 18:03 -
Converted video to MPEG2
By JasonQuinn1992 in forum Video ConversionReplies: 8Last Post: 7th Jul 2012, 03:17 -
still image on converted video
By abiawuwu in forum Newbie / General discussionsReplies: 2Last Post: 11th Jun 2012, 07:02 -
Converted FLV to MP4-Video OK. Now trying...
By adamberkey in forum Video ConversionReplies: 6Last Post: 1st May 2012, 21:41