florinandrei
12th July 2008, 03:38
As an HD source, I use AVCHD files made by a Canon HF100 (http://www.usa.canon.com/consumer/controller?act=ModelInfoAct&fcategoryid=177&modelid=16187) camera, NTSC version. No processing is applied to these files prior to feeding them to AviSynth, they are downloaded straight from the camera's SDHC flash card. The camera is configured for maximum quality (up to 17 Mbps) 1080i. It is actually configured with a pretty mild gamma curve ("Cinema" mode) which reduces the noise and eases the load on the encoder.
Here's an AVCHD file:
https://dl.getdropbox.com/u/29966/00002.MTS
The .avs script is very simple:
AVCSource("test.dga")
I'm using AviSynth 2.5.7 and dgavcdec100a26 on Windows XP SP3. The system is Core 2 Duo 5200.
These are the commands I'm running:
del test.dga
C:\Progra~1\DGAVCIndex\DGAVCIndex.exe -i 00002.MTS -o test.dga -e
del test-hc.log
del test.m2v
C:\Progra~1\HCenc\HCenc.exe -ini test-HC.ini -i test.avs -o test.m2v -log test-hc.log -frames all
HCenc is version 0.23. The test-HC.ini file is:
*AUTOGOP 15
*CQ 5.000
*INTERLACED
*NOSCD
*MATRIX mpeg
*PRIORITY normal
*WAIT 1
This is the MPEG2 file generated:
https://dl.getdropbox.com/u/29966/test.m2v
Watch the window frame in the right-hand side of the image, especially towards the end of the clip, and also the bush under the window. There's brief but extensive artifacting that is not present in the master AVCHD file (I verified it on a PS3 and HD screen and it looks perfect).
If I need to do other tests let me know.
I may try to shoot more footage for testing but I'm not sure what are the conditions that make it more likely for this issue to appear.
Here's an AVCHD file:
https://dl.getdropbox.com/u/29966/00002.MTS
The .avs script is very simple:
AVCSource("test.dga")
I'm using AviSynth 2.5.7 and dgavcdec100a26 on Windows XP SP3. The system is Core 2 Duo 5200.
These are the commands I'm running:
del test.dga
C:\Progra~1\DGAVCIndex\DGAVCIndex.exe -i 00002.MTS -o test.dga -e
del test-hc.log
del test.m2v
C:\Progra~1\HCenc\HCenc.exe -ini test-HC.ini -i test.avs -o test.m2v -log test-hc.log -frames all
HCenc is version 0.23. The test-HC.ini file is:
*AUTOGOP 15
*CQ 5.000
*INTERLACED
*NOSCD
*MATRIX mpeg
*PRIORITY normal
*WAIT 1
This is the MPEG2 file generated:
https://dl.getdropbox.com/u/29966/test.m2v
Watch the window frame in the right-hand side of the image, especially towards the end of the clip, and also the bush under the window. There's brief but extensive artifacting that is not present in the master AVCHD file (I verified it on a PS3 and HD screen and it looks perfect).
If I need to do other tests let me know.
I may try to shoot more footage for testing but I'm not sure what are the conditions that make it more likely for this issue to appear.