rottweily
28th December 2006, 16:49
Hello,
I'm the owner of a website with x264 encodes of tennis matches.
http://rottweily.freehostia.com/
Most of them are DVD rips, some of them are recodes of matches that were too big.
The goal is to have HQ matches that are still reasonable in size.
So I've set the following limitations on bitrates:
Video: 512kbps
Audio: 64kbps
Subject to change:
Video: H264 with x264
x264.exe --pass 1 --threads 2 --bitrate 512 --stats x264.log --progress --no-psnr --no-ssim --b-pyramid --bframes 3 --ref 5 --partitions all --direct auto --weightb --me umh --merange 16 --subme 7 --b-rdo --mixed-refs --bime --8x8dct --trellis 2
x264.exe --pass 2 --threads 2 --bitrate 512 --stats x264.log --progress --no-psnr --no-ssim --b-pyramid --bframes 3 --ref 5 --partitions all --direct auto --weightb --me umh --merange 16 --subme 7 --b-rdo --mixed-refs --bime --8x8dct --trellis 2
Audio: AAC with neroaac
neroAacEnc_SSE2.exe -br 64000 -2pass
Avisynth script:
TDeint(order=1)
AutoCrop(mode=0,wMultOf=2,hMultOf=2,leftAdd=2,rightAdd=2,topAdd=2,bottomAdd=2)
LanczosResize(640,480)
Undot()
Joining Stuff:
mkvmerge.exe --engage old_aac_codecid
Main question is, can I do any better keeping the bitrates?
Can I change specific parameters that change the quality of small fast moving balls?
I'm the owner of a website with x264 encodes of tennis matches.
http://rottweily.freehostia.com/
Most of them are DVD rips, some of them are recodes of matches that were too big.
The goal is to have HQ matches that are still reasonable in size.
So I've set the following limitations on bitrates:
Video: 512kbps
Audio: 64kbps
Subject to change:
Video: H264 with x264
x264.exe --pass 1 --threads 2 --bitrate 512 --stats x264.log --progress --no-psnr --no-ssim --b-pyramid --bframes 3 --ref 5 --partitions all --direct auto --weightb --me umh --merange 16 --subme 7 --b-rdo --mixed-refs --bime --8x8dct --trellis 2
x264.exe --pass 2 --threads 2 --bitrate 512 --stats x264.log --progress --no-psnr --no-ssim --b-pyramid --bframes 3 --ref 5 --partitions all --direct auto --weightb --me umh --merange 16 --subme 7 --b-rdo --mixed-refs --bime --8x8dct --trellis 2
Audio: AAC with neroaac
neroAacEnc_SSE2.exe -br 64000 -2pass
Avisynth script:
TDeint(order=1)
AutoCrop(mode=0,wMultOf=2,hMultOf=2,leftAdd=2,rightAdd=2,topAdd=2,bottomAdd=2)
LanczosResize(640,480)
Undot()
Joining Stuff:
mkvmerge.exe --engage old_aac_codecid
Main question is, can I do any better keeping the bitrates?
Can I change specific parameters that change the quality of small fast moving balls?