Hi,
I'm trying to encode recordings that I made from my h264 camcorder. The video file I'm working with is a 720x480 in 60i mp4 file. I am using HCEnc to encode to mpeg2 to prepare for DVD backup. The only important setting in HCEnc that I've touched is the interlace setting. I've set the source to interlaced and field order as TFF. The problem with my output is when I playback the m2v file in media player classic home cinema, the player shows the total duration and total frames as half as that of the original mp4 file; otherwise, the video plays at normal speed like the original source (29.976 fps). I'm really at a crossroad here and would like any help on this matter.
My avisynth script file is as follow:
ffvideosource("sdv_0010.mp4")
p.s. This is my first DVD backup project, and boy it is giving me a headache.
+ Reply to Thread
Results 1 to 3 of 3
-
-
it's probably falsely assuming the video is 60i, when it's really normal 30i. you might try assumefps(30) in your script.
--
"a lot of people are better dead" - prisoner KSC2-303 -
Similar Threads
-
Madonna's Halftime-What video effect to make entire show look different?
By jimcornetet in forum Newbie / General discussionsReplies: 0Last Post: 6th Feb 2012, 12:40 -
How can I encode using VFR, mp4 output?
By The Scenes in forum Newbie / General discussionsReplies: 4Last Post: 18th Apr 2011, 18:34 -
Encode output from HDMI Video Card?
By MeanOldMike in forum Capturing and VCRReplies: 4Last Post: 4th Apr 2011, 14:51 -
How to Encode Womble Mpeg Video Wizard projects with HCenc
By tmw in forum User guidesReplies: 18Last Post: 10th Jul 2009, 14:49 -
How to encode an Avi to dvd ready video and audio Using HCenc and Aften
By freebird73717 in forum User guidesReplies: 13Last Post: 14th Nov 2007, 14:16