Hey i recently got given a cheap samsung HD HMX-H300BN video recorder that does 720p and 1080i. I am having trouble converting the footage from 1080i to p as everytime i do so i end up with weird stutters in my encode. I am using Megui and i let it automaticly analyze the footage which it says its iterlaced with varying feild order and decides to use yadif.
This is what media info says about the orignal sorce
Code:Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : Main@L4.1 Format settings, CABAC : Yes Format settings, ReFrames : 4 frames Codec ID : avc1 Codec ID/Info : Advanced Video Coding Duration : 12s 40ms Bit rate mode : Variable Bit rate : 17.2 Mbps Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 50.000 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Interlaced Scan order : Top Field First Bits/(Pixel*Frame) : 0.166 Stream size : 24.7 MiB (99%) Title : HMX-H300 Language : English
Source
http://www.mediafire.com/?7ra02n10091f102
Encode
http://www.mediafire.com/?v8he61d236srbjl
If anyone could give me some help that would be great
+ Reply to Thread
Results 1 to 2 of 2
-
-
First marketing people started calling 25i video 50i because bigger numbers sound better (the video is stored as 25 frames per second, with each frame containing two fields which are to be viewed separately and sequentially, ie 50 fields per second). Then some hardware manufacturers started labeling 25i videos as 50i because people get upset when they buy a "50i" camera and all the files they shoot say 25i. This incorrect labeling causes many software packages to get confused.
I was able to get AviSynth's DirectShowSource() to read the video properly by specifying fps=25 and ConvertFPS=true:
Code:DirectShowSource("Source.MP4", fps=25, ConvertFPS=true) Yadif(mode=1, order=1) # convert 25i to 50p BilinearResize(1280,720)
Similar Threads
-
interlace help
By nymph4444 in forum Newbie / General discussionsReplies: 339Last Post: 17th Jun 2011, 02:33 -
footage from 5d Mark II mixed with XLII footage
By segan in forum Newbie / General discussionsReplies: 2Last Post: 13th May 2010, 14:24 -
Question about HD to SD and interlace>progressive>interlace
By ayim in forum Video ConversionReplies: 4Last Post: 10th Dec 2009, 12:21 -
Interlace or Progressive??
By Browncoat in forum Newbie / General discussionsReplies: 9Last Post: 31st Jan 2008, 15:14 -
Video Footage, Rotating the footage.
By nikon1898 in forum EditingReplies: 2Last Post: 14th Jun 2007, 04:54