View Full Version : AVStoDVD Support Thread
bagheera1
9th May 2010, 22:22
I use to do that, but I've lost my script too many times. (if you edit the script, the go back to the audio tab and change the bitrate, script is reverted back to the default for which ever input source filter is selected in the encoding preferences)
An "Import AVS as source" would save me a bunch of selecting and deleting text, but if it is a pain in the but to implement, I'll somehow manage to go on living without it.
@bagheera1
there's something I'm missing.
1. I'm suggesting to add the avs file as input title in main window, not to copy&paste the avs script in 'Title Edit'/'AviSynth'. If you add the avs file as input, then Import() is used. Eventually other avisynth filters are added to reflect the preferences/project settings.
2. Talking about script editing in 'Title Edit' section. If you edit the script ('Auto AVS Script' is off and text become red), then go back to the audio tab and change the bitrate, script simply cannot revert back. It remains modded and red.
Please clarify your request, because I think that the solution is already there.
;)
Bye
Sjakko
10th May 2010, 23:43
Quick question: is it possible to create a menu based on chapters and not on titles? I have a music concert and I want to create a menu containing 1 title per song, but leave the whole concert intact. By intact I mean not cutting it up into many titles (1 title per song). I'd prefer not to cut it up, because I just want to be able to watch the whole concert from beginning to end without noticing the inevitable audio gap during title transition caused by the cutting. Cutting up the concert is just the dirty way anyway.
Thanks!
Sjakko
bagheera1
11th May 2010, 01:04
I do add the avs file in the main window. it shows up in the edit window as:
____________________________
Video = Import("D:\Video\movie\movie--simple-avisource.avs")
Audio = Import("D:\Video\movie\movie--simple-avisource.avs")
Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.AddBorders(0,24,0,24)
Video = Video.Spline16Resize(720,480)
AudioDub(Video, Audio)
____________________
my video is allready the size I want, 704 x 480, so I dont need the resize.
I then delete the unwanted lines to get:
_______________
Import("D:\Video\movie\movie--simple-avisource.avs")
________________
then I change the audio bitrate from 448 to 192, and the script goes back to:
________________
Video = Import("D:\Video\movie\movie--simple-avisource.avs")
Audio = Import("D:\Video\movie\movie--simple-avisource.avs")
Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.AddBorders(0,24,0,24)
Video = Video.Spline16Resize(720,480)
AudioDub(Video, Audio)
___________________
this behavior has been like this for as long as I can remember.
I thought it was by design.
oh yea, the keep compliant check boxes on the audio/video tab of the preferences has no effect on this behavior.
@bagheera1
sorry, I really cannot replicate the issue: if I edit the script (by deleting the AddBorders line), it becomes red and then any kind of changes (Video/Audio/Subs/Chapters) will not reset the script back. What release are you using? Do use the latest Alpha, which will become Final within few days.
A suggestion: use VerticalResize command (94%) to have the AddBorders filter removed. Unfortunately AVS files DAR is exactly W/H and not a separate flag, like other containers have.
@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.
;)
Bye
Sjakko
11th May 2010, 12:27
@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.
Fantastic!
winmaster
12th May 2010, 01:53
Hello
AVStoDVD is a fantastic application, however I am having audio issues with it. I am attempting to create a DVD from an MPEG-4 file, but the resulting DVD has no sound. I tried several settings until it finally gave me an error. Could you please tell me how to resolve this problem? I am running Windows 7 64 bit. My log files are attached (there are too many to embed).
I apologize if this is a stupid question that I should already know the answer to, but AVStoDVD is more hardcore than what I'm used to and this is a difficult thread to read entirely.
Thanks!
Hi winmaster,
from your log files, video is always frameserved by FFVideoSource and audio output has always 1 instead of 2 channels. Usually these behaviours are determined by (unproper) codecs. Since you have Windows7:
1. Download and install ffdshow (last stable release (http://sourceforge.net/projects/ffdshow-tryout/files/Official%20releases/generic%20build%20%28stable%29/ffdshow_beta7_rev3154_20091209.exe/download))
2. Point n°1 is not enough because Windows 7 uses its own DirectShow filters. Download and install 'Windows7 Preferred Filter Tweaker' and select ffdshow for all (available) video and audio filters.
3. Retry with your project, using the 'Preview Clip' feature before starting to encode (to save time).
Let me know
Bye
nevragain
13th May 2010, 15:13
I Have a bug report. It seems that the bit-rate control was slightly off. I ended up with an mpeg-2 too large to fit on a single layer DVD even though I selected dvd-5 as the target.
I was attempting to remove black bars from a letter boxed source and get it to fit on a single dvd as I recorded on high quality on my dvd recorder (aprox 9000 cbr). I would suggest that you decrease the size of the dvd-5 preset as it appears too large.
<5/12/2010 10:03:08 PM>
START PROCESS
<>
<5/12/2010 10:03:09 PM>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: MPEG2 File
DVD Label: DVD
DVD Menu: No Menu
Output Folder: K:\recorder\ts mov crp dvd-5
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Close all applications and shutdown system
PREFERENCES
AVS Source Filter: A2DSource
AVS Resize Filter: Lanczos4Resize
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 6000
Video Profile Level 2: 4500
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
DVD Audio Format: 0
DVD Audio BitRate: 192
Keep DVD Compliat Audio: 1
Normalize Audio: 0
DVD Audio Language: EN - English
DVD Subs Language: EN - English
Chapthers Interval: 5
Use Source Chapters: 1
DVD Burning Drive: E:\
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<5/12/2010 10:03:09 PM>
TITLE 1 SOURCE FILES
Video: K:\recorder\totally spies the movie.mpg
Info: MPEG-2 Video - 9056 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (TFF) - 1:24:12 hours - 151421 frames
Audio: K:\recorder\totally spies the movie.mpg
Info: AC3 - 384 kbps - CBR - 48000Hz - 2ch - 1:24:12 hours
Subs:
[]
<>
<5/12/2010 10:03:09 PM>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")
Video = A2DVideoSource("K:\recorder\totally spies the movie.mpg", CacheFolder = "C:\DOCUME~1\Owner\LOCALS~1\Temp")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("K:\recorder\totally spies the movie.mpg", CacheFolder = "C:\DOCUME~1\Owner\LOCALS~1\Temp")
Video = Video.ConvertToYV12(interlaced = true)
Video = Video.LeakKernelBob(1,7,false,false)
Video = Video.Crop(6,58,-6,-64)
Video = Video.Lanczos4Resize(720,480,0,8,0,-8)
Video = Video.SeparateFields().SelectEvery(4,1,2).Weave()
AudioDub(Video, Audio)
<>
<5/12/2010 10:03:09 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 4218.7 MB
HCenc Parameters: -ini "C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_0_totally spies the movie.HCenc.ini"
HCenc ini file:
*INFILE C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_0_totally spies the movie.avs
*AVSRELOAD
*OUTFILE K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.m2v
*LOGFILE C:\DOCUME~1\Owner\LOCALS~1\Temp\DVD_0_totally spies the movie.HCenc.log
*MAXBITRATE 9000
*BITRATE 7005
*PROFILE BEST
*ASPECT 16:9
*INTERLACED
*TFF
*BIAS 70
*DC_PREC 10
*MATRIX MPEG
*AQ 2
*LUMGAIN 1
*NOSMP
*PRIORITY IDLE
*WAIT 2
<>
<5/13/2010 7:19:35 AM>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: FFmpegSource2 (cache off)
Created File: K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.m2v (4220.2 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 7065 kbps - 720x480 - DAR 1.778 - 29.97 fps (CFR) - Interlaced (TFF) - 1:24:07 hours - 151268 frames
<>
<5/13/2010 7:19:37 AM>
START AUDIO DEMUXING OPERATIONS
FFmpeg Parameters: -i "K:\recorder\totally spies the movie.mpg" -acodec copy "K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.ToFix.ac3"
<>
<5/13/2010 7:26:21 AM>
END AUDIO ENCODING OPERATIONS
Created File: K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.ac3 (231.3 MB)
OUTPUT AUDIO INFO: AC3 - 384 kbps - CBR - 48000Hz - 2ch - 1:24:12 hours
<>
<5/13/2010 7:26:21 AM>
START MUXING OPERATIONS
FFmpeg Parameters: -i "K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.m2v" -vcodec copy -i "K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.ac3" -acodec copy -f vob "K:\recorder\ts mov crp dvd-5\DVD_0_totally spies the movie.mpg"
<>
@nevragain
log file is missing last lines, where there is the size of the resulting mpg file.
BTW, have you tried to select 'DVD Folder' as output? Looking at the filesize of m2v/ac3 files, I am quite sure that resulting VIDEO_TS/AUDIO_TS will fit into a DVD-5.
;)
Bye
nevragain
13th May 2010, 17:10
Hmm that's the entire log file present in the folder. Windows reports the size of the muxed file as 4.40 GB (4,725,637,120 bytes). I attempted to author the elementary streams using DVAuthorGUI and imgburn stated that the resulting folder would not fit on a dvd+r. I prefer to author manually but I will give dvd folder a try but I wanted the DVD to not have a menu.
Hmm that's the entire log file present in the folder. Windows reports the size of the muxed file as 4.40 GB (4,725,637,120 bytes). I attempted to author the elementary streams using DVAuthorGUI and imgburn stated that the resulting folder would not fit on a dvd+r. I prefer to author manually but I will give dvd folder a try but I wanted the DVD to not have a menu.
The log file should have the mpg filesize and a line showing AVStoDVD release number at the end of it.
Take note that the muxed mpg size could be higher than the elementary m2v+ac3 sizes.
I do not know how DVAuthorGUI works, but you can easily use AVStoDVD to author the DVD (by MuxMan). And menu is not mandatory, as a matter of fact, by default, no menu is created.
;)
Bye
madestmax
14th May 2010, 08:44
I'm a newbee at this.
You're program has made it very easy for me. I was trying to use [spam], and didn't even know where to start. Now I'm down to four programs that I use. AVStoDVD, WINAVI, DVD Shrink, and [spam]. Though the last takes to long. When I try to adjust the audio or try to clean up a cam, it can take anywheres from 6 to 24 hours.
WINAVI will adjust the Audio in 30 minutes from 50% to 200%. I just wish that AVStoDVD would allow me to adjust the audio and trim also. I'm not worried about cleaning the cams. By the time [spam] is done the DVDrip is out.
Thanks again for a great useful program.
nevragain
14th May 2010, 14:02
The log file should have the mpg filesize and a line showing AVStoDVD release number at the end of it.
Take note that the muxed mpg size could be higher than the elementary m2v+ac3 sizes.
I do not know how DVAuthorGUI works, but you can easily use AVStoDVD to author the DVD (by MuxMan). And menu is not mandatory, as a matter of fact, by default, no menu is created.
;)
Bye
Thanks for your patient help. I'm authoring using muxman now. Also I used shut down when completed but found the computer hung at the bios screen and once I moved the mouse it booted like normal. This is most likely a hardware problem but I though I'd tell you any way. Muxman created a disc too large to fit on a DVD I will re run with a smaller target size 4300MB.
Muxman created a disc too large to fit on a DVD I will re run with a smaller target size 4300MB.
Could you please send me (email: avstodvd@gmail.com) the log file? Your case would be the first one with a serious oversize problem.
;)
Bye
AVStoDVD 2.3.0 Final is available to download (http://sites.google.com/site/avstodvdmain/).
Change log (from 2.2.6):
- Added multi audio tracks encoding and authoring capability
- Added 'AVS DownSize Filter' and 'AVS UpSize Filter' options in 'Preferences'/'Encoding' (removed 'AVS Resize Filter')
- Added 'Export Chapters' feat in 'Title Edit'/'Chapters' (IfoEdit and OGG formats supported)
- Added *PULLDOWN command in HCenc to directly convert NTSC footage from 23.976 to 29.97 fps
- Added DVD Menu highlights colors customization
- Added check on DVD Folder size vs DVD Assets size
- Added check on bitrate spikes causing DVD authoring failure (from BatchMux log file)
- Added 'Resolution' as Audio Media Info
- Changed Video Encoding Profile "HCenc OPV 1-pass" to "HCenc VBR 1-pass" (using internal HCenc 0.24 quantizer predictor)
- Changed default HCenc LUMGAIN option from "0" to "1"
- Changed default Interlaced Encoding field order from BFF to TFF.
- Improved handling of 50 and 59.94 fps based video footage
- Improved support to input MPEG2 video footage (ask for automatic indexing, ask for changing Video Standard at runtime)
- Improved support to input DV video footage
- Improved support to UTF-8 subtitles format (.srt)
- Improved support to DTS and DTS-ES audio track
- HCenc updated to 0.24 beta 04-04-2010
- FFmpeg updated to r22815
- ImgBurn updated to 2.5.1.0
- Haali Media Splitter updated to 1.10.120.15
- MediaInfo updated to 0.7.32
;)
Bye
nevragain
14th May 2010, 20:57
Unfortunately I already deleted the muxman log.
Unfortunately I already deleted the muxman log.
I meant the AVStoDVD log of the project with 'DVD Folder Structure' as output (if you have run it).
:)
Bye
nevragain
14th May 2010, 22:20
Oh my mistake I used muxman by itself not avs2dvd. I didn't run it so there's no log for the avs2dvd > folder.
Update
Second encoding seems to have encoded correctly with the log including the lines that were missing last run. I don't know why this would happen but it did I'm authoring now but it looks correctly sized.
bagheera1
15th May 2010, 00:42
@bagheera1
sorry, I really cannot replicate the issue: if I edit the script (by deleting the AddBorders line), it becomes red and then any kind of changes (Video/Audio/Subs/Chapters) will not reset the script back. What release are you using? Do use the latest Alpha, which will become Final within few days.
A suggestion: use VerticalResize command (94%) to have the AddBorders filter removed. Unfortunately AVS files DAR is exactly W/H and not a separate flag, like other containers have.
I just tried the new release and it eliminated the reappearing script issue I was having. But, I dont know what you mean by "VerticalResize command (94%)".
I did notice an error in the Prefrences/system info window.
It correctly identifies my CPU and Speed, but says "-1 MB Ram",
and the operating system as Windows 2003 sp2, when it is WinXP64 sp2 (I think the OS description is normal though)
@nevragain
let me know if it ends properly ;)
@bagheera1
you can find the Vertical Resize command button in 'Title Edit'/'AviSynth'. Just play a little bit with it. For further info press F1 on that window.
About the uncorrect RAM and OS detection, do not mind, it is just a label. Probably I have to update the quite old (32 bit only) system diag routine to support latest 64 bit hardware and software configurations.
;)
Bye
nevragain
15th May 2010, 23:17
Ok the result was perfect filling the disc to 98% according to imgburn. Encode looks great even on the large lcd I use. Thanks very much you saved me from having to create my own script and I learned that ffmpeg can demux from an mpeg 2 program stream.
Oh for the authoring I meant DVDauthorGUI not DVauthorGUI.
hlrsnd
20th May 2010, 02:54
Hello, a question about the new 2.3.0. I noticed that according to GSpot, it encodes my 640x480 progressive Canon camera avi's as interlaced. I prefer them to stay progressive and simply be resized to the correct 720x480 (I'm in the US). Version 2.2.6 kept them as progressive.
Is the intent to make everything interlaced? Is there any way to force the program to work as it used to? Maybe I'm missing something here.
Thanks again for the great program, btw. It works even faster now that I've substituted the SSE4 version of HCEnc.
hlrsnd
20th May 2010, 03:31
Here is some additional info about my previous post, that progressive video is encoded as interlaced according to GSpot. The log file states that this was supposed to be encoded as progressive:
*MAXBITRATE 9000
*BITRATE 6156
*PROFILE BEST
*ASPECT 4:3
*PROGRESSIVE
*TFF
*BIAS 60
*DC_PREC 10
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
GSpot indicates this is encoded as interlaced, TFF. (Does it make sense that progressive video would be TFF? I thought TFF/BFF was only for interlaced).
Elsewhere in the same project, I have some mini DV footage which is correctly picked up as interlaced. Log file indicates that this should be encoded as interlaced:
*MAXBITRATE 9000
*BITRATE 6156
*PROFILE BEST
*ASPECT 4:3
*INTERLACED
*BFF
*BIAS 60
*DC_PREC 10
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
GSpot agrees that this is encoded as interlaced, BFF.
So, either AVStoDVD somehow didn't encode progressive as it was supposed to, or GSPot is wrong. In the past, GSpot has always agreed with what was supposed to happen in the encodes. Suggestions?
qyot27
20th May 2010, 04:49
Take one of the .VOB files that's supposed to be progressive and open it in DGIndex. Press F6. What does the 'Frame Type' field say?
But in any case, it's in HCenc, because that's what's doing the encoding (and as I use HCenc separately of AVStoDVD, I know what its configuration files look like) - the new betas allow both *PROGRESSIVE and *TFF to be set, to help compatibility with some players (at least, that's how I understand it). The .ini you posted first contains both of them, but the video should still register as progressive, or mostly progressive, in DGIndex.
@hlrsnd
if GSpot detect that stream as interlaced, it makes a mistake. Use the more reliable Mediainfo. Progressive mpeg2 streams accept the fields order flag (TFF or BFF), so do not bother. The reason why I (and hank, author of HCenc) have added that flag is exactly in qyot27 post (thanks).
See here (http://forum.doom9.org/showthread.php?p=1390626#post1390626) for more details.
;)
Bye
nevragain
21st May 2010, 03:54
I have another question, It seems that the option to keep dvd compliant video is grayed out in the latest version. I would like to be able to author the mpegs from my dvd recorder without re-encoding. As far as I know these files should be dvd compliant.
@nevragain
'Keep dvd compliant video' is grayed only if the input video stream is not compatible with the DVD video standard (PAL/NTSC) you have choosen in Preferences.
If that matches, could you please post here a screenshot of main AVStoDVD form after you have added your mpeg2 clip? Or better, save the project (.a2d file) and copy&paste here the content.
;)
Bye
hlrsnd
21st May 2010, 12:41
Take one of the .VOB files that's supposed to be progressive and open it in DGIndex. Press F6. What does the 'Frame Type' field say?
But in any case, it's in HCenc, because that's what's doing the encoding (and as I use HCenc separately of AVStoDVD, I know what its configuration files look like) - the new betas allow both *PROGRESSIVE and *TFF to be set, to help compatibility with some players (at least, that's how I understand it). The .ini you posted first contains both of them, but the video should still register as progressive, or mostly progressive, in DGIndex.
Both DGIndex and MediaInfo show the files as progressive, so it looks like GSpot is confused.
Thanks for your help, MrC also.
nevragain
21st May 2010, 19:36
Ok I've started with a blank project, selected NTSC as the output TV standard and added an ntsc compliant mpeg elementary stream. Despite this I'm still encountering the same issue. Does the use of DGIndex affect this issue?
**********************
** Project Settings **
**********************
Project_PathName: K:\recorder\ts mov crp dvd-5\DVD.a2d
Output_Folder: C:\Documents and Settings\Owner\My Documents
EditEncoderParams: 0
DeleteTemp: 1
DeleteWorking: 1
MultiThread: 1
DVD_Label: DVD
Post_Process: Show Progress Status window (default)
Output_Size: 4450
DVD_Size: DVD-5
Output_Setup: DVD Folder
Video_Standard: NTSC
*************
** Title 1 **
*************
[General]
TitleName: ts mov crp dvd5 bitrate_0_totally spies the movie
TimeTrimmed: 5052
InputVideoPathName: K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.d2v
InputVideoDescription: DGIndex - 6814 kbps - 720x480 - DAR 1.778 - 29.97 fps (CFR) - Interlaced (TFF) - 1:24:12 hours - 151419 frames
InputAudioPathName1: K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.ac3
InputAudioDescription1: AC3 - 384 kbps - CBR - 2ch - 48000Hz - 1:24:12 hours - External
InputAudioTrackNum1: 0
InputSubsPathName:
[MediaInfo]
PathName: K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.d2v
FileName: ts mov crp dvd5 bitrate_0_totally spies the movie
FileExt: d2v
FileSize: 4267862465
Format: D2V
VideoTracksCount: 1
AudioTracksCount: 1
TextTracksCount:
Time: 5052347
VideoTime: 5052347
VideoCompression: DGIndex
VideoBitRateMode: VBR
VideoAvgBitRate: 6814297
VideoMinBitRate:
VideoMaxBitRate:
VideoWidth: 720
VideoHeight: 480
VideoDAR: 1.778
VideoPAR: 1.185
VideoStandard: NTSC
VideoFrameRateMode: CFR
VideoFPS: 29.97003
VideoFrameCount: 151419
VideoScanType: Interlaced
VideoScanOrder: TFF
AudioID(1,0):
AudioTime(1,0): 5052448
AudioCompression(1,0): AC3
AudioAvgBitRate(1,0): 384000
AudioBitRateMode(1,0): CBR
AudioChannels(1,0): 2
AudioSampleRate(1,0): 48000
AudioResolution(1,0):
AudioLanguage(1,0):
AudioDelay(1,0):
ChaptersList:
[Video]
VideoAutoSetup: 1
VideoIsToBeKept: 0
VideoProfile: QuEnc CBR 1-pass
VideoHCencAQ: 1
VideoHCencLumgain: 1
VideoHCencMatrix: MPEG
VideoHCencProfile: BEST
VideoResolution: 1
VideoAspectRatio: 1
VideoDVSource: 0
VideoInterlacedEncoding: 1
VideoFieldOrder: TFF
VideoCloseAllGOPs: 0
VideoBitRate: 6864
VideoAutoBitRate: 1
[Audio]
AudioAutoSetup1: 1
AudioIsToBeKept1: 1
AudioFormat1: 0
AudioChannelsMode1: 2.0
AudioLanguage1: EN - English
AudioBitRate1: 384
AudioNormalize1: 0
AudioFixAC31: 1
AudioAftenPad1: 0
AudioAftenDRC1: 5
AudioAftenBWFilter1: 0
[Subs]
SubsAutoSetup: 1
SubsLanguage: EN - English
SubsHardEncode: 0
[AVS]
AVSAutoSetup: 1
AVSAutoScript:
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\DGIndex\DGDecode.dll")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")
Video = MPEG2Source("K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.d2v")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.ac3", CacheFolder = "K:\avs2dvd temp")
Video = Video.ConvertToYV12(interlaced = true)
AudioDub(Video, Audio)
AVSScript:
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\DGIndex\DGDecode.dll")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")
Video = MPEG2Source("K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.d2v")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("K:\recorder\ts mov crp dvd-5\ts mov crp dvd5 bitrate_0_totally spies the movie.ac3", CacheFolder = "K:\avs2dvd temp")
Video = Video.ConvertToYV12(interlaced = true)
AudioDub(Video, Audio)
AVSCrop: 0
CropDx: 0
CropSx: 0
CropUp: 0
CropDo: 0
AVSVerticalResize: 0
VResize: 100
AVSDeInterlace: 0
DeIntThreshold: 10
AVSTrim: 0
FrameStart: 0
FrameEnd: 151408
AVSTweak: 0
Hue: 0
Saturation: 1
Brightness: 0
Contrast: 1
AVSSharpen: 0
Sharpness: 0
AVSDelayAudio: 0
AudioDelay: 0
AVSAmplifyAudio: 0
AudioAmplify: 1
AVSFadeIO: 0
FadeIOFrames: 0
[Chapters]
ChaptersAutoSetup: 1
ChaptersList: 9000 18000 27000 36000 45000 54000 63000 72000 81000 90000 99000 108000 117000 126000 135000 144000
AVStoDVD Release 2.3.0 - by MrC
AVStoDVD Job <K:\recorder\ts mov crp dvd-5\DVD.a2d> created on date 5/21/2010 2:33:06 PM
@nevragain
bug found in release 2.3.0: NTSC dvd compliant stream are not kept (PAL is OK). Thanks for the report.
It seems that a 2.3.1 release is needed sooner than I was planning...
;)
Bye
nevragain
22nd May 2010, 01:37
Thank you for your attention to this issue, I await your update and will test once released.
rendez2k
22nd May 2010, 22:33
I left my PC encoding a 720p MKV tonight. I've come back to find aften had crashed? Anyone else had this? Should MKVs convert OK? I'm running Win 7 64bit if that makes a difference.
QuEnc appears to have taken over now.
I've come back to find aften had crashed?
As usual, please post the log file
Should MKVs convert OK?
Sometimes there are some problems with Wavi+Aften when processing long 5.1 AAC/DTS-ES tracks, mainly if they are secondary audio tracks. Switching to QuEnc is often a good workaround.
I'm running Win 7 64bit if that makes a difference.
Take a look at Help/FAQ/General/Q1.5
;)
Bye
winmaster
23rd May 2010, 17:05
MrC:
Thank you for your help. My videos now have audio as they should.
whiskey
26th May 2010, 09:36
Recently discovered this program and must say, so far I love it... thx Keep up th great work !
whiskey
30th May 2010, 07:17
Recently discovered this program and must say, so far I love it... thx Keep up th great work !
...and I'm back with the issue, no idea whats causing it, was working fine so far but not anymore
ERROR DURING OPERATIONS ('Generate AviSynth script file' Section): 0 -
<2010-05-30 00:59:19>
START PROCESS
<>
<2010-05-30 00:59:19>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4480/4480 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: DVD
DVD Menu: No Menu
Output Folder: E:\New folder
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window
PREFERENCES
AVS Source Filter: AVISource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
Video Resolution: 1
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
DVD Audio Format: 0
DVD Audio BitRate: 192
Keep DVD Compliant Audio: 1
Normalize Audio: 0
DVD Audio Language: EN - English
DVD Subs Language: EN - English
Chapters Interval: 5
Use Source Chapters: 0
DVD Burning Drive: F: TSSTcorp DVD+-RW TS-L632D DE04
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<2010-05-30 00:59:19>
TITLE 1 SOURCE FILES
Video: D:\Ond.avi
Info: XviD - 814 kbps - 624x336 - DAR 1,857 - 23,976 fps (CFR) - Progressive - 1:42:56 hours - 148089 frames
Audio 1: D:\Ond.avi
Info: MPEG-1 Audio layer 3 - 124 kbps - VBR - 2ch - 48000Hz - 1:42:56 hours - Internal
Subs:
[MediaInfoLib - v0.7.32]
<>
<2010-05-30 00:59:19>
AVISYNTH SCRIPT
Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("D:\Ond.avi", CacheFolder = "E:")
Audio = A2DAudioSource("D:\Ond.avi", CacheFolder = "E:")
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.AddBorders(0,7,0,7)
Video = Video.Lanczos4Resize(720,480)
Audio = Audio.EnsureVBRMP3Sync()
AudioDub(Video, Audio)
<>
<2010-05-30 00:59:19>
ERROR DURING OPERATIONS ('Generate AviSynth script file' Section): 0 -
<>
<2010-05-30 00:59:19>
PROCESS ABORTED.
<>
<2010-05-30 00:59:19>
Log file created by AVStoDVD Release 2.3.0
<>
Basically enocder wont even start anymore and i get this error message in log :confused:
trabanom
31st May 2010, 16:16
Hi there, I'm having problems with special characters in portuguese language using 2.3.0. For exemple: "é", "á" and so on had change to "?". I tryed to change language to PT but nothing happend.
I open SubtitleCreator and convert it manualy using defaut configuration and get the same result. After change "select character encode" in "formatting" menu to "Latin 1" it works perfect. How can I set AVstoDVd to work with Latin 1?
Thanks.
@whiskey
I would say to trace back your actions to understand what you did to make AVStoDVD unworkable... but I am sure you have already done it (have you? ;) ).
Quick workaround could be to uninstall AVStoDVD, saying to remove registry entries, and then reinstall it.
A suggestion: before starting your project, use the 'Preview Clip' feat: if preview works, 99.9% the project will work too.
@trabanom
what AVStoDVD release are you using? If your subs are in srt UTF-8 format, latest release (2.3.0) correctly handles that format, preserving special chars. If you are already using 2.3.0 and/or your subs are not srt, then send me the subs file (avstodvd@gmail.com).
;)
Bye
@trabanom
your subs file is a ANSI format srt. Right now AVStoDVD does not handle special chars from ANSI files (next release will do). Simple workaround: open your srt files with Notepad and "save as" UTF-8 format. That's all.
;)
Bye
nevragain
2nd June 2010, 16:02
Quick related question what about UTF-16?
trabanom
3rd June 2010, 02:50
@trabanom
your subs file is a ANSI format srt. Right now AVStoDVD does not handle special chars from ANSI files (next release will do). Simple workaround: open your srt files with Notepad and "save as" UTF-8 format. That's all.
;)
Bye
Thanks. It worked perfect.:thanks:
Quick related question what about UTF-16?
Not supported. If anybody finds a UTF16->ANSI or UTF16->UTF8 conversion function (better if written in VB ;) ), please share it.
:)
Bye
TechiePatriot
11th June 2010, 22:21
I updated AVS2DVD to the new version 2.3.0 today. I have been using AVS2DVD for creating menu based DVD's. I was taking some MPG2 streams I made from capturing some old VHS tapes to make a DVD with (I'm using Pinnacle Studio 11). But both the 2.2.5 and 2.3.0 version seem to be hosing up the menu playback. I can create the menu fine and it has the 3 videos on it. But when I generate the DVD structure and select a menu option two of the options are playign the same video. For the one that seems hosed it starts to play it for about 2 seconds then it switches to playing one of the other videos. Does anyone know if there are some "glitches" in the menuing?
Note: I'm new to all this kind of stuff.
Thanks,
Hi TechiePatriot,
first of all, welcome here.
Just 2 quick questions to better understand the problem:
1. Have you tried to burn the DVD and play the disc in a standalone DVD player? Same issue?
2. What operating system are you using?
3. Do you still have the log file generated by AVStoDVD? If yes, please post it.
Let me know
;)
Bye
TechiePatriot
15th June 2010, 03:03
Hi TechiePatriot,
first of all, welcome here.
Just 2 quick questions to better understand the problem:
1. Have you tried to burn the DVD and play the disc in a standalone DVD player? Same issue?
2. What operating system are you using?
3. Do you still have the log file generated by AVStoDVD? If yes, please post it.
Let me know
;)
Bye
1)
I was able to burn the DVD and the Menu and DVD worked fine. It looks like it just won't work in PowerDVD (V7.3).
2)
I am using WinXPSP2
3) Log:
<6/14/2010 5:34:56 PM>
START PROCESS
<>
<6/14/2010 5:34:56 PM>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 3
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: Lana1
DVD Menu: Static Menu
Output Folder: O:\Temp\DVD
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window
PREFERENCES
AVS Source Filter: A2DSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
Video Resolution: 1
Video BitRate Min: 2500
Video BitRate Level 1: 6000
Video Profile Level 2: 4500
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
DVD Audio Format: 0
DVD Audio BitRate: 192
Keep DVD Compliant Audio: 1
Normalize Audio: 0
DVD Audio Language: EN - English
DVD Subs Language: EN - English
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: D: LITE-ON DVDRW LH-20A1H LL06
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<6/14/2010 5:34:56 PM>
TITLE 1 SOURCE FILES
Video: M:\_PinnacleProjects\Vacations\Tape1\Vacation06172001.d2v
Info: DGIndex - 6294 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (BFF) - 30:56 minutes - 55635 frames
Audio 1: M:\_PinnacleProjects\Vacations\Tape1\Vacation06172001 Tc0 L2 2ch 48 224 DELAY 0ms.mp2
Info: MPEG-1 Audio layer 2 - 224 kbps - CBR - 2ch - 48000Hz - 30:56 minutes - External
Subs:
[A2DInfo.avsi]
<>
<6/14/2010 5:34:56 PM>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\DGIndex\DGDecode.dll")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")
Video = MPEG2Source("M:\_PinnacleProjects\Vacations\Tape1\Vacation06172001.d2v")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("M:\_PinnacleProjects\Vacations\Tape1\Vacation06172001 Tc0 L2 2ch 48 224 DELAY 0ms.mp2", CacheFolder = "R:\Temp")
Video = Video.ConvertToYV12(interlaced = true)
AudioDub(Video, Audio)
<>
<6/14/2010 5:34:56 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: QuEnc CBR 1-pass
Target Video FileSize: 1711.6 MB
QuEnc Parameters: -i "R:\Temp\Vacations1_0_Title_01_Vacation06172001_1.avs" -o "O:\Temp\DVD\Vacations1_0_Title_01_Vacation06172001.m2v" -b 7736 -1 -hq -novbr -scene -trell -aspectratio 4:3 -interlaced -bff -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
<>
<6/14/2010 6:19:04 PM>
END VIDEO ENCODING OPERATIONS
Created File: O:\Temp\DVD\Vacations1_0_Title_01_Vacation06172001.m2v (1711.9 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 7736 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (BFF) - 30:54 minutes - 55579 frames
<>
<6/14/2010 6:19:04 PM>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "M:\_PinnacleProjects\Vacations\Tape1\Vacation06172001 Tc0 L2 2ch 48 224 DELAY 0ms.mp2" -acodec copy "O:\Temp\DVD\Vacations1_0_Title_01_Vacation06172001_1.ToFix.mp2"
<>
<6/14/2010 6:19:09 PM>
END AUDIO ENCODING OPERATIONS (Track 1)
Created File: O:\Temp\DVD\Vacations1_0_Title_01_Vacation06172001_1.mp2 (49.6 MB)
OUTPUT AUDIO INFO: MPEG-1 Audio layer 2 - 224 kbps - CBR - 2ch - 48000Hz - 30:56 minutes
<>
<6/14/2010 6:19:09 PM>
TITLE 2 SOURCE FILES
Video: M:\_PinnacleProjects\Vacations\Tape2\Vacation2008.d2v
Info: DGIndex - 6292 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (BFF) - 30:59 minutes - 55740 frames
Audio 1: M:\_PinnacleProjects\Vacations\Tape2\Vacation2008 Tc0 L2 2ch 48 224 DELAY 0ms.mp2
Info: MPEG-1 Audio layer 2 - 224 kbps - CBR - 2ch - 48000Hz - 30:59 minutes - External
Subs:
[A2DInfo.avsi]
<>
<6/14/2010 6:19:09 PM>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\DGIndex\DGDecode.dll")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")
Video = MPEG2Source("M:\_PinnacleProjects\Vacations\Tape2\Vacation2008.d2v")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("M:\_PinnacleProjects\Vacations\Tape2\Vacation2008 Tc0 L2 2ch 48 224 DELAY 0ms.mp2", CacheFolder = "R:\Temp")
Video = Video.ConvertToYV12(interlaced = true)
AudioDub(Video, Audio)
<>
<6/14/2010 6:19:09 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: QuEnc CBR 1-pass
Target Video FileSize: 1715.3 MB
QuEnc Parameters: -i "R:\Temp\Vacations1_0_Title_02_Vacation2008_1.avs" -o "O:\Temp\DVD\Vacations1_0_Title_02_Vacation2008.m2v" -b 7736 -1 -hq -novbr -scene -trell -aspectratio 4:3 -interlaced -bff -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
<>
<6/14/2010 7:10:21 PM>
END VIDEO ENCODING OPERATIONS
Created File: O:\Temp\DVD\Vacations1_0_Title_02_Vacation2008.m2v (1715.1 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 7736 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (BFF) - 30:58 minutes - 55684 frames
<>
<6/14/2010 7:10:21 PM>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "M:\_PinnacleProjects\Vacations\Tape2\Vacation2008 Tc0 L2 2ch 48 224 DELAY 0ms.mp2" -acodec copy "O:\Temp\DVD\Vacations1_0_Title_02_Vacation2008_1.ToFix.mp2"
<>
<6/14/2010 7:10:26 PM>
END AUDIO ENCODING OPERATIONS (Track 1)
Created File: O:\Temp\DVD\Vacations1_0_Title_02_Vacation2008_1.mp2 (49.7 MB)
OUTPUT AUDIO INFO: MPEG-1 Audio layer 2 - 224 kbps - CBR - 2ch - 48000Hz - 30:59 minutes
<>
<6/14/2010 7:10:26 PM>
TITLE 3 SOURCE FILES
Video: M:\_PinnacleProjects\Vacations\Vacation08102009\Vacation08102009.d2v
Info: DGIndex - 8500 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (TFF) - 14:32 minutes - 26145 frames
Audio 1: M:\_PinnacleProjects\Vacations\Vacation08102009\Vacation08102009 T80 2_0ch 384Kbps DELAY 0ms.ac3
Info: AC3 - 384 kbps - CBR - 2ch - 48000Hz - 14:32 minutes - External
Subs:
[A2DInfo.avsi]
<>
<6/14/2010 7:10:26 PM>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")
LoadPlugin("C:\Program Files\AVStoDVD\DGIndex\DGDecode.dll")
LoadPlugin("C:\Program Files\AVStoDVD\Lib\LeakKernelDeint.dll")
Video = MPEG2Source("M:\_PinnacleProjects\Vacations\Vacation08102009\Vacation08102009.d2v")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("M:\_PinnacleProjects\Vacations\Vacation08102009\Vacation08102009 T80 2_0ch 384Kbps DELAY 0ms.ac3", CacheFolder = "R:\Temp")
Video = Video.ConvertToYV12(interlaced = true)
AudioDub(Video, Audio)
<>
<6/14/2010 7:10:26 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: QuEnc CBR 1-pass
Target Video FileSize: 804.2 MB
QuEnc Parameters: -i "R:\Temp\Vacations1_0_Title_03_Vacation08102009_1.avs" -o "O:\Temp\DVD\Vacations1_0_Title_03_Vacation08102009.m2v" -b 7736 -1 -hq -novbr -scene -trell -aspectratio 4:3 -interlaced -tff -mpeg2mux noaudio -dc 10 -priority 5 -auto -close
<>
<6/14/2010 7:36:58 PM>
END VIDEO ENCODING OPERATIONS
Created File: O:\Temp\DVD\Vacations1_0_Title_03_Vacation08102009.m2v (804.4 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 7736 kbps - 720x480 - DAR 1.333 - 29.97 fps (CFR) - Interlaced (TFF) - 14:31 minutes - 26119 frames
<>
<6/14/2010 7:36:58 PM>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "M:\_PinnacleProjects\Vacations\Vacation08102009\Vacation08102009 T80 2_0ch 384Kbps DELAY 0ms.ac3" -acodec copy "O:\Temp\DVD\Vacations1_0_Title_03_Vacation08102009_1.ToFix.ac3"
<>
<6/14/2010 7:37:03 PM>
END AUDIO ENCODING OPERATIONS (Track 1)
Created File: O:\Temp\DVD\Vacations1_0_Title_03_Vacation08102009_1.ac3 (39.9 MB)
OUTPUT AUDIO INFO: AC3 - 384 kbps - CBR - 2ch - 48000Hz - 14:32 minutes
<>
<6/14/2010 7:37:03 PM>
START DVD MENU BUILDING OPERATIONS
DVD Menu settings: Style 0, DAR 0, Titles Format 1, Video BitRate 6000, Menu Pages 1, Menu Titles 3
<>
<6/14/2010 7:37:09 PM>
END DVD MENU BUILDING OPERATIONS
Created File (Menu Page 1): R:\Temp\Vacations1_0_MenuPage1.bmp (1 MB)
Created File: R:\Temp\Vacations1_0_Menu.ac3 (0.3 MB)
<>
<6/14/2010 7:37:09 PM>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "R:\Temp\Vacations1_0_BatchMux.ini"
BatchMux ini file:
-d "O:\Temp\DVD\Vacations1_0\VIDEO_TS"
-mxp "R:\Temp\Vacations1_0_MuxMan.mxp"
-l "R:\Temp\Vacations1_0_MuxMan.log"
-muxman "C:\Program Files\AVStoDVD\MuxMan"
-prio LOW
-v "O:\Temp\DVD\Vacations1_0_Title_01_Vacation06172001.m2v"
-vidmode 4:3
-a1 "O:\Temp\DVD\Vacations1_0_Title_01_Vacation06172001_1.mp2"
-a1lang en
-cellfr "R:\Temp\Vacations1_0_Title_01_Vacation06172001_MuxMan.txt"
-progfr "R:\Temp\Vacations1_0_Title_01_Vacation06172001_MuxMan.txt"
-chapfr "R:\Temp\Vacations1_0_Title_01_Vacation06172001_MuxMan.txt"
-SEG2v "O:\Temp\DVD\Vacations1_0_Title_02_Vacation2008.m2v"
-SEG2vidmode 4:3
-SEG2a1 "O:\Temp\DVD\Vacations1_0_Title_02_Vacation2008_1.mp2"
-SEG2a1lang en
-SEG2cellfr "R:\Temp\Vacations1_0_Title_02_Vacation2008_MuxMan.txt"
-SEG2progfr "R:\Temp\Vacations1_0_Title_02_Vacation2008_MuxMan.txt"
-SEG2chapfr "R:\Temp\Vacations1_0_Title_02_Vacation2008_MuxMan.txt"
-SEG3v "O:\Temp\DVD\Vacations1_0_Title_03_Vacation08102009.m2v"
-SEG3vidmode 4:3
-SEG3a1 "O:\Temp\DVD\Vacations1_0_Title_03_Vacation08102009_1.ac3"
-SEG3a1lang en
-SEG3cellfr "R:\Temp\Vacations1_0_Title_03_Vacation08102009_MuxMan.txt"
-SEG3progfr "R:\Temp\Vacations1_0_Title_03_Vacation08102009_MuxMan.txt"
-SEG3chapfr "R:\Temp\Vacations1_0_Title_03_Vacation08102009_MuxMan.txt"
-SEG4v "R:\Temp\Vacations1_0_MenuPage1.bmp"
-SEG4vidmode 4:3
-SEG4a1 "R:\Temp\Vacations1_0_Menu.ac3"
-SEG4s1 "R:\Temp\Vacations1_0_Menu.sst"
-SEG4s1dmode LB
-SEG4hlmnu "R:\Temp\Vacations1_0_MenuPage1_Buttons.mnu"
-SEG4hlcsm "R:\Temp\Vacations1_0_HighlightScheme.csm
-hcn "R:\Temp\Vacations1_0_BatchMux.hcn"
<>
<6/14/2010 7:43:29 PM>
CHECK DVD SIZE
DVD Folder (actual) Size: 4458.5 MB
vs Estimated Size: 4450 MB -> 0.2% oversize
vs Assets Size: 4371.9 MB -> OK
<>
<6/14/2010 7:43:29 PM>
END DVD AUTHORING OPERATIONS
Created Folder: O:\Temp\DVD\Vacations1_0 (4458.5 MB)
<>
<6/14/2010 7:43:29 PM>
Log file created by AVStoDVD Release 2.3.0
<>
I was able to burn the DVD and the Menu and DVD worked fine. It looks like it just won't work in PowerDVD (V7.3).
Thus you have to complain with PowerDVD author... ;) What about Media Player Classic?
From the log file, everything is OK.
:)
Bye
A new 2.3.1 (very very) Alpha has been released (http://sites.google.com/site/avstodvdmain/AVStoDVD_231Alpha100617_NoInstall.7z). No help file, no installer available.
Change log:
- Some bugs fixed
- Added 'DVD Subs Font' in 'Preferences'/'AuthoringBurning': allows change of font name, format and size for authored subs.
- Added 'Use PAL SpeedUp for NTSC-film to PAL' in 'Preferences'/'Encoding' (AssumeFPS() is used instead of DGPulldown to upsize fps)
- Added 'Save general Settings at program Exit' in 'Preferences'/'Misc' ('DVD Size', 'Output Setup', 'Advanced Project Settings' can be stored in the Windows Registry)
- Added 'MSharpen' AviSynth filter (by Donald Graft) in 'Title Edit'/'AviSynth'
- Added 'ColorMatrix' AviSynth filter (by Wilbert & Tritical) in 'Title Edit'/'AviSynth'
- Added 'SubsExtension' option in 'Title Edit'/'Subtitles'
- FFmpeg updated to r23107
- MediaInfo updated to 0.7.33
Any report is appreciated.
;)
Bye
shreeit
27th June 2010, 14:50
I am using AVStoDVD 2.3.0 Mat release, which as HCenc beta. With the new version of AVStoDVD, my mkv to DVD conversion failed. This is due to HCenc. (I am trying to use HCenc vbr 2 option). Soon AVStoDVD started, I noticed HCenc process is not responding. and failed in few sec. ANy suggestion? thanks
@shreeit
some more details such as:
1. Operating System used
2. DirectShow codecs installed
3. Is Haali Media Splitter installed?
4. Does the problem happen only with 2.3.0 (with HCenc 0.24beta) or with 2.2.6 (with HCenc 0.23) too?
5. Copy and past AVStoDVD log file here
Have you read the Help section carefully? The FAQ can help you a lot.
;)
Bye
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.