ogrgkyle
29th September 2017, 22:45
I've recorded a documentary series on my DVR and outputted it through Firewire into DV-AVI files (480i, NTSC). From here I want to run them through Avisynth, then through AVStoDVD to make a DVD.
Any filter suggestions (specifically for output to DVD)? I want to remove the logo if possible. In a test, I was able to deblend the transparent part, which is most of it.
AVStoDVD/HCenc suggestions? Which matrix? AC3 audio?
I want the best settings, even if they are slow.
Each episode is about 90 to 120 minutes long. I want one episode per DVD.
Current Avisynth script:
FFmpegSource2("C:\myvideo.avi", atrack=-1, colorspace="YV12")
DoubleWeave().SelectOdd()
AssumeTFF()
Crop(4, 0, 712, 480, align=False)
BicubicResizeMT(720, 480)
This changes the field order to TFF in preparation for an interlaced NTSC DVD. I assume I can crop the left and right borders without messing up the interlacing.
AVStoDVD settings: Highest MPEG2 video bitrate possible with AC3 448kbps stereo audio.
HCenc settings (from AVStoDVD):
*INFILE C:\Users\myuser\AppData\Local\Temp\DVD_1_test_1.avs
*AVSRELOAD
*OUTFILE C:\Users\myuser\Videos\DVD_1_test.m2v
*LOGFILE C:\Users\myuser\AppData\Local\Temp\DVD_1_test.HCenc.log
*MAXBITRATE 7964
*BITRATE 5637
*PROFILE BEST
*ASPECT 16:9
*INTERLACED
*TFF
*BIAS 60
*DC_PREC 10
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY NORMAL
*DBPATH C:\Users\myuser\AppData\Local\Temp
*WAIT 2
*CHROMADOWNSAMPLE 1
*LASTIFRAME
*INTRAVLC 2
*AUTOGOP 15
HERE is the 8-minute sample (1.69GB) (https://drive.google.com/open?id=0B9eUF3WCwbSteUVBRENvTnhld2M) of the most common type of clips in the documentary.
Any filter suggestions (specifically for output to DVD)? I want to remove the logo if possible. In a test, I was able to deblend the transparent part, which is most of it.
AVStoDVD/HCenc suggestions? Which matrix? AC3 audio?
I want the best settings, even if they are slow.
Each episode is about 90 to 120 minutes long. I want one episode per DVD.
Current Avisynth script:
FFmpegSource2("C:\myvideo.avi", atrack=-1, colorspace="YV12")
DoubleWeave().SelectOdd()
AssumeTFF()
Crop(4, 0, 712, 480, align=False)
BicubicResizeMT(720, 480)
This changes the field order to TFF in preparation for an interlaced NTSC DVD. I assume I can crop the left and right borders without messing up the interlacing.
AVStoDVD settings: Highest MPEG2 video bitrate possible with AC3 448kbps stereo audio.
HCenc settings (from AVStoDVD):
*INFILE C:\Users\myuser\AppData\Local\Temp\DVD_1_test_1.avs
*AVSRELOAD
*OUTFILE C:\Users\myuser\Videos\DVD_1_test.m2v
*LOGFILE C:\Users\myuser\AppData\Local\Temp\DVD_1_test.HCenc.log
*MAXBITRATE 7964
*BITRATE 5637
*PROFILE BEST
*ASPECT 16:9
*INTERLACED
*TFF
*BIAS 60
*DC_PREC 10
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY NORMAL
*DBPATH C:\Users\myuser\AppData\Local\Temp
*WAIT 2
*CHROMADOWNSAMPLE 1
*LASTIFRAME
*INTRAVLC 2
*AUTOGOP 15
HERE is the 8-minute sample (1.69GB) (https://drive.google.com/open?id=0B9eUF3WCwbSteUVBRENvTnhld2M) of the most common type of clips in the documentary.