If you shoot a lot of sports with your HDV camera like me and want to convert your 1080i to 720p @ 59.94 fps, It's very easy to do with Avisynth. HDV 1080i is made up of 60 fields that measure 1440 x 540. The basic principle is to separate the fields into frames and resize them to 1280 x 720. This gives you 720p.
Here is an example of HDV 1080i to 720p @ 59.94 fps:
http://www.fortvir.net/gallery/d/20815-1/catch.mpg?g2_GALLERYSID=df406105e31c350abf406c7a4cac333d
(13.8 mb 720p mpg) *Note that it's highly compressed 7mbps, it should be twice as much. I prefer H.264, but few can play it back smoothly.
If anyone is interested, here is the script I used:
Directshowsource("myclip.m2t")
assumetff().Bob(height=720)
lanczosResize(1280,720)
#Sharpen(0.15)
#converttoRGB24()
#This script converts 60i HDV footage to 720p @ 59.94fps.
* Editted for revized settings*
+ Reply to Thread
Results 1 to 3 of 3
-
Got my retirement plans all set. Looks like I only have to work another 5 years after I die........
-
I'd use LeakKernelBob() instead of SeparateFields(). Even a simple Bob() should work better.
-
I've already experimented with LeakKernelBob() and plain bob(). Neither works as well in my tests. SeparateFields works best for my source. However, I do use LeakKernelBob() for slow-motion stuff.
*Edit* You're right Jagaboo, it really is better with Plain Bob. I revised the script. Oh well, you learn something new every day.Got my retirement plans all set. Looks like I only have to work another 5 years after I die........
Similar Threads
-
720p conversion of PAL 25fps to NTSC 59.94fps using Handbrake?
By texas1 in forum Video ConversionReplies: 7Last Post: 29th Jan 2012, 11:06 -
29.97fps vs. 59.94fps playback on BluRay player
By texas1 in forum Newbie / General discussionsReplies: 5Last Post: 7th Apr 2011, 00:41 -
To convert from HDV-Apple Intermediate Codec 720p to PAL-please help.
By AnnaC in forum Newbie / General discussionsReplies: 3Last Post: 31st Oct 2010, 08:29 -
Watching HDV footage - 1080i CRT vs. 720p LCD
By JohnnyMalaria in forum DVB / IPTVReplies: 12Last Post: 21st Feb 2008, 01:29 -
dvr-ms at 59.94fps wont load
By dalego in forum SVCD2DVD & VOB2MPGReplies: 3Last Post: 7th Oct 2007, 17:38