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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 29th September 2017, 22:45   #1  |  Link
ogrgkyle
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)
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):

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
HERE is the 8-minute sample (1.69GB) of the most common type of clips in the documentary.
ogrgkyle is offline   Reply With Quote
 

Tags
avisynth, dvd, hcenc, logo removal, ntsc

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:44.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.