View Full Version : 1080i HDTV captures
laz1989
16th February 2013, 17:13
Hello all.
I write here because i need opinions from some expert users.
I have some 1080i captures.
example here -> https://mega.co.nz/#!AExDRQTB!OsTlq3wn7ru7v2C5zarRIDxizc5pcv6TjCtXQ6EiPMw
The only thing i want to know,what is a good deinterlacing method,to encode then in x264
I use StaxRip and Ripbot264.
For now i use YADIF,i'm pleased with results but i want to know your opinions.
Thanks in advance
-Laz
LemMotlow
17th February 2013, 14:42
Qtgmc.
laz1989
17th February 2013, 16:00
Yeah,i read all day about this QTGMC,i will give it a try,thanks
wonkey_monkey
17th February 2013, 17:30
QTGMC.
1920x1080 25 FPS progressive is not BD standard.
But 1920x1080 25i is, and it's essentially indistinguishable when wrapping a 25p video, which is why 25p isn't in the BD spec.
Also OP didn't say anything about Blu-ray...
Anyway, back on topic - laz, although you've captured a 1080i broadcast, the video itself is 1080p. No deinterlacing is required. There could be some extremely minor chroma placement issues if care isn't taken, but no-one is likely to ever notice (outside of doom9, anyway!)
David
laz1989
17th February 2013, 21:53
Anyway,MPC-HC says at media info this video is interlaced,what sugges to do,to encode in x264 with --no-interlaced option ?
wonkey_monkey
17th February 2013, 22:27
Anyway,MPC-HC says at media info this video is interlaced,what sugges to do,to encode in x264 with --no-interlaced option ?
MPC-HC can only report what the container tells it. It's a bit like a DVD of a black and white movie - any media player would report that it's YV12, which is capable of full colour, even though the content has no colour. In this case, the content has no interlacing, but it has been encoded as if it did.
--no-interlaced will probably be just fine (not sure if it's really necessary to force interlacing off, if you're not explicitly enabling it). If you looked really closely, you might see some minor chroma errors, but I'm not really sure what the best solution for that is. Viewers are unlikely to notice, though.
laz1989
17th February 2013, 22:56
Thanks,very much,i will give a try.i encoded with --no-interlaced and i saw is no difference but i was thinking is my mistake or something.so better to encode whitout --no-interlaced?
Yeah,i tryed without --no-interlaced and seems you are right..i don t need deinterlacing at this type of captures.
Thanks very much for your help.I really appreciate.
hippo88
15th November 2021, 16:20
I have similar question regarding 1080i tv capture of a football game. I wish to convert to 1920x1080p frame rate 59.94
I have convert similar video in the past but to 1280x720. video was smooth, clear.
when I encode to 1920x1080p same frame rate, the video is a bit jerky, not smooth. Could the experts please explain what I did wrong.
I'm using qtgmc v. 3.364 with all required plugs, avisynth 3.70 and Megui 2507 x32 bit version.
Thank you all
hippo88
15th November 2021, 16:21
my qtgmc script was usually "fast", or "medium" and I checked "little noise"
FranceBB
15th November 2021, 16:24
I have similar question regarding 1080i tv capture of a football game. I wish to convert to 1920x1080p frame rate 59.94
I have convert similar video in the past but to 1280x720. video was smooth, clear.
when I encode to 1920x1080p same frame rate, the video is a bit jerky, not smooth. Could the experts please explain what I did wrong.
You know what the first question is gonna be, right?
Share a sample ehehehehe
hippo88
15th November 2021, 17:20
link to 1080p jerky video. I normally move file to usd and connect to TV to watch. no issue when played on pc.
https://photos.app.goo.gl/YP4ctvj3UmjTMBAs9
qtgmc script:
LoadPlugin("D:\zMeGUI_2507_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Users\GYRFALCON\Desktop\Games to Encode\CLE@NE 1080p 11.15.21.d2v", cpu=4, info=3)
LoadPlugin("D:\zMeGUI_2507_x86\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
QTGMC(Preset="Fast")
hippo88
15th November 2021, 17:48
link to 720p video. Please ignore prior post
https://drive.google.com/file/d/17wEl_B3uzJ2YEL6GgyrVA9qTppT_XvxC/view?usp=sharing
LoadPlugin("D:\zMeGUI_2507_x86\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("C:\Users\GYRFALCON\Desktop\Games to Encode\CLE@NE 1080p 11.15.21.d2v", cpu=4, info=3)
LoadPlugin("D:\zMeGUI_2507_x86\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
QTGMC(Preset="Fast")
BicubicResize(1280,720,0,0.5)
StainlessS
15th November 2021, 18:16
Sounds to me like in both prev posts you posted your failed result,
the guys will not be able to reproduce anything from that, they want source file not failed result.
hippo88
15th November 2021, 18:30
source file
https://drive.google.com/file/d/1FboNqpld3VD6-jPwbsrV1vChB-A7vvu8/view?usp=sharing
I want to encode source file to 1080p but have video played back smooth (play on TV via usb)
it works when encoded to 720p but I have problem with 1080p hence I'm asking experts here for help. Thanks.
poisondeathray
15th November 2021, 18:58
I normally move file to usd and connect to TV to watch. no issue when played on pc.
it works when encoded to 720p but I have problem with 1080p hence I'm asking experts here for help.
Maybe your TV player does not support AVC 1080p59.94 ?
This is Level 4.2 , and many older chips could not play it properly
hippo88
15th November 2021, 19:29
Maybe your TV player does not support AVC 1080p59.94 ?
This is Level 4.2 , and many older chips could not play it properly
yeah the tv is from 2010 samsung. I believed I was able to play 1080p 59.94 that I download previously. Let me check.
wonkey_monkey
15th November 2021, 20:02
I had trouble at certain levels with my Samsung TV. The solution was to reduce the number of reference frames to 6.
hippo88
15th November 2021, 20:13
my megui encoder setting reference frames is set to 3.
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.