I've got a bunch of PAL resolution Xvid AVIs, with a video bitrate of around 1200kbps.
It's pretty fast moving footage, so as you can imagine gets a bit blocky quite often.
I need to author a DVD/DVDs out of them, which means converting to Mpeg-2, and I'm wondering what bitrate/settings I should use so as not to compress them in a way which will make them worse, but also not bloat the files any more than necessary?
+ Reply to Thread
Results 1 to 12 of 12
-
-
Do quality-based encodes? That way the sizes will become whatever they have to be for the quality you want. No bloating.
And if they're blocky already, maybe you'll want to do something about that first. -
Without first cleaning low-quality sources, encoders won't make them look better. Encoding and noise cleanup are two different processes.
Last edited by sanlyn; 23rd Mar 2014 at 08:15.
-
I'm not after making them look better, I'm just wondering what sort of Mpeg bitrate will give me a 'like for like' copy?
-
It won't be 'like-for-like' in any event since MPEG-2 is a lossy codec. But your sources are already so degraded it won't make much difference. Anyway, to answer your question, there's absolutely no way to tell with bitrate-based encoding. As I suggested before, do a quality-based encode. Did you even tell us which encoder you're using?
-
With a low quality source, using HCenc with 2 passes, increasing MPEG bitrate over 2500 is probably not going to ge a noticeably better result.
You can use Avisynth filters to mitigate blockiness and other problems first.
You need to sharpen after DeBlocking (which inevitably blurs the image).
e.g.
Code:... source ... DeBlock_DeBlock(quant=25, aOffset=8, bOffset=16) UnsharpMask(42,11, 0)
-
@AalnHK: is DeBlock_Deblock a typo and it should be DeBlock_QED ? if not, please post a link to the script or the script itself.
Thanks -
I just grabbed an old script I had used a deblock in as an example and that was the first I found.
Probably just "Deblock()" would work, but that's the format AvsP uses, denoting it comes from Deblock.dll.
It's from Manao & Fizick: http://avisynth.org.ru/mvtools/deblock.html
Similar Threads
-
3 AVIs to DVD low quality or medium quality to drive then DVDshrink?
By johnharlin in forum Video ConversionReplies: 5Last Post: 4th Apr 2009, 02:18 -
lower low quality online tv how to high quality :( :x
By gorry563 in forum Video Streaming DownloadingReplies: 1Last Post: 22nd Feb 2009, 06:56 -
All-in-one program for multiple avis to dvd with menu and good quality?
By Yaeli in forum Authoring (DVD)Replies: 9Last Post: 4th Sep 2008, 15:01 -
Burning low quality videos on DVD
By jbartosh in forum Authoring (DVD)Replies: 5Last Post: 8th Jun 2008, 19:06 -
Best way to convert a low quality WMV to DVD?
By Bix in forum RestorationReplies: 2Last Post: 20th Sep 2007, 19:08