Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
![]() |
#1 | Link |
Registered User
Join Date: Aug 2015
Posts: 17
|
1080p DVR -> 480i DV -> Avisynth filters -> AVStoDVD - Suggestions?
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: Code:
FFmpegSource2("C:\myvideo.avi", atrack=-1, colorspace="YV12") DoubleWeave().SelectOdd() AssumeTFF() Crop(4, 0, 712, 480, align=False) BicubicResizeMT(720, 480) AVStoDVD settings: Highest MPEG2 video bitrate possible with AC3 448kbps stereo audio. HCenc settings (from AVStoDVD): Code:
*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 |
![]() |
![]() |
Tags |
avisynth, dvd, hcenc, logo removal, ntsc |
Thread Tools | Search this Thread |
Display Modes | |
|
|