Ok, here's the deal. I have the Italian Raro DVD of Andy Warhol's silent films. These were shot at 24fps but were meant to be shown at 16fps. Annoyingly, the DVD is a PAL (ie sped-up) version of a 24fps projection. I want to slow these down to what would be the equivalent of 16fps. How do I do this?
Is there a program that would let me turn the PAL 25fps (PAL is 25fps, right?) to an exact 16fps? Or should I calculate what the length should be and simply slow down the film to fit that length.
I want to do this without introducing much artifacting or ghosting, if possible.
Any help would be appreciated.
+ Reply to Thread
Results 1 to 10 of 10
-
-
The first step would be to see if you can find the pattern of blending use to create the PAL version. If there is a pattern that you can decimate back to 24 fps, you can then reduce the framerate without the ghosting etc being as much of a problem (assuming the 24 fps was simply the projection speed).
Read my blog here.
-
How would figure out this pattern? What freeware programs would you suggest using?
-
If you simply want to slow it down, then use AviSynth and add:
AssumeFPS(16)
to the script when reencoding. This will also necessitate slowing the audio (if any), and will make it sound horrible. This assumes that it's really playing more than 50% faster than it's supposed to. Personally, I find that a little hard to believe, but I'll take your word for it. Also, if originally put on an NTSC DVD, there may or may not have been some funny business when converting to PAL (ghosting and/or interlacing).
If the aim is to create a 16fps PAL DVD, then it's not quite possible. The slowest you can make it (without duplicating frames) is 16.667fps, followed by the use of DGPulldown to make it output 25fps as required for PAL DVD playback. If this is for an AVI, then there would be no problem with 16fps.
To be sure, can you upload a small 10 second or so section of the unprocessed source somewhere, so we can have a look? -
If all the frames are progressive and don't repeat (you can rough-view it in VDubMod using right arrow key for more than 25 frames) there's a chance to slow down the video (if that's the goal) without re-encoding. Demux video in DGIndex (save project and demux video mode) and load it to DGPulldown. Check 'custom' box, type 16.67 for input and 25 for output framerate. This will make DGPulldown assume different input framerate and change duration at applying pulldown. As manono mentioned, you'll need to slow down audio significantly (by 25/16.67 factor).
In all other cases you'll need AviSynth+new encoding. For NTSC output frame interpolation can be used with MVTools plugin but there are chances with a lengthy video to get artifacts at some scenes. -
Good one, Alex_ander. I had forgotten about that. I don't think there's much chance of it being progressive (one reason why I asked for a sample), but if it is, yours is by far the better way to do it.
-
Thanks, everyone. I'm a newbie, so I'll need just a little more guidance.
I have no idea if these are progressive or interlaced. I'm assuming they're progressive (any easy way to check?).
Sound is not an issue. These are silent films.
How do I get the films themselves (which are part of a longer DVD) into MPEG form to load into DGIndex?
EDIT: I'm using DVDShrink to get the two films I want from the DVD together. Then I'll use DVD Decrypter to convert to MPEG?
Unfortunately I can't upload a clip. -
Actually, it didn't work. The first 34 minute clip ends upbeing only 16 odd minutes, when it should be longer, closer to 40 minutes. Does this mean the clips aren't progressive?
-
I have no idea if these are progressive or interlaced. I'm assuming they're progressive (any easy way to check?).
How do I get the films themselves (which are part of a longer DVD) into MPEG form to load into DGIndex?
Unfortunately I can't upload a clip.
http://www.mediafire.com/
Now I can't figure out how to burn these slowed-down mpeg-2 files onto a DVD. I can't convert them back to vob files, can I?
The first 34 minute clip ends upbeing only 16 odd minutes, when it should be longer, closer to 40 minutes. Does this mean the clips aren't progressive?
Similar Threads
-
How to convert 24fps audio to 23.976?
By digitalfreaknyc in forum AudioReplies: 4Last Post: 16th Apr 2011, 15:18 -
Convert 30fps to 24fps skipping every 5th frame?
By DragonQ in forum EditingReplies: 7Last Post: 29th Jan 2011, 03:11 -
25fps 1080i mkv convert to 24fps 1080p or 720p mkv?
By brent1a in forum Video ConversionReplies: 6Last Post: 9th Feb 2010, 09:57 -
Best software to convert dv clips to dvd
By jb2345 in forum Video ConversionReplies: 1Last Post: 20th Oct 2008, 10:45 -
I have downloaded file clips in .divx how can I convert to .avi?
By Ricksasha in forum Video ConversionReplies: 8Last Post: 13th Nov 2007, 13:36