View Full Version : AVStoDVD Support Thread
Sparktank
16th January 2012, 22:25
@MrC
That'd be wonderful!
Looking forward to results.
If I can think of anything, I'll update.
abyss616
19th January 2012, 03:36
@abyss616
there's no general rule: it depends on the input file width, height and DAR.
Every 720x480 file that I set to encode at 16:9 gets the following line added to the avisynth tab:
Video = Video.Spline64Resize(720,480,0,36,0,-36)
That cuts off the top and bottom 36 pixels. I manually edit each file so that it says Video = Video.Spline64Resize(720,480).
MrC
20th January 2012, 12:55
Every 720x480 file that I set to encode at 16:9 gets the following line added to the avisynth tab:
Video = Video.Spline64Resize(720,480,0,36,0,-36)
That cuts off the top and bottom 36 pixels. I manually edit each file so that it says Video = Video.Spline64Resize(720,480).
There are multiple cases for 720x480 resolution:
Input file DAR 4:3
Video = Video.Spline64Resize(720,480,0,66,0,-66)
Input file DAR 16:9
*no resizing*
Input file DAR 1:1
Video = Video.Spline64Resize(720,480,0,36,0,-36)
If you take a DAR 1:1 input file and set the flag to 16:9, that is what you are actually doing, your output will be horizontally streched. Is that what you really want?
;)
Bye
abyss616
20th January 2012, 16:52
If it means that the top and bottom 36 pixels are cut off, I guess that I do. Maybe I'll stop resizing the 16:9 input files in my avisynth script down to 720x480 and leave them as is. Everything I had read said to make them 720x480 resolution.
ThaDraGun
26th January 2012, 14:25
Having a problem creating a DVD. I have been using this program for a while now and havent changed any of the settings.
I'm getting an error after a could seconds:
'unsupported compression method'
Somthing get changed some how? I installed another dvd creator program so that maybe is why Im having problems now? I installed Aimersoft DVD Creator.
LOG:
<26/01/2012 8:44:05 AM>
START PROCESS
<>
<26/01/2012 8:44:05 AM>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4449/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: DVD
DVD Menu: No Menu
Output Folder: F:\DVDs
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window
PREFERENCES
MultiThread: 1
AVS Source Filter: A2DSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
PAL SpeedUp: 0
Video Resolution: 1
Video BitRate Min: 2500
Video BitRate Level 1: 8500
Video Profile Level 2: 8500
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 1
Force FFmpeg for Long Audio: 1
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliant Audio: 0
Normalize Audio: 0
Auto Delay Audio: 1
DVD Audio Language (Primary): EN - English
DVD Audio Language (Secondary): EN - English
DVD Subs Language (Primary): EN - English
DVD Subs Language (Secondary): EN - English
DVD Subs Font: Bell MT 9pt (255,255,255)
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: H: TSSTcorp CDDVDW SH-S223C SB06
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Display errors messages: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
Save General Settings: 0
<>
<26/01/2012 8:44:05 AM>
TITLE 1 SOURCE FILES
Video: E:\Movies\New folder\Movie.mkv
Info: AVC - 5174 kbps - 1280x536 - DAR 2.388 - 23.976 fps (CFR) - Progressive - 1:57:08 hours - 168504 frames
Audio 1: E:\Movies\New folder\Movie.mkv
Info: DTS - 1536 kbps - CBR - 6 ch - 48000 Hz - 24 bit - 1:57:08 hours (0 ms delay) - Internal
[MediaInfoLib - v0.7.50]
<>
<26/01/2012 8:44:05 AM>
AVISYNTH SCRIPT
Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("E:\Movies\New folder\Movie.mkv", CacheFolder="C:\Users\MARCEL~1\AppData\Local\Temp", FrameRate=23.976, VFR=false)
Audio = A2DAudioSource("E:\Movies\New folder\Movie.mkv", CacheFolder="C:\Users\MARCEL~1\AppData\Local\Temp")
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.AddBorders(0,92,0,92)
Video = Video.Spline64Resize(720,480)
AudioDub(Video, Audio)
<>
<26/01/2012 8:44:05 AM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 3964.5 MB
HCenc Parameters: -ini "C:\Users\MARCEL~1\AppData\Local\Temp\DVD_0_Movie.HCenc.ini"
HCenc ini file:
*INFILE C:\Users\MARCEL~1\AppData\Local\Temp\DVD_0_Movie_1.avs
*AVSRELOAD
*OUTFILE C:\Users\Marcel & Julia\Videos\DVD_0_Movie.m2v
*LOGFILE C:\Users\MARCEL~1\AppData\Local\Temp\DVD_0_Movie.HCenc.log
*MAXBITRATE 9000
*BITRATE 4732
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*PULLDOWN
*BIAS 50
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
MrC
26th January 2012, 17:47
Looks like a splitter/codecs issue. Try to remove the software you have recently installed and restore Haali Media Splitter and ffdshow (or whatever directshow codecs you were using).
;)
Bye
Cyber-Mav
1st February 2012, 16:11
doesnt work for me, says VB6 common controls not found.
MrC
4th February 2012, 19:01
doesnt work for me, says VB6 common controls not found.
Did you install them? They are included in AVStodVD Installer package, but NOT in NoInstall package (see ReadMe_NoInstall.txt).
;)
Bye
Cyber-Mav
6th February 2012, 15:41
Did you install them? They are included in AVStodVD Installer package, but NOT in NoInstall package (see ReadMe_NoInstall.txt).
;)
Bye
ahh i used the no install package,. let me try the other one.
8ternity
22nd February 2012, 17:44
Hi Mrc,
I had an issue with AVStoDVD. Audio encoding has failed, same over ffmpeg process.
Here what you need:
<2012-02-22 11:27:44>
START PROCESS
<>
<2012-02-22 11:27:44>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 4
DVD Size: 8099/8100 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: Season 6
DVD Menu: Motion Menu
Output Folder: E:\DVD-TEMP
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window
PREFERENCES
MultiThread: 1
AVS Source Filter: DirectShowSource
AVS UpSize/DownSize Filter: Spline36Resize/Spline36Resize
PAL SpeedUp: 0
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 8500
Video Profile Level 2: 8500
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 3
Force FFmpeg for Long Audio: 1
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliant Audio: 0
Normalize Audio: 0
Auto Delay Audio: 0
DVD Audio Language (Primary): FR - French
DVD Audio Language (Secondary): EN - English
DVD Subs Language (Primary): FR - French
DVD Subs Language (Secondary): EN - English
DVD Subs Font: Tahoma 18pt (255,255,255)
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: G: ATAPI iHAS124 B AL0S
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Display errors messages: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
Save General Settings: 0
<>
<2012-02-22 11:27:44>
TITLE 1 SOURCE FILES
Video: D:\--= Complete =--\Dexter.S06E01.avi
Info: XviD - 1330 kbps - 624x352 - DAR 1.773 - 23.976 fps (CFR) - Progressive - 52:37 minutes - 75693 frames
Audio 1: D:\--= Complete =--\Dexter.S06E01.avi
Info: MPEG-1 Audio layer 3 - 32 kbps - CBR - 2 ch - 48000 Hz - 52:37 minutes (0 ms delay) - Internal
[MediaInfoLib - v0.7.50]
<>
<2012-02-22 11:27:44>
AVISYNTH SCRIPT
Video = DirectShowSource("D:\--= Complete =--\Dexter.S06E01.avi", fps=23.976, audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("D:\--= Complete =--\Dexter.S06E01.avi", video=false)
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.Spline36Resize(720,480,0,0,0,-0)
AudioDub(Video, Audio)
<>
<2012-02-22 11:27:44>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 1799.7 MB
HCenc Parameters: -ini "E:\Temp\Season 6_1_Title_01_Épisode 1.HCenc.ini"
HCenc ini file:
*INFILE E:\Temp\Season 6_1_Title_01_Épisode 1_1.avs
*AVSRELOAD
*OUTFILE E:\Temp\AVStoDVD\Season 6_1_Title_01_Épisode 1.m2v
*LOGFILE E:\Temp\Season 6_1_Title_01_Épisode 1.HCenc.log
*MAXBITRATE 9000
*BITRATE 4782
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*PULLDOWN
*BIAS 50
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<2012-02-22 11:40:58>
END VIDEO ENCODING OPERATIONS
Created File: E:\Temp\AVStoDVD\Season 6_1_Title_01_Épisode 1.m2v (1800.5 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 4817 kbps - 720x480 - DAR 1.778 - 23.976 fps (CFR) - Progressive (2:3 Pulldown) - 52:36 minutes - 75691 frames
<>
<2012-02-22 11:40:58>
START AUDIO ENCODING OPERATIONS (Track 1)
FFmpeg Parameters: -threads 6 -i "E:\Temp\Season 6_1_Title_01_Épisode 1_1.avs" -y -vn -acodec ac3 -sample_fmt flt -ac 2 -ar 48000 -ab 448k "E:\Temp\AVStoDVD\Season 6_1_Title_01_Épisode 1_1.ac3"
<>
<2012-02-22 11:40:59>
PROCESS ABORTED DURING TITLE 1 AUDIO (TRACK 1) ENCODING OPERATIONS.
CHECK LOG FILE <E:\DVD-TEMP\SEASON 6_1.LOG> FOR MORE INFO.
<>
<2012-02-22 11:40:59>
Log file created by AVStoDVD Release 2.4.2
<>
mediainfo
General
Complete name : Dexter S06_ep1.avi
Format : AVI
Format/Info : Audio Video Interleave
File size : 561 MiB
Duration : 52mn 37s
Overall bit rate : 1 489 Kbps
Writing application : VirtualDubMod 1.5.10.3 Fr | www.virtualdub-fr.org || (build 2550/release)
Writing library : VirtualDubMod build 2550/release
Video
ID : 0
Format : MPEG-4 Visual
Format profile : Advanced Simple@L5
Format settings, BVOP : 1
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Muxing mode : Packed bitstream
Codec ID : XVID
Codec ID/Hint : XviD
Duration : 52mn 37s
Bit rate : 1 330 Kbps
Width : 624 pixels
Height : 352 pixels
Display aspect ratio : 16:9
Frame rate : 23.976 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.253
Stream size : 501 MiB (89%)
Writing library : XviD 62
Audio
ID : 1
Format : MPEG Audio
Format version : Version 1
Format profile : Layer 3
Codec ID : 55
Codec ID/Hint : MP3
Duration : 52mn 37s
Bit rate mode : Constant
Bit rate : 32.0 Kbps
Channel(s) : 2 channels
Sampling rate : 48.0 KHz
Compression mode : Lossy
Stream size : 55.1 MiB (10%)
Alignment : Aligned on interleaves
Interleave, duration : 24 ms (0.58 video frame)
Interleave, preload duration : 110 ms
Writing library : LAME3.97
can you help me with that please?
Thanks! :)
Sparktank
23rd February 2012, 14:36
Audio encoding has failed, same over ffmpeg process.
Why not use eac3to to encode your audio first?
and then AVStoDVD will automatically copy the audio over.
or re-rip the source to audio better than 32 kbps.
Also I notice your logs contain non-standard characters in their names, that could also lead to problems for a lot of programs.
Characters with accents can often lead to many problems with Windows environments.
É is not very Windows friendly for most programs.
I'd suggest renaming everything to very basic names with nothing fancy.
If É is very common, no matter what you do, a simple google search will show the proper way to remove different languages from your keyboard.
Most often the letter "É" is from a keyboard shortcut programmed to use French characters over North American characters. This can be fixed by going into the Control Panel > Languages > and removing/deleting/disabling stuff that's not North American English.
When working with most conversions, my basic principle is that every name must be as short as possible, including file names and folder names. this ensures less errors, as windows is... well just windows lol.
Aside from switching all foreign characters to standard English characters, I'd highly recommend using eac3to to convert your audio to AC3 for AVStoDVD before starting your next project.
You might even need to update/install MP3 decoding filters.
MP3 decoding requires either official LAME MP3 system decoder filters to be installed...
Or, "FFDshow Audio" to be configured to handle MP3 audio.
Either way works fine.
FFDShow would be easier as it does updates more often than official "LAME" releases.
...If FFDShow does not handle LAME MP3 after initial installation, configure it to do so.
Also to handle the usual "Raw Audio - Compatible" etc.
FFDshow on its own or by K-Lite Codec Packs is updated constantly.
LameACM is only good if the source is encoded with Lame MP3; which, yours has been: 3..97.
Lame is currently updated to 3.99.
gobbleman
24th February 2012, 14:26
Hi MrC
I have a HD NTSC movie that I want to mux with PAL audio and subtitles.
I want to make a PAL DVD using the 4% speedup, so the video only needs to be resized, right?
So I encoded a 10Mb fragment (obtained using mkvmerge) with output set to Elementary MPEG2 streams.
Looking at the logfile I can see that the result has a different framerate and number of frames.
Q1. Why is DGPulldown used?
Q2. Why does the number of frames differ after encoding, and after DGPulldown?
Thank you very much for this brilliant program, and keep up the great work.
<11-Feb-12 02:35:51 PM>
START PROCESS
<>
<11-Feb-12 02:35:51 PM>
PROJECT SETTINGS
DVD Video Standard: PAL
DVD Titles number: 1
DVD Size: 81/4450 MB (2%)
DVD Output Setup: MPEG2 Streams
DVD Label: DVD
DVD Menu: No Menu
Output Folder: D:\_MyDocs\Movies\_AVStoDVD
Delete Temp Process Files: No
Delete Working Files: No
Edit Command Parameters: Yes
Post Process Task: Show Progress Status window
PREFERENCES
MultiThread: 1
AVS Source Filter: A2DSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
PAL SpeedUp: 1
Video Resolution: 1
Video BitRate Min: 2500
Video BitRate Level 1: 8500
Video Profile Level 2: 8500
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
Force FFmpeg for Long Audio: 1
DVD Audio Format: 0
DVD Audio BitRate: 192
Keep DVD Compliant Audio: 1
Normalize Audio: 1
Auto Delay Audio: 1
DVD Audio Language (Primary): EN - English
DVD Audio Language (Secondary): EN - English
DVD Subs Language (Primary): EN - English
DVD Subs Language (Secondary): EN - English
DVD Subs Font: Tahoma 18pt (255,255,255)
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: X: HL-DT-ST DVDRAM GH22LS40 LL01
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Display errors messages: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
Save General Settings: 1
<>
<11-Feb-12 02:35:51 PM>
TITLE 1 SOURCE FILES
Video: D:\_MyDocs\Movies\_Disney\_Ready\PINOCCHIO\Pinokkio.1940.x264.BDRip.720p\Pinokkio.1940.x264.BDRip.720p (1)-001.mkv
Info: AVC - 1095 kbps - 968x720 - DAR 1.344 - 23.976 fps (CFR) - Progressive - 1:23 minutes - 2000 frames
[MediaInfoLib - v0.7.50]
<>
<11-Feb-12 02:35:51 PM>
AVISYNTH SCRIPT
Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("D:\_MyDocs\Movies\_Disney\_Ready\PINOCCHIO\Pinokkio.1940.x264.BDRip.720p\Pinokkio.1940.x264.BDRip.720p (1)-001.mkv", CacheFolder="C:\Temp", FrameRate=23.976, VFR=false)
Video = Video.ConvertToYV12
#Using AssumeFPS() to upsize FPS
Video = Video.AddBorders(0,3,0,3)
Video = Video.Spline64Resize(720,576)
Return Video
AssumeFPS("pal_film", sync_audio=true).ResampleAudio(48000)
<>
<11-Feb-12 02:35:57 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 81.1 MB
HCenc Parameters: -ini "C:\Temp\DVD_0_Pinokkio.1940.x264.BDRip.720p (1)-001.HCenc.ini"
HCenc ini file:
*INFILE C:\Temp\DVD_0_Pinokkio.1940.x264.BDRip.720p (1)-001_1.avs
*AVSRELOAD
*OUTFILE D:\_MyDocs\Movies\_AVStoDVD\DVD_0_Pinokkio.1940.x264.BDRip.720p (1)-001.m2v
*LOGFILE C:\Temp\DVD_0_Pinokkio.1940.x264.BDRip.720p (1)-001.HCenc.log
*MAXBITRATE 9000
*BITRATE 8500
*PROFILE BEST
*ASPECT 4:3
*PROGRESSIVE
*TFF
*BIAS 80
*DC_PREC 10
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 100
<>
<11-Feb-12 02:38:55 PM>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: D:\_MyDocs\Movies\_AVStoDVD\DVD_0_Pinokkio.1940.x264.BDRip.720p (1)-001.m2v (59.8 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6064 kbps - 720x576 - DAR 1.333 - 23.976 fps (CFR) - Progressive (TFF) - 1:23 minutes - 1998 frames
<>
<11-Feb-12 02:38:55 PM>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "D:\_MyDocs\Movies\_AVStoDVD\DVD_0_Pinokkio.1940.x264.BDRip.720p (1)-001.m2v" -srcfps 23.976 -destfps 25 -inplace -tff
<>
<11-Feb-12 02:38:56 PM>
END PULLDOWN OPERATIONS
DGPulldown executed on File: D:\_MyDocs\Movies\_AVStoDVD\DVD_0_Pinokkio.1940.x264.BDRip.720p (1)-001.m2v (59.8 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6059 kbps - 720x576 - DAR 1.333 - 24 fps (CFR) - Progressive (2:2:2:2:2:2:2:2:2:2:2:3 Pulldown) - 1:23 minutes - 2002 frames
<>
<11-Feb-12 02:38:56 PM>
Log file created by AVStoDVD Release 2.4.2
<>
MrC
26th February 2012, 21:12
@8ternity
have you tried with 'Wavi+Aften' as AC3 encoder setup?
@gobbleman
wow, you have found a bug with the AviSynth script generation when 'PAL speedup' is selected AND audio is not present. I will surely fix it in the next release. Thanks! ;)
As workaround you can edit the AviSynth script ('Edit Title'/'AviSynth') by replacing:
Return Video
AssumeFPS("pal_film", sync_audio=true).ResampleAudio(48000)
with
AssumeFPS(Video, "pal_film")
About your questions: of course DGPulldown must not start if 'PAL speedup' is selected. Frames are higher after pulldown because they are inserted to convert framerate without altering the time length.
;)
Bye
8ternity
3rd March 2012, 23:36
@8ternity
have you tried with 'Wavi+Aften' as AC3 encoder setup?
No. I've try with HenC 2pass; wich normally everything pass. I remember that Wavi+After has not worked well on many project with avi files; i used HenC Locked has recommended previously by you last year (starting to 2.3.2 version).
I've used Nero Vision Xtra 'latest' to resolve my issue for the moment. I can try later with same files this week to let you know if you need that i test to resolve the issue, or for knowledges, up to you. :)
THanks.
No. I've try with HenC 2pass; wich normally everything pass. I remember that Wavi+After has not worked well on many project with avi files; i used HenC Locked has recommended previously by you last year (starting to 2.3.2 version).
Wait, wait, HCenc 2-pass is a video encoding profile, we are speaking about AC3 audio encoder selection: 'Wavi+Aften' instead of QuEnc.
;)
Bye
Disapearer
5th March 2012, 14:42
Hi MrC
Discovered your nifty piece of software after having issues with Avi2DVD. Searched around and various recommendations led me to AVS2DVD.
My problems with Avi2DVD stemmed with various files going out of sync when converted to an ISO. I've run the same files through AVS2DVD and am pleased to see there are no issues with synching, but there are issues with the picture quality that I've not had with Avi2DVD.
It seems movement causes distortion in the picture with horizontal streaking lines appearing around the edges of objects/characters moving. I've run it through both QuEnc and HCenc but the same problem occurs.
There's a few too many posts to go through every one and see if others have had this problem, but a quick scan through and I can't see anything. The fact that it doesn't appear to be a common complaint leads me to think that it might be easily fixable?
Any ideas or help would be most appreciated.
Many thanks
manolito
5th March 2012, 19:02
This certainly sounds like combing artifacts from an interlaced source. If your source is interlaced, you have to decide if you want to keep it interlaced or if you want to deinterlace it before encoding.
I don't have AVStoDVD installed ATM, but I remember that it offers the possibility to edit the AVS script, so you can add a deinterlacer to the script.
Cheers
manolito
As Manolito says, your issue may be caused by an interlaced footage wrongly encoded. BTW AVStoDVD properly handles interlaced sources, if they are detected as interlaced.
Do you have still the project log file? Please post it here. If you don't, could you post the MediaInfo report of your source title?
;)
Bye
Disapearer
6th March 2012, 18:30
Ignore.
manolito
7th March 2012, 01:10
Video: C:\Torrents\Eastbound\Episode 1\eastbounds03e01.mkv
You won't get any help here for downloaded sources...:readrule:
Cheers
manolito
Disapearer
7th March 2012, 09:07
Ignore my previous (now removed) email with my apologies.
Hopefully you'll forgive my foolishness and allow me to try again!
So, following on from my initial email, the issue I'm having seems to occur on all files (avi & mkv) and is not specific to any individual files.
Here's the log from a (different) file that had the problem:
<04/03/2012 16:55:33>
START PROCESS
<>
<04/03/2012 16:55:33>
PROJECT SETTINGS
DVD Video Standard: PAL
DVD Titles number: 1
DVD Size: 4449/4450 MB (100%)
DVD Output Setup: ISO UDF Image
DVD Label: DVD
DVD Menu: No Menu
Output Folder: C:\Converted\AIB
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window
PREFERENCES
MultiThread: 1
AVS Source Filter: A2DSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
PAL SpeedUp: 0
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 6500
Video Profile Level 2: 4500
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
Force FFmpeg for Long Audio: 1
DVD Audio Format: 0
DVD Audio BitRate: 192
Keep DVD Compliant Audio: 1
Normalize Audio: 0
Auto Delay Audio: 1
DVD Audio Language (Primary): EN - English
DVD Audio Language (Secondary): EN - English
DVD Subs Language (Primary): EN - English
DVD Subs Language (Secondary): EN - English
DVD Subs Font: Tahoma 18pt (255,255,255)
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: D: TSSTcorp CDDVDW SH-S223C SB01
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Display errors messages: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
Save General Settings: 0
<>
<04/03/2012 16:55:33>
TITLE 1 SOURCE FILES
Video: C:\Converted\AIB\AIB.avi
Info: XviD - 3999 kbps - 1280x528 - DAR 2.424 - 24 fps (CFR) - Progressive - 1:27:44 hours - 126337 frames
Audio 1: C:\Converted\AIB\AIB.avi
Info: AC3 - 448 kbps - CBR - 6 ch - 48000 Hz - 16 bit - 1:27:44 hours (0 ms delay) - Internal
[MediaInfoLib - v0.7.50]
<>
<04/03/2012 16:55:33>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("C:\Converted\AIB\AIB.avi", CacheFolder="C:\DOCUME~1\Owner\LOCALS~1\Temp", FrameRate=24, VFR=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("C:\Converted\AIB\AIB.avi", CacheFolder="C:\DOCUME~1\Owner\LOCALS~1\Temp")
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.AddBorders(0,96,0,96)
Video = Video.Spline64Resize(720,576)
AudioDub(Video, Audio)
<>
<04/03/2012 16:55:33>
START VIDEO ENCODING OPERATIONS
Encoding Profile: QuEnc CBR 1-pass
Target Video FileSize: 4080.7 MB
QuEnc Parameters: -i "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_0_AIB_1.avs" -o "C:\Documents and Settings\Owner\My Documents\My Videos\DVD_0_AIB.m2v" -b 6503 -1 -hq -novbr -scene -trell -aspectratio 16:9 -nointerlaced -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
<>
<04/03/2012 16:55:46>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: AVISource
Created File: C:\Documents and Settings\Owner\My Documents\My Videos\DVD_0_AIB.m2v (1 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6222 kbps - 720x576 - DAR 1.778 - 24 fps (CFR) - Progressive - 1 seconds - 34 frames
<>
<04/03/2012 16:55:46>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "C:\Documents and Settings\Owner\My Documents\My Videos\DVD_0_AIB.m2v" -srcfps 24.000 -destfps 25 -inplace -tff
<>
<04/03/2012 16:55:47>
END PULLDOWN OPERATIONS
DGPulldown executed on File: C:\Documents and Settings\Owner\My Documents\My Videos\DVD_0_AIB.m2v (1 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6298 kbps - 720x576 - DAR 1.778 - 24 fps (CFR) - Progressive (2:2:2:2:2:2:2:2:2:2:2:3 Pulldown) - 1 seconds - 34 frames
<>
<04/03/2012 16:55:52>
CHECK LOG FILE <C:\CONVERTED\AIB\DVD_0.LOG> FOR MORE INFO.
<>
<04/03/2012 16:55:52>
Log file created by AVStoDVD Release 2.4.2
<>
Thank you again.
@Disapearer
I'm not sure what's now the problem: "horizontal streaking lines appearing around the edges of objects/characters moving" or the very short output file?
OUTPUT VIDEO INFO: MPEG-2 Video - 6222 kbps - 720x576 - DAR 1.778 - 24 fps (CFR) - Progressive - 1 seconds - 34 frames
?
Bye
Disapearer
8th March 2012, 14:43
@Disapearer
I'm not sure what's now the problem: "horizontal streaking lines appearing around the edges of objects/characters moving" or the very short output file?
?
Bye
Hi Mr C
Sorry, I'm a bit clueless when it comes to these sorts of things, that was possibly one conversion I abandoned early on (I have several of these in the same folder, thought the first would be the one to use!).
Please see what I hope is the correct version below and, yes, the issue is still the picture, and from looking at a site that had pics of interlacing I believe that is the issue:
<04/03/2012 18:20:38>
START PROCESS
<>
<04/03/2012 18:20:38>
PROJECT SETTINGS
DVD Video Standard: PAL
DVD Titles number: 1
DVD Size: 4449/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: DVD
DVD Menu: No Menu
Output Folder: C:\Converted\AIB
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window
PREFERENCES
MultiThread: 1
AVS Source Filter: A2DSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
PAL SpeedUp: 0
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 8500
Video Profile Level 2: 2500
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
Force FFmpeg for Long Audio: 1
DVD Audio Format: 0
DVD Audio BitRate: 192
Keep DVD Compliant Audio: 1
Normalize Audio: 0
Auto Delay Audio: 1
DVD Audio Language (Primary): EN - English
DVD Audio Language (Secondary): EN - English
DVD Subs Language (Primary): EN - English
DVD Subs Language (Secondary): EN - English
DVD Subs Font: Tahoma 18pt (255,255,255)
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: D: TSSTcorp CDDVDW SH-S223C SB01
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Display errors messages: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
Save General Settings: 0
<>
<04/03/2012 18:20:38>
TITLE 1 SOURCE FILES
Video: C:\Converted\AIB\AIB.avi
Info: XviD - 3999 kbps - 1280x528 - DAR 2.424 - 24 fps (CFR) - Progressive - 1:27:44 hours - 126337 frames
Audio 1: C:\Converted\AIB\AIB.avi
Info: AC3 - 448 kbps - CBR - 6 ch - 48000 Hz - 16 bit - 1:27:44 hours (0 ms delay) - Internal
[MediaInfoLib - v0.7.50]
<>
<04/03/2012 18:20:38>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("C:\Converted\AIB\AIB.avi", CacheFolder="C:\DOCUME~1\Owner\LOCALS~1\Temp", FrameRate=24, VFR=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("C:\Converted\AIB\AIB.avi", CacheFolder="C:\DOCUME~1\Owner\LOCALS~1\Temp")
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.AddBorders(0,96,0,96)
Video = Video.Spline64Resize(720,576)
AudioDub(Video, Audio)
<>
<04/03/2012 18:20:38>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 1-pass
Target Video FileSize: 4080.7 MB
HCenc Parameters: -ini "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_2_AIB.HCenc.ini"
HCenc ini file:
*INFILE C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_2_AIB_1.avs
*AVSRELOAD
*OUTFILE C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB.m2v
*LOGFILE C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_2_AIB.HCenc.log
*MAXBITRATE 9000
*1PASS
*BITRATE 6503
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*BIAS 70
*DC_PREC 10
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<04/03/2012 19:55:52>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: AVISource
Created File: C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB.m2v (3959.1 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6354 kbps - 720x576 - DAR 1.778 - 24 fps (CFR) - Progressive (TFF) - 1:27:44 hours - 126337 frames
<>
<04/03/2012 19:55:52>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB.m2v" -srcfps 24.000 -destfps 25 -inplace -tff
<>
<04/03/2012 20:05:55>
END PULLDOWN OPERATIONS
DGPulldown executed on File: C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB.m2v (3959.1 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6354 kbps - 720x576 - DAR 1.778 - 24 fps (CFR) - Progressive (2:2:2:2:2:2:2:2:2:2:2:3 Pulldown) - 1:27:44 hours - 126336 frames
<>
<04/03/2012 20:05:55>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "C:\Converted\AIB\AIB.avi" -acodec copy "C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB_1.ToFix.ac3"
<>
<04/03/2012 20:07:59>
END AUDIO ENCODING OPERATIONS (Track 1)
Created File: C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB_1.ac3 (281.1 MB)
OUTPUT AUDIO INFO: AC3 - 448 kbps - CBR - 6 ch - 48000 Hz - 16 bit - 1:27:44 hours (0 ms delay)
<>
<04/03/2012 20:07:59>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_2_BatchMux.ini"
BatchMux ini file:
-d "C:\Converted\AIB\DVD_2\VIDEO_TS"
-mxp "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_2_MuxMan.mxp"
-l "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_2_MuxMan.log"
-muxman "C:\Program Files\AVStoDVD\MuxMan"
-prio LOW
-palette "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_2_Palette.txt"
-v "C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB.m2v"
-vidmode LB
-a1 "C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB_1.ac3"
-a1lang en
-cellfr "C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB_Chapters.txt"
-progfr "C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB_Chapters.txt"
-chapfr "C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB_Chapters.txt"
<>
<04/03/2012 20:23:59>
CHECK DVD SIZE
DVD Folder (actual) Size: 4315.6 MB
vs Estimated Size: 4449 MB -> 3.0% undersize
vs Assets Size: 4240.2 MB -> OK
<>
<04/03/2012 20:23:59>
END DVD AUTHORING OPERATIONS
Created Folder: C:\Converted\AIB\DVD_2 (4315.6 MB)
<>
<04/03/2012 20:24:06>
Log file created by AVStoDVD Release 2.4.2
<>
Thanks for your time.
@Disapearer
well, source footage should be progressive, not interlaced:
TITLE 1 SOURCE FILES
Video: C:\Converted\AIB\AIB.avi
Info: XviD - 3999 kbps - 1280x528 - DAR 2.424 - 24 fps (CFR) - Progressive - 1:27:44 hours - 126337 frames
and AVStoDVD has encoded it as progressive, preserving the field order/setup of the source:
END VIDEO ENCODING OPERATIONS
A2DVideoSource: AVISource
Created File: C:\Documents and Settings\Owner\My Documents\My Videos\DVD_2_AIB.m2v (3959.1 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6354 kbps - 720x576 - DAR 1.778 - 24 fps (CFR) - Progressive (TFF) - 1:27:44 hours - 126337 frames
Are you sure that source footage is ok? Do you have the possibility to upload a small portion of it somewhere (i.e. mediafire.com)?
;)
Bye
Disapearer
9th March 2012, 13:48
@Disapearer
well, source footage should be progressive, not interlaced:
and AVStoDVD has encoded it as progressive, preserving the field order/setup of the source:
Are you sure that source footage is ok? Do you have the possibility to upload a small portion of it somewhere (i.e. mediafire.com)?
;)
Bye
Hi Mr C
I'm not entirely sure how to take a small portion of footage out (I'd need to figure out how) but it is an issue with all files it seems, not just one, and as I mentioned in my original message the piece of software I have been using produces a perfect picture, it was just having a few audio synching issues that I couldn't solve on certain files. (So basically the files themselves are fine).
Did you want a sample to see a visual of what I'm talking about? Perhaps I can find a pic of something that looks similar?
Did you want a sample to see a visual of what I'm talking about? Perhaps I can find a pic of something that looks similar?
You can easily use VirtualDub or Avidemux to crop some seconds of footage.
;)
Bye
Disapearer
10th March 2012, 16:52
You can easily use VirtualDub or Avidemux to crop some seconds of footage.
;)
Bye
Okay, so I was checking the files to see what footage I could use, and I checked the ISO through VLC.... and it was fine!
Burnt the ISO to disc, checked the disc through VLC, and that was fine too!
As soon as a play it in the blu-ray player through the TV, that's when the image problem begins. I've mucked about with the settings on both the player and TV but can't seem to fix the picture issue, and now I'm completely puzzled why it's occurring.
Any ideas? I'm completely lost (and out of my depth, tech-wise!).
Cheers.
MrC
11th March 2012, 23:16
It could be that your BD player does not welcome mpeg2 footage with pulldown. In your case pulldown has been applied by AVStoDVD (thru DGPulldown) to change framerate from 24fps to 25fps.
Take a look to your player manual (or any related forum) to verify this guess.
If the guess is correct, as workaround you can go with the AssumeFPS approach. Add to the end of your project AviSynth script the following line:
AssumeFPS("pal_film", sync_audio=true).ResampleAudio(48000)
;)
Bye
Disapearer
12th March 2012, 19:38
It could be that your BD player does not welcome mpeg2 footage with pulldown. In your case pulldown has been applied by AVStoDVD (thru DGPulldown) to change framerate from 24fps to 25fps.
Take a look to your player manual (or any related forum) to verify this guess.
If the guess is correct, as workaround you can go with the AssumeFPS approach. Add to the end of your project AviSynth script the following line:
AssumeFPS("pal_film", sync_audio=true).ResampleAudio(48000)
;)
Bye
Okay, well that fixed the picture issue (yay!) but it threw the audio completely out of synch by about a minute! So, somewhere in between then?
Thanks
MrC
13th March 2012, 13:51
Ops, sorry, I forgot to tell you to force audio re-encoding: go 'Edit Title'/'Audio' and toggle off 'Keep DVD compliant audio'.
;)
Bye
Disapearer
13th March 2012, 23:13
Ops, sorry, I forgot to tell you to force audio re-encoding: go 'Edit Title'/'Audio' and toggle off 'Keep DVD compliant audio'.
;)
Bye
Yes! That worked a treat, thanks very much. I also took your advice and dug the blu-ray player manual out, messed around with the Progressive settings, and figured out how to fix it that way too.
So thanks for your help, I would have been totally flummoxed without it, and thanks for a great piece of software!
Cheers.
Sjakko
27th March 2012, 18:21
This probably has been asked before, but is there a way to save multiple sets of Preferences, let's call it Profiles? If not, this is a feature request.
A second request: please create an option to keep all external windows minimized. Like encoders, demuxers and command windows.
MrC
29th March 2012, 13:56
This probably has been asked before, but is there a way to save multiple sets of Preferences, let's call it Profiles? If not, this is a feature request.
Ok, nice request. As workaround you can play with the registry key:
HKEY_CURRENT_USER\Software\AVStoDVD
A second request: please create an option to keep all external windows minimized. Like encoders, demuxers and command windows.
Already in the ToDo list.
Thanks for the inputs.
;)
Bye
Mr. Monte
3rd April 2012, 20:21
So a new AVStoDVD may be in the horizons? :)...thanks
So a new AVStoDVD may be in the horizons? :)...thanks
Yes, a new alpha should be out in April. But do not expect major changes.
;)
Bye
Sjakko
16th April 2012, 22:48
@Sjakko
right now it is not possible, as you have already discovered. It is an old feat request (http://forum.doom9.org/showthread.php?p=1298053#post1298053) that I have delayed in the hope that BatchMux would include in a earlier release. Since more a year has passed without news, I will put it in the AVStoDVD ToDo list.
Hi MrC,
2 years on, may I boldly ask if you want to consider putting this request (a chapters menu) a little higher on the infamous ToDo list? I like AVStoDVD very much but I'm really missing being able to create a DVD chapter menu (song list) for the music concerts I get from DVB and put on DVD. I'm more than happy to donate!
1 more request:
When having multiple titles with varying average bitrates, would it be possible to encode them at a fixed compression factor, so as a percentage of the original bitrate, instead of a fixed bitrate for all titles? Let me explain why. I have 14 PAL DVB recordings that need to go on 1 DVD and need encoding because their total filesize is more than DVD5. Despite the fact they're episodes from the same series and recorded from the same channel, their average bitrates vary quite a bit (1800-3000Kbps). After AVStoDVD does its encoding they all come out at about 1900Kbps. That means the compression factors vary quite a bit too (63-105%). That shows in the output quality. To get a more constant output quality, wouldn't it in this case be better to take a fixed compression factor instead of a fixed bitrate?
Sjakko
MrC
17th April 2012, 13:16
@Sjakko
you are perfectly right: AVStoDVD ToDo list has become way long, new items stack before I can complete old ones. To be honest, AVStoDVD is a 5-years old project, quite mature and my free time is getting more and more little to make new big changes. Within few days I will release a 2.5.0 Alpha with some nice shallow improvements (a startup preferences tutorial, GUI languages translation support).
About chapters menu support, waiting for BatchMux upgrade may be vain, but frankly speaking, I see no other possibilities in the mid term.
About fixed compression encoding strategy, it could be interesting by a theoretical point of view. It could depends a lot on input file quality, that should be quite constant. And what happen if, i.e., title 1 has 600 kbps bitrate and title 2 has 6000 kbps bitrate? Would they be converted to 300 kbps and 3000 kbps? The 600 kbps title probably has already been compromised, so going down to 300 would generate a mess, while going up to an average of, i.e., 2500 kbps may preserve something.
;)
Bye
Sjakko
18th April 2012, 01:18
Hi MrC,
Thank you for your answer. I appreciate your help and support. For the chapter menu, we'll have to wait for Batchmux then. And for the 2nd problem I created my own script.
Thanks again for your time.
Sir Didymus
18th April 2012, 08:48
Hi Sjakko, hi MrC,
I would like you to understand that the relevance of the menu chaptering feature is 100% understood. What to say... The missed upgrade of the authoring engine in the last couple of years is clearly a fault from my side...
I am following as a "silent reader" the developments of AVS2DVD, and I recently promised to get a look on the matter, at least to start the design phase for this additional feature of BatchMux, but all sorts of personal troubles prevented me to collect the needed spare time to proceed on the related developments...
It's not easy, but it's also not so complex as it may appear... And (personally speaking) it is also very interesting from the technical point of view...
However I did not "disappear", so let's continue keeping this feature in the todo list... OK?
:-)
Sjakko
18th April 2012, 10:02
Hi Sir Didymus,
Good to hear! I hope this can one day be implemented because AVStoDVD is the only tool that serves my needs. Other tools are either expensive, labor-intensive, have poor input support, give poor output quality, are not very configurable or lack even basic functionality or any combination of these.
Thank you too,
Sjakko
MrC
18th April 2012, 13:03
@Sir Didymus
nice to hear from you! I can understand the difficulties in updating BatchMux, that is already excellent tool. Anyway, I'm sure that sooner or later you will come back to us with some news, and I will be there for beta testing and finally implement the new feats into AVStoDVD.
Thanks
;)
Bye
techreactor
19th April 2012, 07:15
Yes, a new alpha should be out in April. But do not expect major changes.
;)
Bye
@MrC
Is there a possibility to introduce options so that the complete encoding/ Authoring can be done in small projects. for eg:
In the morning:
Encode Video (Check)
Encode Audio (Check)
Author (unCheck)
Now in the evening:
Encode Video (Check- Completed)
Encode Audio (Check - Completed)
Author (Check - Processing)
This will give flexibility in terms of splitting the effort/time.
Also are you planning to release the beta with newer versions of the supporting tools and the FFMpeg 0.10.x and do you have any plans to include 64bit versions ?
MrC
19th April 2012, 14:32
@techreactor
I have not clearly got your suggestion. Could you please elaborate a bit more? Thanks ;)
About new tools version, you will find a MediaInfo update. 64bit upgrade is not possible for Visual Basic 6. I should to translate the whole code to a more evoluted programming language, but the effort is too big at this time.
;)
Bye
techreactor
20th April 2012, 10:59
@techreactor
I have not clearly got your suggestion. Could you please elaborate a bit more? Thanks ;)
About new tools version, you will find a MediaInfo update. 64bit upgrade is not possible for Visual Basic 6. I should to translate the whole code to a more evoluted programming language, but the effort is too big at this time.
;)
Bye
I want to split the work done by AVStoDVD,
for eg. I want to encode the Video at 10AM, Encode Audio at 12PM and then Author both of them at 2PM if one cannot spare 2-3 hrs for the whole process to finish in one go.
therefore I was wondering if such option can be made available.
MrC
20th April 2012, 18:07
Got it. Yes it could be implemented. May I ask what is the reason behind this feat request. Availability of the PC only in some hours?
;)
Bye
movieman99
21st April 2012, 05:29
Hello Mr. C,
I tried to make a DVD from an .mkv file. The video is fine but there is no sound on the DVD. I'm using Verbatim DVD-R discs and AVStoDVD Release 2.4.2. The log is below. What am I doing wrong? Thanks.
<4/15/2012 12:15:55 AM>
START PROCESS
<>
<4/15/2012 12:15:55 AM>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: Burn DVD
DVD Label: DVD
DVD Menu: Static Menu
Output Folder: C:\Users\Joe\Videos
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window
PREFERENCES
MultiThread: 1
AVS Source Filter: A2DSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
PAL SpeedUp: 0
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 6500
Video Profile Level 2: 4500
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
Force FFmpeg for Long Audio: 1
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliant Audio: 0
Normalize Audio: 0
Auto Delay Audio: 1
DVD Audio Language (Primary): EN - English
DVD Audio Language (Secondary): EN - English
DVD Subs Language (Primary): EN - English
DVD Subs Language (Secondary): EN - English
DVD Subs Font: Tahoma 18pt (255,255,255)
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: E: ASUS DRW-24B1ST a 1.04
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Display errors messages: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
Save General Settings: 0
<>
<4/15/2012 12:15:55 AM>
TITLE 1 SOURCE FILES
Video: G:\Movie.mkv
Info: AVC - 9153 kbps - 1920x1080 - DAR 1.778 - 23.976 fps (CFR) - Progressive - 1:42:44 hours - 147792 frames
Audio 1: G:\Movie.mkv
Info: DTS - 1536 kbps - CBR - 6 ch - 48000 Hz - 24 bit - 1:42:44 hours (0 ms delay) - Internal
[MediaInfoLib - v0.7.50]
<>
<4/15/2012 12:15:55 AM>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("G:\Movie.mkv", CacheFolder="C:\Users\Joe\AppData\Local\Temp", FrameRate=23.976, VFR=false)
Audio = A2DAudioSource("G:\Movie.mkv", CacheFolder="C:\Users\Joe\AppData\Local\Temp")
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.Spline64Resize(720,480)
AudioDub(Video, Audio)
<>
<4/15/2012 12:15:55 AM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 1-pass
Target Video FileSize: 4020.9 MB
HCenc Parameters: -ini "C:\Users\Joe\AppData\Local\Temp\DVD_2_Movie.HCenc.ini"
HCenc ini file:
*INFILE C:\Users\Joe\AppData\Local\Temp\DVD_2_Movie_1.avs
*AVSRELOAD
*OUTFILE C:\Users\Joe\Videos\DVD_2_Movie.m2v
*LOGFILE C:\Users\Joe\AppData\Local\Temp\DVD_2_Movie.HCenc.log
*MAXBITRATE 9000
*1PASS
*BITRATE 5472
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*PULLDOWN
*BIAS 50
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<4/15/2012 2:51:37 AM>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: C:\Users\Joe\Videos\DVD_2_Movie.m2v (4002.5 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5485 kbps - 720x480 - DAR 1.778 - 23.976 fps (CFR) - Progressive (2:3 Pulldown) - 1:42:44 hours - 147791 frames
<>
<4/15/2012 2:51:37 AM>
START AUDIO ENCODING OPERATIONS (Track 1)
Wavi+Aften Parameters: "C:\Users\Joe\AppData\Local\Temp\DVD_2_Movie_1.avs" - | "C:\Program Files\AVStoDVD\Aften\aften.exe" -b 448 -pad 0 -dynrng 5 -bwfilter 0 - "C:\Users\Joe\Videos\DVD_2_Movie_1.ac3"
<>
<4/15/2012 2:54:20 AM>
END AUDIO ENCODING OPERATIONS (Track 1)
A2DAudioSource: DirectShowSource
Created File: C:\Users\Joe\Videos\DVD_2_Movie_1.ac3 (329.2 MB)
OUTPUT AUDIO INFO: AC3 - 448 kbps - CBR - 6 ch - 48000 Hz - 16 bit - 1:42:44 hours (0 ms delay)
<>
<4/15/2012 2:54:21 AM>
START DVD MENU BUILDING OPERATIONS
DVD Menu settings:
Style: 0
Aspect Ratio: 1
Titles Format: 1
Template: Menu in Black
Max Titles Page: 12
Enable Play All: 1
Force Play All: 0
Background Audio: 0
Max Thumbs Row: 4
Thumb Image Source: 0
Thumb Frame Position: 10%
HL Frame Format: 0
HL Selection Color: 5
HL Play Color: 0
Menu Video BitRate: 6000 kbps
Motion Menu Duration: 15 seconds
Thumb Drop Shadow: 2
Play All Shadow: 2
Arrows Shadow: 0
<>
<4/15/2012 2:55:25 AM>
END DVD MENU BUILDING OPERATIONS
Created File (Menu Page 1): C:\Users\Joe\Videos\DVD_2_MenuPage1.bmp (1 MB)
<>
<4/15/2012 2:55:26 AM>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "C:\Users\Joe\AppData\Local\Temp\DVD_2_BatchMux.ini"
BatchMux ini file:
-d "C:\Users\Joe\Videos\DVD_2\VIDEO_TS"
-mxp "C:\Users\Joe\AppData\Local\Temp\DVD_2_MuxMan.mxp"
-l "C:\Users\Joe\AppData\Local\Temp\DVD_2_MuxMan.log"
-muxman "C:\Program Files\AVStoDVD\MuxMan"
-prio LOW
-palette "C:\Users\Joe\AppData\Local\Temp\DVD_2_Palette.txt"
-v "C:\Users\Joe\Videos\DVD_2_Movie.m2v"
-vidmode LB
-a1 "C:\Users\Joe\Videos\DVD_2_Movie_1.ac3"
-a1lang en
-cellfr "C:\Users\Joe\Videos\DVD_2_Movie_Chapters.txt"
-progfr "C:\Users\Joe\Videos\DVD_2_Movie_Chapters.txt"
-chapfr "C:\Users\Joe\Videos\DVD_2_Movie_Chapters.txt"
-SEG2v "C:\Users\Joe\Videos\DVD_2_MenuPage1.bmp"
-SEG2vidmode LB
-SEG2s1 "C:\Users\Joe\Videos\DVD_2_Menu.sst"
-SEG2s1dmode WIDE_LB
-SEG2hlmnu "C:\Users\Joe\AppData\Local\Temp\DVD_2_MenuPage1_Buttons.mnu"
-SEG2hlcsm "C:\Users\Joe\AppData\Local\Temp\DVD_2_HighlightScheme.csm
-hcn "C:\Users\Joe\AppData\Local\Temp\DVD_2_BatchMux.hcn"
<>
<4/15/2012 3:05:02 AM>
CHECK DVD SIZE
DVD Folder (actual) Size: 4418.8 MB
vs Estimated Size: 4450 MB -> 0.7% undersize
vs Assets Size: 4332.7 MB -> OK
<>
<4/15/2012 3:05:02 AM>
END DVD AUTHORING OPERATIONS
Created Folder: C:\Users\Joe\Videos\DVD_2 (4418.8 MB)
<>
<4/15/2012 3:05:02 AM>
START DVD BURNING OPERATIONS
ImgBurn (DVD) Parameters: /mode isobuild /buildmode device /src "C:\Users\Joe\Videos\DVD_2\VIDEO_TS" /dest E: /volumelabel "DVD" /speed 4x /erase /testmode no /verify no /noimagedetails /start /waitformedia /close /log "C:\Users\Joe\AppData\Local\Temp\DVD_2_ImgBurn.log"
<>
<4/15/2012 3:20:48 AM>
END DVD BURNING OPERATIONS
Created DVD: 'DVD' in drive E: ASUS DRW-24B1ST a 1.04
Average Write Rate: 5,445 KB/s (3.9x) - Maximum Write Rate: 8,608 KB/s (6.2x)
<>
<4/15/2012 3:20:48 AM>
Log file created by AVStoDVD Release 2.4.2
<>
techreactor
21st April 2012, 11:57
Got it. Yes it could be implemented. May I ask what is the reason behind this feat request. Availability of the PC only in some hours?
;)
Bye
Yes that could be one, since the encoding takes almost all the CPU power, inbetween you might need it to do other things.
Another one could be for eg. if you face problems with the Audio/ Subs, you do not need to reencode the Video(which takes most of the time), just skip onto the Audio or Subs encoding and use the earlier encoded Video file for Authoring.
Only the delete temp files feature should be disabled if this feature is enabled.
PS. Please also include the FFMPEG 0.10.x release in your next Beta, most of the known errors of FFMPEG are corrected.
jandor
21st April 2012, 22:07
Hi, @MrC;
The AviSynth 2.6.0 MT is compatible with the AVStoDVD?
Thanks!
MrC
22nd April 2012, 20:20
@movieman99
the AC3 audio is there in the DVD. No apparent issues from the log file. Have you tried the DVD disc with a standalone DVD player or only with the PC?
@techreactor
got it. BTW to resume an already completed video encode, you have just to delete the log file and start again the project with the *same* settings. I will have a look at the latest ffmpeg release.
@jandor
well, never tried. Blame on me.... But I'm sure you may be a great tester! ;) Let me know of any outcome.
:)
Bye
jandor
22nd April 2012, 23:53
jandor
well, never tried. Blame on me.... But I'm sure you may be a great tester! ;) Let me know of any outcome.
:)
Bye
I usually use AviSynth 2.6.0 MT (http://forum.doom9.org/showpost.php?p=1570732&postcount=11002) with RipBot264.
Now I made an encoding for DVD by AVStoDVD and gave no problem this version of AviSynth.
Thanks!
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.