![]() |
H.264 vs h.265/VP9 for standard definition video?
I asked this question in another post but thought it deserved its own thread. I have a collection of home movie files, Video8 captured with ATI AIW 9600 lossless uncompressed AVI at 720x480 resolution. I am now playing with deinterlacing and noise reduction with AviSynth tools like QTGMC and SMDegrain. I anticipate using an MP4 container. . I know that h.264 has been the usual preferred final destination compression codec but what about h.265 or VP9? I know these codecs were primarily designed for streaming HD content but are there any benefits to using them in this setting? Any reason(s) not to use them? I also have a question about encoding software. Right now I am using the codecs that come with VirtualDub2. Anything wrong with this approach? There seems to be plenty of configurable options.
|
Quote:
QTGMC denoises by itself to rebuild the best progressive frames and it is easy to over-process the videos. Consider to use QTGMC in lossless mode, where while trying to match the original fileds some of the denoise is reduced, like (SourceMatch=3, NoiseProcess=2) or something like that. Examples of (basic) restoration here, where some are over-processed in purpose: https://www.youtube.com/channel/UCMs...h1MmNAs7I8nu4g Quote:
In the past h265 had problems with interlaced material, now solved because it stores the interlaced video as separated fields, but it is not your case. It requires more power to code/decode, but (theoretically) reduces final size at the same "quality" of h264. As per today, I would stay in h264 and keep the HuffYUV master for future work, but YMMV. Edit: concerning the approach, I only use ffmpeg command line to have full control of all parameters, for example: Code:
ffmpeg.exe -i input.avs -c:v libx264 -aspect 4:3 -crf xx -c:a aac -b:a xxxx output.mp4 |
Quote:
Quote:
Quote:
|
Quote:
I am still waiting the integration of the excellent TemporalDegrain2 inside QTGMC, but we are not yet there: https://forum.doom9.org/showthread.p...76#post1952976 |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.