Log in

View Full Version : AVStoDVD Support Thread


Pages : 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 [25] 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68

MrC
8th March 2010, 22:55
Just been using the latest download of AVStoDVD - when I add an M2TS file along with subs. As soon as I hit start the HCenc window opens and then just hangs. When I view taskmanager it says that the application is not responding.

Running win 7 64 bit.

Does the 'Preview Clip' works?

You can find some troubleshooting items at Help/FAQ/Video section.

;)

Bye

Adub
9th March 2010, 05:57
Okay, I have added everything except for "lock video profile" as your program specifically says "NOT recommended". What does this option do?

eon_designs
9th March 2010, 10:37
Does the 'Preview Clip' works?

You can find some troubleshooting items at Help/FAQ/Video section.

;)

Bye

Nope - Clip preview just shows a completely white box

MrC
9th March 2010, 13:43
Nope - Clip preview just shows a completely white box

And what about the FAQ?

;)

Bye

eon_designs
9th March 2010, 17:25
Hello - looked through the FAQ's

none of them helped. I did, however, check that ffdshow was correctly set (it was) - still unable to get past the not responding part?

Not to worry - just un-installed everything (Avisynth, AVStoDVD and Haali) and reinstalled them all again - seems to be working again?

Adub
9th March 2010, 19:03
In the future, try creating your own script with the M2TS file as a source, and then load the script into something like Media Player Classic. If there is a problem in the decoding chain, it should be displayed when you try to play the script.

davidcw
11th March 2010, 19:47
Hey, Mr.C, remember how I was encoding a bunch of Blurays with AVStoDVD? Well, I finally had the time to write a guide here: Convert Blurays to DVD with AVStoDVD (http://adubvideo.net/how-to/convert-bluray-dvd-avstodvd).

If I made any mistakes, or gave incorrect information, please let me know and I'll fix it.

Thanks for the wonderful little program!
Adub

When converting Blu-Ray disc or HD cameras files to standard definition I add the ColorMatrix.dll to
the AVS script to correct for the different color matrix used.

To quote from the ColorMatrix v2.3 Manual "It will cause a slight color distortion, which looks like a change in brightness (it's not really a change in brightness, the colors are just slightly off)."

I add the following plugin at the start of the AVS script:

LoadPlugin("c:\Program Files\AviSynth 2.5\plugins\ColorMatrix.dll")

And add after: Video = Video.ConvertToYV12

Video = Video.ColorMatrix(mode="Rec.709->Rec.601")

davidcw

Adub
11th March 2010, 20:08
@davidcw
Hmm...You may have a point there. The funny thing is, I did not do this, and I could have sworn that my output was just fine. I will have to check my DVD's when I get back home.

There does seem to be some debate about colorspaces. I read a thread once that detailed it quite well. Let me see if I can find it.

archaeo
13th March 2010, 02:18
I'm getting an error when using Avs2Dvd 2.26, coming through HCenc and Avisynth, that states:
"Error: GetChannel: Attempted to request a channel that doesn't exist"

I can't seem to find the problem. Any idea on what it is about? audio, video?

Adub
13th March 2010, 06:20
My guess is actually audio. What's your source?

archaeo
13th March 2010, 15:28
It's 'the Descent', bluray. The primary video stream is approx 21GB. The audio (as reported by tsmuxer) is a choice of either AC3 640kbps 6 channel, or LPCM 6144kbps, 7.1 channel

Quick question, maybe related?: I had Haali and avisynth already installed through another program folder (BDRebuilder), so I opted not to reinstall those programs when installing AVStoDVD. I didn't want to possibly mess up those working programs. So all I installed was the AVStoDVD package and the activeX controls... Was this the correct choice, since I already had avisynth and haali installed? I didn't want to install avisynth over a previous version...

EDIT: I have avisynth v 2.57 installed.. This should be OK?

8ternity
13th March 2010, 17:00
Hello,

I have version 2.2.6 installed on a Windows 7 x86 edition and i have ffmpeg crashed during the conversion after the Henc 2-pass.

I have ffdshow clsid 3615 version installed, avisynth 2.5.8 stable, etc.

I convert an m2ts (dts audio french, 720p and 1080p movies) i try to convert in a dvd.

settings are henc 2pass, avs source: Tried (A2Dsource, DirectshowSource) and AC3 option (Wavi+Aften).

can someone help me please?

edit: i try right now update for the ffmpeg 0.5.1 version and try if it's ffmpeg crashed is due to an old version.

MrC
13th March 2010, 20:05
@archaeo

about audio issue, do select AC3 6 channels track because 8 channels are not supported. The avisynth error message is caused by the directshow audio filter that must be properly configured (mixer out settings: 3/0/2+LFE) to decode the 6 channels track. If you install ffdshow, then AVStoDVD will do the "dirty" job for you, but if you are using other AC3 decoders (like AC3Filter), you have to setup it by yourself.

You do not have to reinstall avisynth and haali, if they are already found on your system.


@8ternity

please post the log file, because I cannot exactly understand where's the problem. Audio demuxing step, I guess. Have you tried to force audio encoding (toggle off 'Keep dvd compliant audio')?


;)

Bye

Adub
13th March 2010, 21:19
Actually, that sounds very similar to an issue that I had while processing Blurays and demuxing. The way that I solved it (as Mr. C suggested) was to use Quenc for my audio processing. Again, I cover this in my guide (http://adubvideo.net/how-to/convert-bluray-dvd-avstodvd).

archaeo
14th March 2010, 03:44
OK, success - thanks.
...but for some reason whenever I select HCencoder, it always goes to Quenc for the video encoding :confused:

So, to force it to go to HCenc, I removed Quenc from the folder, and voila - it went to HCenc, and it is now encoding!
Kind of weird though, how it kept defaulting to Quenc...

8ternity
14th March 2010, 04:35
@archaeo

@8ternity

please post the log file, because I cannot exactly understand where's the problem. Audio demuxing step, I guess. Have you tried to force audio encoding (toggle off 'Keep dvd compliant audio')?

;)

Bye

- For the toggle off "Keep dvd compliant audio" not i have not try but i will right now.

Question about ffmpeg, did it's okay that i have upgrade the ffmpeg version? Did i can cause another issue when install a newer version?

Here some logs file of my latest conversion that i have no audio converted.

Movie #1, Try #1

<2010-03-13 01:09:07>
START PROCESS
<>

<2010-03-13 01:09:07>
PROJECT SETTINGS

DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: DE_PERE_EN_FLIC
DVD Menu: No Menu
Output Folder: E:
Delete Temp Process Files: Yes
Delete Working Files: Yes
Edit Command Parameters: No
Post Process Task: Show Progress Status window

PREFERENCES

AVS Source Filter: DirectShowSource
AVS Resize Filter: Lanczos4Resize
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 6000
Video Profile Level 2: 6000
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliat Audio: 1
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
Chapthers Interval: 5
Use Source Chapters: 1
DVD Burning Drive: M: SONY DVD RW DRU-V200S 1.60
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>

<2010-03-13 01:09:07>
TITLE 1 SOURCE FILES
Video: E:\DVD\DE_PERE_EN_FLIC.m2ts
Info: AVC - 9775 kbps - 1920x1080 - DAR 1,778 - 23,976 fps (CFR) - Progressive - 1:46:48 hours - 153651 frames
Audio: E:\DVD\DE_PERE_EN_FLIC.m2ts
Info: AC3 - 448 kbps - CBR - 48000Hz - 6ch - 1:46:48 hours
Subs:
[MediaInfoLib - v0.7.26]
<>

<2010-03-13 01:09:07>
AVISYNTH SCRIPT
Video = DirectShowSource("E:\DVD\DE_PERE_EN_FLIC.m2ts", convertfps=true, audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("E:\DVD\DE_PERE_EN_FLIC.m2ts", video=false)

Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.Lanczos4Resize(720,480)

AudioDub(Video, Audio)
<>

<2010-03-13 01:09:07>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 4005,7 MB
HCenc Parameters: -ini "D:\Temp\DE_PERE_EN_FLIC_0_DE_PERE_EN_FLIC.HCenc.ini"
HCenc ini file:
*INFILE D:\Temp\DE_PERE_EN_FLIC_0_DE_PERE_EN_FLIC.avs
*AVSRELOAD
*OUTFILE E:\DE_PERE_EN_FLIC_0_DE_PERE_EN_FLIC.m2v
*LOGFILE D:\Temp\DE_PERE_EN_FLIC_0_DE_PERE_EN_FLIC.HCenc.log
*MAXBITRATE 9000
*BITRATE 5243
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*BIAS 50
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 0
*SMP
*PRIORITY IDLE
*WAIT 2
<>

<2010-03-13 01:10:10>
PROCESS ABORTED DURING TITLE 1 VIDEO ENCODING OPERATIONS.

CHECK LOG FILE <E:\DE_PERE_EN_FLIC_0.LOG> FOR MORE INFO.
<>

<2010-03-13 01:10:10>
Log file created by AVStoDVD Release 2.2.6
<>



Process has been aborder due to ffmpeg crashed. I will try another conversion with the things to unchecked, but can you follow up about if my update of ffmpeg can cause error or it's okay.

Thank you for your answer and help.

8ternity

8ternity
14th March 2010, 17:29
HI,

Here the second try log.


<2010-03-13 22:40:33>
START PROCESS
<>

<2010-03-13 22:40:33>
PROJECT SETTINGS

DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: 2012
DVD Menu: No Menu
Output Folder: G:
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 Resize Filter: Lanczos4Resize
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 6000
Video Profile Level 2: 6000
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 1
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliat Audio: 0
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
Chapthers Interval: 5
Use Source Chapters: 1
DVD Burning Drive: M: SONY DVD RW DRU-V200S 1.60
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>

<2010-03-13 22:40:33>
TITLE 1 SOURCE FILES
Video: E:\DVD\2012.m2ts
Info: AVC - 5371 kbps - 1920x1080 - DAR 1,778 - 23,976 fps (CFR) - Progressive - 2:37:49 hours - 227037 frames
Audio: E:\DVD\2012.m2ts
Info: DTS - 1536 kbps - CBR - 48000Hz - 6ch - 2:37:49 hours
Subs:
[MediaInfoLib - v0.7.26]
<>

<2010-03-13 22:40:33>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

Video = A2DVideoSource("E:\DVD\2012.m2ts", CacheFolder = "G:\TEMP")
Audio = A2DAudioSource("E:\DVD\2012.m2ts", CacheFolder = "G:\TEMP")

Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.Lanczos4Resize(720,480)

AudioDub(Video, Audio)
<>

<2010-03-13 22:40:33>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 3804 MB
HCenc Parameters: -ini "G:\TEMP\2012_1_2012.HCenc.ini"
HCenc ini file:
*INFILE G:\TEMP\2012_1_2012.avs
*AVSRELOAD
*OUTFILE G:\2012_1_2012.m2v
*LOGFILE G:\TEMP\2012_1_2012.HCenc.log
*MAXBITRATE 9000
*BITRATE 3370
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*BIAS 30
*DC_PREC 8
*MATRIX MPEG
*AQ 1
*LUMGAIN 0
*SMP
*PRIORITY IDLE
*WAIT 2
<>

<2010-03-14 01:21:33>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: G:\2012_1_2012.m2v (3805,9 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 3396 kbps - 720x480 - DAR 1,778 - 23,976 fps (CFR) - Progressive - 2:37:39 hours - 226812 frames
<>

<2010-03-14 01:21:33>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "G:\2012_1_2012.m2v" -srcfps 23.976 -destfps 29.97 -inplace -bff
<>

<2010-03-14 01:37:32>
END PULLDOWN OPERATIONS
DGPulldown executed on File: G:\2012_1_2012.m2v (3805,9 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 3392 kbps - 720x480 - DAR 1,778 - 23,976 fps (CFR) - Progressive (2:3 Pulldown) - 2:37:49 hours - 227038 frames
<>

<2010-03-14 01:37:32>
START AUDIO ENCODING OPERATIONS
FFmpeg (WAV) Parameters: -i "G:\TEMP\2012_1_2012.avs" "G:\TEMP\2012_1_2012.wav"
Aften (AC3) Parameters: -b 448 -pad 0 -dynrng 5 -bwfilter 0 "G:\TEMP\2012_1_2012.wav" "G:\2012_1_2012.ac3"
<>

<2010-03-14 04:02:22>
END AUDIO ENCODING OPERATIONS
A2DAudioSource: DirectShowSource
Created File: G:\2012_1_2012.ac3 (107,2 MB)
OUTPUT AUDIO INFO: AC3 - 448 kbps - CBR - 48000Hz - 6ch - 33:28 minutes
<>

<2010-03-14 09:42:11>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "G:\TEMP\2012_1_BatchMux.ini"
BatchMux ini file:
-d "G:\2012_1\VIDEO_TS"
-mxp "G:\TEMP\2012_1_MuxMan.mxp"
-l "G:\TEMP\2012_1_MuxMan.log"
-muxman "C:\Program Files\AVStoDVD\MuxMan"
-prio LOW
-v "G:\2012_1_2012.m2v"
-vidmode LB
-a1 "G:\2012_1_2012.ac3"
-a1lang fr
-cellfr "G:\TEMP\2012_1_2012_MuxMan.txt"
-progfr "G:\TEMP\2012_1_2012_MuxMan.txt"
-chapfr "G:\TEMP\2012_1_2012_MuxMan.txt"

<>

<2010-03-14 09:48:50>
END DVD AUTHORING OPERATIONS
Created Folder: G:\2012_1 (4013,9 MB)
<>

<2010-03-14 09:48:50>
Log file created by AVStoDVD Release 2.2.6
<>



The audio was missing on the project. It have pass and not have been crashed with ffmpeg, probably due to my update for the latest version of ffmpeg.

I was having a warning that audio lench is like 30min, and movie was more than 2hours. i click ok to continue for having a complete log.

MrC
14th March 2010, 20:18
...but for some reason whenever I select HCencoder, it always goes to Quenc for the video encoding :confused:...

That's an old old story. Have a look at Help/FAQ/Video/Q3.5

;)

Bye

MrC
14th March 2010, 20:31
@8ternity

Let's try to make some order.

About FFmpeg update. You can. But results can be unpredictable: I usually test the updated sw for a while before releasing them into AVStoDVD.

Movie #1 Try #1: from the log file, FFmpeg did not crash, because FFmpeg was not used. There's a problem in decoding video source. Have you installed Haali and ffdshow?

Movie #2 Try #1: yes, ffmpeg+aften had a problem in encoding audio track. Why have you changed from default wavi+aften to ffmpeg+aften as AC3 encoder? If also wavi+aften fails you can try with QuEnc. Many users had success in converting blu-ray audio using QuEnc (right Adub ;) ).

;)

Bye

archaeo
14th March 2010, 21:02
That's an old old story. Have a look at Help/FAQ/Video/Q3.5

;)

Bye

ah yes.... thank you. Should read FAQ first :stupid:

One more question related to encoders, please: Is it possible to choose a custom matrix in either Quenc or HCenc? I've tried to modify the matrix choices in both, but it keeps defaulting back to the MPEG std.

thanks!

8ternity
15th March 2010, 03:13
@8ternity

Let's try to make some order.

About FFmpeg update. You can. But results can be unpredictable: I usually test the updated sw for a while before releasing them into AVStoDVD.

Movie #1 Try #1: from the log file, FFmpeg did not crash, because FFmpeg was not used. There's a problem in decoding video source. Have you installed Haali and ffdshow?

Movie #2 Try #1: yes, ffmpeg+aften had a problem in encoding audio track. Why have you changed from default wavi+aften to ffmpeg+aften as AC3 encoder? If also wavi+aften fails you can try with QuEnc. Many users had success in converting blu-ray audio using QuEnc (right Adub ;) ).

;)

Bye

Hi MRC,

About ffmpeg, i reset to default.

About Try #1: Yes i have ffdshow clsid rev 3316 installed. i have also try rev 3222. Mastroka haali was installed, i was using for ripbot264 all thoes softwares.

Movie #2: I was changed because i was trying to find what's the trouble. I was sucessfully convert over 15 movies in the previous version 2.2.4 but i was let over 2 month to re-use again and have made the update.

Normally with ver 2.2.5 i was using has default but with 2pass with HCencc because the quality video was a little bit more clean has the 1pass with QuENC.

I have reinstall version 2.2.5 and let everything has default but use it in 2pass.

If i have another crashed, i will post log info. After that, i will try my older version 2.2.4 to check if it's an update the trouble.

For info, i was using Windows 7 professional x86 edition.

Thanks for replies. :thanks:

8ternity
15th March 2010, 07:30
Hi MRC.

after another tries, here the result and log file.

The conversion has been completed but the exported dvd has no audio.

Here the log file:


<2010-03-14 22:15:27>
START PROCESS
<>

<2010-03-14 22:15:27>
PROJECT SETTINGS

DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: MILLENIUM
DVD Menu: No Menu
Output Folder: G:
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 Resize Filter: Lanczos4Resize
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 6000
Video Profile Level 2: 6000
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliat Audio: 1
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
Chapthers Interval: 5
Use Source Chapters: 1
DVD Burning Drive: M: SONY DVD RW DRU-V200S 1.60
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>

<2010-03-14 22:15:27>
TITLE 1 SOURCE FILES
Video: E:\DVD\MILLENIUM.m2ts
Info: AVC - 6355 kbps - 1920x1080 - DAR 1,778 - 24 fps (CFR) - Progressive - 2:32:42 hours - 219907 frames
Audio: E:\DVD\MILLENIUM.m2ts
Info: DTS - 768 kbps - CBR - 48000Hz - 6ch - 2:32:42 hours
Subs:
[MediaInfoLib - v0.7.26]
<>

<2010-03-14 22:15:27>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

Video = A2DVideoSource("E:\DVD\MILLENIUM.m2ts", CacheFolder = "G:\TEMP")
Audio = A2DAudioSource("E:\DVD\MILLENIUM.m2ts", CacheFolder = "G:\TEMP")

Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.Lanczos4Resize(720,480)

AudioDub(Video, Audio)
<>

<2010-03-14 22:15:27>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 3474,7 MB
HCenc Parameters: -ini "G:\TEMP\MILLENIUM_0_MILLENIUM.HCenc.ini"
HCenc ini file:
*INFILE G:\TEMP\MILLENIUM_0_MILLENIUM.avs
*AVSRELOAD
*OUTFILE G:\MILLENIUM_0_MILLENIUM.m2v
*LOGFILE G:\TEMP\MILLENIUM_0_MILLENIUM.HCenc.log
*MAXBITRATE 9000
*BITRATE 3181
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*BIAS 30
*DC_PREC 8
*MATRIX MPEG
*AQ 1
*LUMGAIN 0
*NOSMP
*PRIORITY IDLE
*WAIT 2
<>

<2010-03-15 01:59:36>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: G:\MILLENIUM_0_MILLENIUM.m2v (3475,9 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 3201 kbps - 720x480 - DAR 1,778 - 24 fps (CFR) - Progressive - 2:32:42 hours - 219909 frames
<>

<2010-03-15 01:59:36>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "G:\MILLENIUM_0_MILLENIUM.m2v" -srcfps 24.000 -destfps 29.97 -inplace -bff
<>

<2010-03-15 02:14:07>
END PULLDOWN OPERATIONS
DGPulldown executed on File: G:\MILLENIUM_0_MILLENIUM.m2v (3475,9 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 3201 kbps - 720x480 - DAR 1,778 - 23,976 fps (CFR) - Progressive (2:3 Pulldown) - 2:32:42 hours - 219686 frames
<>

<2010-03-15 02:14:07>
START AUDIO DEMUXING OPERATIONS
FFmpeg Parameters: -i "E:\DVD\MILLENIUM.m2ts" -acodec copy "G:\MILLENIUM_0_MILLENIUM.ToFix.dts"
<>

<2010-03-15 02:17:23>
END AUDIO ENCODING OPERATIONS
Created File: G:\MILLENIUM_0_MILLENIUM.dts (838,9 MB)
OUTPUT AUDIO INFO: DTS - 768 kbps - CBR - 48000Hz - 6ch - 2:35:26 hours
<>

<2010-03-15 02:17:23>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "G:\TEMP\MILLENIUM_0_BatchMux.ini"
BatchMux ini file:
-d "G:\MILLENIUM_0\VIDEO_TS"
-mxp "G:\TEMP\MILLENIUM_0_MuxMan.mxp"
-l "G:\TEMP\MILLENIUM_0_MuxMan.log"
-muxman "C:\Program Files\AVStoDVD\MuxMan"
-prio LOW
-v "G:\MILLENIUM_0_MILLENIUM.m2v"
-vidmode LB
-a1 "G:\MILLENIUM_0_MILLENIUM.dts"
-a1lang fr
-cellfr "G:\TEMP\MILLENIUM_0_MILLENIUM_MuxMan.txt"
-progfr "G:\TEMP\MILLENIUM_0_MILLENIUM_MuxMan.txt"
-chapfr "G:\TEMP\MILLENIUM_0_MILLENIUM_MuxMan.txt"

<>

<2010-03-15 02:22:23>
END DVD AUTHORING OPERATIONS
Created Folder: G:\MILLENIUM_0 (3559,9 MB)
<>

<2010-03-15 02:22:24>
Log file created by AVStoDVD Release 2.2.6
<>



I will try version 2.2.4 to see if it's okay.

Thank You.

ron spencer
15th March 2010, 16:07
Is it possible to NO re-encode audio? On my media server I often make MKVs (movie only) of my BluRays, but I convert all audio to AC-3 448, which is fine for DVD. Can I choose no audio re-code? I did not see this in the options. If not it would be a good option.

thks

MrC
15th March 2010, 16:54
@archaeo

you can change the HCenc matrix in 'Title Edit'/'Video'/'HCenc advanced options', but it resets to MPEG at every new project.


@8ternity

Movie #1 Try #1: what does the Preview Clip window say? It is useful to understand if you have a problem in the directshow decoding chain.

Movie #2 Try #2: Muxman has rejected the kept DTS audio track. Try to re-encode it using QuEnc as AC3 encoder.


@ron spencer

Yes, it is. It is the default option, if the audio track is DVD compliant. See 'Preferences'/'AudioVideo'/'Keep DVD compliant audio'.
Are you really living in the isle of Sodor? Do you know Thomas?

;)

Bye

ron spencer
15th March 2010, 18:59
Ahhhhhhhhhhh.....thank you!!!

You know, I have always wanted someone to pickup that I had "Sodor" listed!!! You are the only one..yes I know Thomas (through my young son)...

Never tried your proggy before...hope it will be fun!!!

:p:p

MrC
15th March 2010, 20:56
So I deserve a hurray from the Fat Controller! My son is a big Thomas & Friends fan too... even if in Italy is not very popular.

I hope you will have fun with A2D. Any improvements suggestions is always welcome!

;)

Bye

8ternity
16th March 2010, 01:37
@8ternity

Movie #1 Try #1: what does the Preview Clip window say? It is useful to understand if you have a problem in the directshow decoding chain.

Movie #2 Try #2: Muxman has rejected the kept DTS audio track. Try to re-encode it using QuEnc as AC3 encoder.



I have uninstall everything and let the avisynth version that your installer, but left ffdshow 3316rev, clsid generic team, left haali matroska too.

I have set as defaut your suggestions and make an preview, it's works! :p So i just start a new conversion and let you know when it's done if everything is okay.

Thanks for your time :)

archaeo
16th March 2010, 01:59
@archaeo

you can change the HCenc matrix in 'Title Edit'/'Video'/'HCenc advanced options', but it resets to MPEG at every new project.

Bye


Many thanks! And kudos to you for a nice program :thanks:

8ternity
16th March 2010, 04:36
Hello MRC,

After conversion has done, the export movie still have no sound in the builded movie. I've include two logs in this post (job and saved log after project done).


<2010-03-15 20:33:39>
START PROCESS
<>

<2010-03-15 20:33:39>
PROJECT SETTINGS

DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: MILLENIUM
DVD Menu: No Menu
Output Folder: G:
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 Resize Filter: Lanczos4Resize
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 6000
Video Profile Level 2: 6000
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 2
DVD Audio Format: 0
DVD Audio BitRate: 448
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: M: SONY DVD RW DRU-V200S 1.60
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>

<2010-03-15 20:33:39>
TITLE 1 SOURCE FILES
Video: E:\DVD\MILLENIUM.m2ts
Info: AVC - 6355 kbps - 1920x1080 - DAR 1,778 - 24 fps (CFR) - Progressive - 2:32:42 hours - 219907 frames
Audio: E:\DVD\MILLENIUM.m2ts
Info: DTS - 768 kbps - CBR - 48000Hz - 6ch - 2:32:42 hours
Subs:
[MediaInfoLib - v0.7.26]
<>

<2010-03-15 20:33:39>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

Video = A2DVideoSource("E:\DVD\MILLENIUM.m2ts", CacheFolder = "G:\TEMP")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("E:\DVD\MILLENIUM.m2ts", CacheFolder = "G:\TEMP")

Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.Lanczos4Resize(720,480)

AudioDub(Video, Audio)
<>

<2010-03-15 20:33:39>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 3474,7 MB
HCenc Parameters: -ini "G:\TEMP\MILLENIUM_2_MILLENIUM.HCenc.ini"
HCenc ini file:
*INFILE G:\TEMP\MILLENIUM_2_MILLENIUM.avs
*AVSRELOAD
*OUTFILE G:\MILLENIUM_2_MILLENIUM.m2v
*LOGFILE G:\TEMP\MILLENIUM_2_MILLENIUM.HCenc.log
*MAXBITRATE 9000
*BITRATE 3181
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*BIAS 30
*DC_PREC 8
*MATRIX MPEG
*AQ 1
*LUMGAIN 0
*SMP
*PRIORITY IDLE
*WAIT 2
<>

<2010-03-15 23:10:17>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: G:\MILLENIUM_2_MILLENIUM.m2v (3475,9 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 3201 kbps - 720x480 - DAR 1,778 - 24 fps (CFR) - Progressive - 2:32:42 hours - 219909 frames
<>

<2010-03-15 23:10:17>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "G:\MILLENIUM_2_MILLENIUM.m2v" -srcfps 24.000 -destfps 29.97 -inplace -bff
<>

<2010-03-15 23:24:36>
END PULLDOWN OPERATIONS
DGPulldown executed on File: G:\MILLENIUM_2_MILLENIUM.m2v (3475,9 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 3201 kbps - 720x480 - DAR 1,778 - 23,976 fps (CFR) - Progressive (2:3 Pulldown) - 2:32:42 hours - 219686 frames
<>

<2010-03-15 23:24:36>
START AUDIO DEMUXING OPERATIONS
FFmpeg Parameters: -i "E:\DVD\MILLENIUM.m2ts" -acodec copy "G:\MILLENIUM_2_MILLENIUM.ToFix.dts"
<>

<2010-03-15 23:27:54>
END AUDIO ENCODING OPERATIONS
Created File: G:\MILLENIUM_2_MILLENIUM.dts (838,9 MB)
OUTPUT AUDIO INFO: DTS - 768 kbps - CBR - 48000Hz - 6ch - 2:35:26 hours
<>

<2010-03-15 23:27:54>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "G:\TEMP\MILLENIUM_2_BatchMux.ini"
BatchMux ini file:
-d "G:\MILLENIUM_2\VIDEO_TS"
-mxp "G:\TEMP\MILLENIUM_2_MuxMan.mxp"
-l "G:\TEMP\MILLENIUM_2_MuxMan.log"
-muxman "C:\Program Files\AVStoDVD\MuxMan"
-prio LOW
-v "G:\MILLENIUM_2_MILLENIUM.m2v"
-vidmode LB
-a1 "G:\MILLENIUM_2_MILLENIUM.dts"
-a1lang en
-cellfr "G:\TEMP\MILLENIUM_2_MILLENIUM_MuxMan.txt"
-progfr "G:\TEMP\MILLENIUM_2_MILLENIUM_MuxMan.txt"
-chapfr "G:\TEMP\MILLENIUM_2_MILLENIUM_MuxMan.txt"

<>

<2010-03-15 23:32:49>
END DVD AUTHORING OPERATIONS
Created Folder: G:\MILLENIUM_2 (3560 MB)
<>

<2010-03-15 23:32:49>
Log file created by AVStoDVD Release 2.2.6
<>




Saved Log



'20:32:05' AVStoDVD Release 2.2.6 loaded!
'20:32:05' AviSynth 2.5.8 is installed.
'20:32:05' ImgBurn is installed ("C:\Program Files\ImgBurn\ImgBurn.exe").
'20:32:05' New AVStoDVD Project started!
'20:32:23' Current Preferences saved as default.
'20:33:04' MediaInfoLib - v0.7.26 initialized.
'20:33:04' Title 1 "E:\DVD\MILLENIUM.m2ts" added.
'20:33:39' AVStoDVD Project started.
'20:33:39' Title 1 video encoding operations started.
'23:24:36' Title 1 video encoding operations ended successfully.
'23:24:36' Title 1 audio encoding operations started.
'23:27:54' Title 1 audio encoding operations ended successfully.
'23:27:54' DVD authoring operations started.
'23:32:49' DVD authoring operations ended successfully.
'23:32:49' AVStoDVD Project ended successfully.



I really dont know why im not having sound in the exported project.

Did i need to uninstalled all versions of ffdshow, haali, etc. and try the ones included in your installer?

Thank You,
8

MrC
16th March 2010, 11:42
@8ternity

When you enter 'Preferences' to select QuEnc as AC3 encoder, go to 'AudioVideo' Tab and toggle off 'Keep DVD compliant audio'. In that way, DTS track will be re-encoded using QuEnc and not retained (and refused by Muxman).

;)

Bye

8ternity
16th March 2010, 13:45
@8ternity

When you enter 'Preferences' to select QuEnc as AC3 encoder, go to 'AudioVideo' Tab and toggle off 'Keep DVD compliant audio'. In that way, DTS track will be re-encoded using QuEnc and not retained (and refused by Muxman).

;)

Bye

I will try this and let u know today.

:thanks:

8ternity
16th March 2010, 19:38
Does exaclty the same thing. No audio on the exporter project.

MrC
16th March 2010, 20:10
Does exaclty the same thing. No audio on the exporter project.

Could you post the log file of this last try?

:)

Bye

8ternity
17th March 2010, 00:42
Could you post the log file of this last try?

:)

Bye

- Conversion Log
- Saved Log

Conversion Log:


<2010-03-16 08:44:50>
START PROCESS
<>

<2010-03-16 08:44:50>
PROJECT SETTINGS

DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: MILLENIUM
DVD Menu: No Menu
Output Folder: G:
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 Resize Filter: Lanczos4Resize
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 6000
Video Profile Level 2: 6000
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
DVD Audio Format: 0
DVD Audio BitRate: 384
Keep DVD Compliat Audio: 0
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
Chapthers Interval: 5
Use Source Chapters: 1
DVD Burning Drive: M: SONY DVD RW DRU-V200S 1.60
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>

<2010-03-16 08:44:50>
TITLE 1 SOURCE FILES
Video: E:\DVD\MILLENIUM.m2ts
Info: AVC - 6355 kbps - 1920x1080 - DAR 1,778 - 24 fps (CFR) - Progressive - 2:32:42 hours - 219907 frames
Audio: E:\DVD\MILLENIUM.m2ts
Info: DTS - 768 kbps - CBR - 48000Hz - 6ch - 2:32:42 hours
Subs:
[MediaInfoLib - v0.7.26]
<>

<2010-03-16 08:44:50>
AVISYNTH SCRIPT
Import("C:\Program Files\AVStoDVD\Lib\A2DSource.avsi")

Video = A2DVideoSource("E:\DVD\MILLENIUM.m2ts", CacheFolder = "G:\TEMP")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("E:\DVD\MILLENIUM.m2ts", CacheFolder = "G:\TEMP")

Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.Lanczos4Resize(720,480)

AudioDub(Video, Audio)
<>

<2010-03-16 08:44:50>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 3474,7 MB
HCenc Parameters: -ini "G:\TEMP\MILLENIUM_3_MILLENIUM.HCenc.ini"
HCenc ini file:
*INFILE G:\TEMP\MILLENIUM_3_MILLENIUM.avs
*AVSRELOAD
*OUTFILE G:\MILLENIUM_3_MILLENIUM.m2v
*LOGFILE G:\TEMP\MILLENIUM_3_MILLENIUM.HCenc.log
*MAXBITRATE 9000
*BITRATE 3181
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*BIAS 30
*DC_PREC 8
*MATRIX MPEG
*AQ 1
*LUMGAIN 0
*SMP
*PRIORITY IDLE
*WAIT 2
<>

<2010-03-16 11:21:12>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: G:\MILLENIUM_3_MILLENIUM.m2v (3475,9 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 3201 kbps - 720x480 - DAR 1,778 - 24 fps (CFR) - Progressive - 2:32:42 hours - 219909 frames
<>

<2010-03-16 11:21:12>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "G:\MILLENIUM_3_MILLENIUM.m2v" -srcfps 24.000 -destfps 29.97 -inplace -bff
<>

<2010-03-16 11:35:07>
END PULLDOWN OPERATIONS
DGPulldown executed on File: G:\MILLENIUM_3_MILLENIUM.m2v (3475,9 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 3201 kbps - 720x480 - DAR 1,778 - 23,976 fps (CFR) - Progressive (2:3 Pulldown) - 2:32:42 hours - 219686 frames
<>

<2010-03-16 11:35:07>
START AUDIO DEMUXING OPERATIONS
FFmpeg Parameters: -i "E:\DVD\MILLENIUM.m2ts" -acodec copy "G:\MILLENIUM_3_MILLENIUM.ToFix.dts"
<>

<2010-03-16 11:38:24>
END AUDIO ENCODING OPERATIONS
Created File: G:\MILLENIUM_3_MILLENIUM.dts (838,9 MB)
OUTPUT AUDIO INFO: DTS - 768 kbps - CBR - 48000Hz - 6ch - 2:35:26 hours
<>

<2010-03-16 11:38:24>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "G:\TEMP\MILLENIUM_3_BatchMux.ini"
BatchMux ini file:
-d "G:\MILLENIUM_3\VIDEO_TS"
-mxp "G:\TEMP\MILLENIUM_3_MuxMan.mxp"
-l "G:\TEMP\MILLENIUM_3_MuxMan.log"
-muxman "C:\Program Files\AVStoDVD\MuxMan"
-prio LOW
-v "G:\MILLENIUM_3_MILLENIUM.m2v"
-vidmode LB
-a1 "G:\MILLENIUM_3_MILLENIUM.dts"
-a1lang fr
-cellfr "G:\TEMP\MILLENIUM_3_MILLENIUM_MuxMan.txt"
-progfr "G:\TEMP\MILLENIUM_3_MILLENIUM_MuxMan.txt"
-chapfr "G:\TEMP\MILLENIUM_3_MILLENIUM_MuxMan.txt"

<>

<2010-03-16 11:43:46>
END DVD AUTHORING OPERATIONS
Created Folder: G:\MILLENIUM_3 (3560 MB)
<>

<2010-03-16 11:43:46>
Log file created by AVStoDVD Release 2.2.6
<>



Saved Log:


'23:59:11' AVStoDVD Release 2.2.6 loaded!
'23:59:11' AviSynth 2.5.8 is installed.
'23:59:11' ImgBurn is installed ("C:\Program Files\ImgBurn\ImgBurn.exe").
'23:59:11' New AVStoDVD Project started!
'23:59:20' MediaInfoLib - v0.7.26 initialized.
'23:59:20' Title 1 "E:\DVD\2012.m2ts" added.
'23:59:23' DVD Size changed from DVD-5 to DVD-9
'23:59:31' Title 1 "E:\DVD\2012.m2ts" removed.
'23:59:53' MediaInfoLib - v0.7.26 initialized.
'23:59:53' Title 1 "E:\DVD\MILLENIUM.m2ts" added.
'00:01:41' DVD Size changed from DVD-9 to DVD-5
'00:03:01' AVStoDVD Project started.
'00:03:01' Title 1 video encoding operations started.
'02:55:48' Title 1 video encoding operations ended successfully.
'02:55:48' Title 1 audio encoding operations started.
'02:59:04' Title 1 audio encoding operations ended successfully.
'02:59:04' DVD authoring operations started.
'03:04:42' DVD authoring operations ended successfully.
'03:04:42' AVStoDVD Project ended successfully.
'08:44:50' AVStoDVD Project started.
'08:44:50' Title 1 video encoding operations started.
'11:35:07' Title 1 video encoding operations ended successfully.
'11:35:07' Title 1 audio encoding operations started.
'11:38:24' Title 1 audio encoding operations ended successfully.
'11:38:24' DVD authoring operations started.
'11:43:46' DVD authoring operations ended successfully.
'11:43:46' AVStoDVD Project ended successfully.

MrC
17th March 2010, 12:07
I fear that you have toggled off 'keep dvd compliant audio' but you have not refreshed your project. I suggest you to:

- Start AVStoDVD
- Change Preferences (save as default, if you wish)
- Add input files
- Verify in 'Title Edit'/'Audio' that 'keep dvd compliant audio' is off
- Start to encode

;)

Bye

8ternity
18th March 2010, 02:51
I've try, samething.
Now i really don't know what to do.

Is there a program can be incompatible or create an confusion with AVStoDVD ? :confused:

ron spencer
20th March 2010, 00:41
I am getting an error with audio (from a HD mkv I made with AC3 448).

Error says

Getchannel: Attempted to request a channel that did not exist:

line is:

Video = DirectShowSource("U:\MEDIA\High Def Movies\test.mkv", fps=23.976, convertfps=true, audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("U:\MEDIA\High Def Movies\test.mkv", video=false)
Audio = Audio.GetChannel(1,3,2,5,6,4)

Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.Spline64Resize(720,480)

AudioDub(Video, Audio)

mpucoder
20th March 2010, 01:24
@8ternity: Can you post the MuxMan log (G:\TEMP\MILLENIUM_3_MuxMan.log)? I'm curious as to why the audio is not being muxed, as 768kbps DTS is acceptable (unless the channel assignments are not SD_DVD)

MrC
20th March 2010, 13:40
@ron spencer

AVStoDVD uses a directshow approach to decode media file. So the user has to setup its decoding filters (like ffdshow) correctly: in this situation you are trying to decode/encode a 5.1 channels audio, so your filter output mixer must be set properly. If you are using ffdshow it must be set: 3/0/2+LFE.

AVStoDVD usually takes care of that, assuming you have installed ffdshow. The user has to do it manually when: a) there is another AC3 filter or b) QuEnc is used. I think b) is your case, because there is the GetChannel(1,3,2,5,6,4) call. In fact QuEnc has a channels mapping bug that must be handled with GetChannel.

Concluding:
1. Use ffdshow as AC3 filter and Wavi+Aften as AC3 encoder: no need to setup mixer
or
2. Use any AC3 filter or QuEnc as AC3 encoder: setup mixer before start AVStoDVD project


@mpucoder

If 8ternity did not select to keep temporary files, then the MuxMan log is gone. Anyway he is not the only user (http://forum.videohelp.com/threads/318135-No-Audio-when-converting-MKV-to-DVD-using-AVStoDVD?p=1970765) that is complaning about DTS track rejects.

I fear that, since FFmpeg throws out a lot of error messages during DTS demux, that audio tracks are somehow bad or badly muxed.

Thanks for your fantastic MuxMan. :)

;)

Bye

ron spencer
20th March 2010, 18:04
thanks!!!

what are those temp files made in C:\ ?

they are named like:20_16_28_59

and contain:

CMpeg4Splitter::BreakConnect() Enter

MrC
20th March 2010, 18:44
what are those temp files made in C:\ ?

they are named like:20_16_28_59

and contain:

CMpeg4Splitter::BreakConnect() Enter

Nothing made by AVStoDVD...

:confused:

Bye

ron spencer
21st March 2010, 01:13
well...that was some Corel POS that I had not gotten rid of...wonder why those files were made when your proggy ran? In any case I got rid of it..sorry

Have you thought about adding an HC dialog for bias?

MrC
21st March 2010, 16:58
Have you thought about adding an HC dialog for bias?

Do you mean put bias setting in HCenc Advanced Options? As a matter of fact bias is dynamic, output of following formula:

Bias = Int(VideoBitRate[Mbps]) x 10

;)

Bye

Adub
22nd March 2010, 03:29
Mr.C, have you tested this on 64-bit?

I just installed Win 7 64-bit, and when I try to preview the input file, A2D hangs.

I am running 64-bit Avisynth from JoshyD.

MrC
22nd March 2010, 11:26
Mr.C, have you tested this on 64-bit?

I just installed Win 7 64-bit, and when I try to preview the input file, A2D hangs.

I am running 64-bit Avisynth from JoshyD.

Not yet. In fact AVStoDVD claims to be a 32-bit software which supports Windows XP/2000/Vista.

BTW, have a look at Help/FAQ/General/Q1.5 because W7 takes control of directshow filters.

;)

Bye

Adub
22nd March 2010, 19:01
Ah, okay then.

Then I have a quite obvious feature request:
* Support for 64-bit.

A number of filters have already been converted to support 64-bit already, so there is some hope for AVStoDVD.

deank
23rd March 2010, 16:42
Hey there... my 1st post here :)

I guess it is kind of a bug-report when trying the menus:


Background = ImageSource("C:\avs2dvd\Menu\Templates\Menu in Black\Background.bmp",fps=29,97,start=0,end=0)
..
PlayAll = ImageSource("C:\avs2dvd\Menu\Templates\Menu in Black\PlayAll.bmp",fps=29,97,start=0,end=0).Lanczos4Resize(104,32)


For some reason the framerate is written using a comma and not a decimal sign (dot), so the Preview and menu-background generation refuses to work :)

Dean

MrC
23rd March 2010, 17:44
@deank

welcome here and thanks for the bug report (already known, right now the only workaround is to setup "." as decimal separator instead of ","). Next release will have a fix.

;)

Bye

MrC
23rd March 2010, 17:48
For the brave only, here (https://sourceforge.net/projects/avstodvd/files/avstodvd_alpha_beta/AVStoDVD%202.3.0%20Alpha%20100323/AVStoDVD_230Alpha100323_NoInstall.7z/download) you are 2.3.0 *very* alpha release.

Change log:

- 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 *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
- 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"
- Improved handling of 50 and 59.94 fps based video footage
- Improved support to UTF-8 subtitles format (.srt)
- Improved DTS audio track support
- HCenc updated to 0.24 beta 16-02-2010
- FFmpeg updated to r22140
- MediaInfo updated to 0.7.29

have fun and report any new bug.

;)

Bye

Adub
24th March 2010, 03:21
Okay, ignore my 64-bit request for now. I've thrown in the towel and gone with 32-bit for now. I'll download and test the latest AVStoDVD.