This content has been marked as final.
Show 3 replies
-
2. Re: How do I properly transfer HD edited 30fps sequence to a 24fps sequence?
Jeff Bellune Feb 26, 2013 3:51 AM (in response to John Currie)If you decide to follow that tutorial, try these modifications:
- When you add the dv2film line to the avisynth script, be sure to set the interlaced parameter to false.
- Try setting BlendMethod=3 initially. It's faster than the default setting and may give satisfactory results.
So you would get:
dv2film("myfile.avi",interlaced=false,BlendMethod=3)
If you want to try the slower, better default BlendMethod, then you'd use this:
dv2film("myfile.avi",interlaced=false)
Jeff
-
3. Re: How do I properly transfer HD edited 30fps sequence to a 24fps sequence?
bboyatomik Feb 26, 2013 1:47 PM (in response to Jeff Bellune)Thanks John and Jeff I'll look into it. Yesterday I did a cut and paste within the same project folder, pasted the imported footage (5 video tracks and 1 audio track) into the 24 slot. No errors & I was also surprised the export was 40% faster. So although the film had a more "film" look but kind of choppy, but at least it doesnt have that " behind the scenes" look. Although I will check out your advice, thanks!



