View Full Version : AVStoDVD Support Thread
shreeit
27th June 2010, 23:55
OS = WinXP SP3
HaaliSplitter installed.
I installed everything came in installation packege.
The Log file is as follows
<6/27/2010 8:45:28 AM>
START PROCESS
<>
<6/27/2010 8:45:28 AM>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: DVD
DVD Menu: No Menu
Output Folder: F:
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: 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
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: TSSTcorp CDDVDW SH-S203B SB00
DVD Burning Speed: 8x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<6/27/2010 8:45:28 AM>
TITLE 1 SOURCE FILES
Video: G:\tmg-bb-720p-x264.mkv
Info: AVC - 3287 kbps - 1280x544 - DAR 2.353 - 23.976 fps (CFR) - Progressive - 2:34:44 hours - 222615 frames
Audio 1: G:\tmg-bb-720p-x264.mkv
Info: DTS - 768 kbps - CBR - 6ch - 48000Hz - 24bit - 2:34:44 hours - Internal
Subs:
[MediaInfoLib - v0.7.32]
<>
<6/27/2010 8:45:28 AM>
AVISYNTH SCRIPT
Video = AVISource("G:\tmg-bb-720p-x264.mkv", audio=false)
# 'AVISource' replaced with 'DirectShowSource' for AC3 audio support
Audio = DirectShowSource("G:\tmg-bb-720p-x264.mkv", video=false)
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.AddBorders(0,88,0,88)
Video = Video.Spline64Resize(720,480)
AudioDub(Video, Audio)
<>
<6/27/2010 8:45:28 AM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 3816.4 MB
HCenc Parameters: -ini "C:\Temp\DVD_1_tmg-bb-720p-x264.HCenc.ini"
HCenc ini file:
*INFILE C:\Temp\DVD_1_tmg-bb-720p-x264_1.avs
*AVSRELOAD
*OUTFILE F:\DVD_1_tmg-bb-720p-x264.m2v
*LOGFILE C:\Temp\DVD_1_tmg-bb-720p-x264.HCenc.log
*MAXBITRATE 9000
*BITRATE 3448
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*PULLDOWN
*BIAS 30
*DC_PREC 8
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<6/27/2010 8:45:46 AM>
PROCESS ABORTED DURING TITLE 1 VIDEO ENCODING OPERATIONS.
CHECK LOG FILE <F:\DVD_1.LOG> FOR MORE INFO.
<>
<6/27/2010 8:45:46 AM>
Log file created by AVStoDVD Release 2.3.0
<>
rendez2k
28th June 2010, 11:39
I've just tried converting an MKV to PAL DVD. What I've found is that the resulting disc has slight pauses every few seconds. I assume this is to do with converting 23->25 fps? Any ideas how to avoid this?
@shreeit
please reply to questions 2. and 4.
Instead of starting the project, click on the 'Preview Clip' icon. If there is any AviSynth error message in the screen, please report it here. Thanks. ;)
@rendez2k
Yes, it could be. New 2.3.1 Alpha has the option to use NTSC->PAL 4% speed up using AssumeFPS instead of DGPulldown. Just activate 'Preferences'/'Use PAL SpeedUp for NTSC-film to PAL' before adding your mkv to the project.
Let me know
:)
Bye
rendez2k
30th June 2010, 07:54
@rendez2k
Yes, it could be. New 2.3.1 Alpha has the option to use NTSC->PAL 4% speed up using AssumeFPS instead of DGPulldown. Just activate 'Preferences'/'Use PAL SpeedUp for NTSC-film to PAL' before adding your mkv to the project.
Let me know
:)
Bye
Well I tested it with a few samples. It doesn't have the larger pauses every few seconds but it doesn't seem perfectly smooth either.
Well I tested it with a few samples. It doesn't have the larger pauses every few seconds but it doesn't seem perfectly smooth either.
Well, something better is better than nothing... take note that the 23.976->25 fps pulldown causes a very small jerk in video playback (every 0.5 seconds one field is repeated), not a large pause every few seconds, so maybe the cause is not (only) the pulldown effect.
Could you provide a small clip sample?
;)
Bye
rendez2k
30th June 2010, 14:01
Well, something better is better than nothing... take note that the 23.976->25 fps pulldown causes a very small jerk in video playback (every 0.5 seconds one field is repeated), not a large pause every few seconds, so maybe the cause is not (only) the pulldown effect.
Could you provide a small clip sample?
;)
Bye
No problem! I'll send you something when I get home tonight.
@rendez2k
thanks for sending the sample clip. It seems that the stuttering issue is caused by the 'convertfps=true' flag in the DirectShowSource call. Removing it, or using FFMpegSource, along with the NTSC->PAL 4% speed option on, video playback is smooth. Please confirm if it works for you as well.
As a matter of fact, 'convertfps=true' should be used when video framerate is variable (VFR). From the next release, I will add this flag only if it is really necessary.
;)
Bye
shreeit
1st July 2010, 16:01
@Mrc:
The error:
AVIFileSource: Couldn't open file 'G:\tmg-bb-720p-x264.mkv'
(C:\Temp\AviSynthP.avs, Line 1)
2. DirectShow codecs installed -Yes
3. Is Haali Media Splitter installed? - Yes
4. Does the problem happen only with 2.3.0 (with HCenc 0.24beta) or with 2.2.6 (with HCenc 0.23) too?
Yes. I did not have problem in past.
Guest
1st July 2010, 16:38
@shreeit
Read and follow forum rules, especially rule 6.
@all
Do not respond further to shreeit's issue.
shreeit
1st July 2010, 17:12
Ok ..How about this..
@Mrc:
The error:
AVIFileSource: Couldn't open file 'G:\abc.mkv'
(C:\Temp\AviSynthP.avs, Line 1)
2. DirectShow codecs installed -Yes
3. Is Haali Media Splitter installed? - Yes
4. Does the problem happen only with 2.3.0 (with HCenc 0.24beta) or with 2.2.6 (with HCenc 0.23) too?
Yes. I did not have problem in past.
rendez2k
1st July 2010, 17:52
@rendez2k
thanks for sending the sample clip. It seems that the stuttering issue is caused by the 'convertfps=true' flag in the DirectShowSource call. Removing it, or using FFMpegSource, along with the NTSC->PAL 4% speed option on, video playback is smooth. Please confirm if it works for you as well.
As a matter of fact, 'convertfps=true' should be used when video framerate is variable (VFR). From the next release, I will add this flag only if it is really necessary.
;)
Bye
Used FFMpegSource and it did indeed look much better. I'll run a full test.
I did however get "PROCESS ABORTED DURING DVD AUTHORING FINALIZATION!" at the end. Any ideas?
Great news. You will get same results if you force DirectShowSource and remove the 'convertfps=true' option from the AviSynth script.
The authoring error is caused by a chapter flag positioned out of max time. Your small mkv has a chapter flag just at the very end. Using AssumeFPS, output time will be a little shorter than input time, so Muxman is complaining about that last chapter flag. Of course it is a situation to be handled, and in the final 2.3.1 release it will be fixed. Right now you can simply delete the last chapter flag (see Chapters tab).
Thanks for the test report
;)
Bye
whiskey
4th July 2010, 00:48
Hi !
Small problem here, was trying to do some dvds using my mkv files for the 1st time today and I got issues with audio encoding, could somebody pinpoint the problem for me if possible ?
I've noticed this "Is There A Creator_1.ToFix.ac3" but not sure what does it mean ? Fixing bad frames ?
<2010-07-03 17:07:52>
START PROCESS
<>
<2010-07-03 17:07:52>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 4
DVD Size: 4481/4480 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: DVD
DVD Menu: Static 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: A2DSource
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-07-03 17:07:52>
TITLE 1 SOURCE FILES
Video: D:\01 - Is There A Creator.mkv
Info: AVC - 3126 kbps - 1280x720 - DAR 1,778 - 29,97 fps (CFR) - Progressive - 44:32 minutes - 80092 frames
Audio 1: D:\01 - Is There A Creator.mkv
Info: AC3 - 384 kbps - CBR - 6ch - 48000Hz - 44:32 minutes - Internal
Subs:
[MediaInfoLib - v0.7.32]
<>
<2010-07-03 17:07:52>
AVISYNTH SCRIPT
Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("D:\01 - Is There A Creator.mkv", CacheFolder = "E:")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("D:\01 - Is There A Creator.mkv", CacheFolder = "E:")
Video = Video.ConvertToYV12
Video = Video.Spline64Resize(720,480)
AudioDub(Video, Audio)
<>
<2010-07-03 17:07:52>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 958,8 MB
HCenc Parameters: -ini "E:\DVD_0_Title_01_01 - Is There A Creator.HCenc.ini"
HCenc ini file:
*INFILE E:\DVD_0_Title_01_01 - Is There A Creator_1.avs
*AVSRELOAD
*OUTFILE E:\New folder\DVD_0_Title_01_01 - Is There A Creator.m2v
*LOGFILE E:\DVD_0_Title_01_01 - Is There A Creator.HCenc.log
*MAXBITRATE 9000
*BITRATE 3010
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*BIAS 30
*DC_PREC 8
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<2010-07-03 18:12:25>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: E:\New folder\DVD_0_Title_01_01 - Is There A Creator.m2v (959,6 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 3033 kbps - 720x480 - DAR 1,778 - 29,97 fps (CFR) - Progressive (TFF) - 44:29 minutes - 80013 frames
<>
<2010-07-03 18:12:25>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "D:\01 - Is There A Creator.mkv" -acodec copy "E:\New folder\DVD_0_Title_01_01 - Is There A Creator_1.ToFix.ac3"
<>
<2010-07-03 18:28:04>
Problems encountered during Title 1 AUDIO encoding operations.
START (BACKUP) AUDIO ENCODING OPERATIONS (Track 1)
FFmpeg Parameters: -i "D:\01 - Is There A Creator.mkv" -map 0:1 -y -vn -ac 6 -ar 48000 -ab 384k "E:\New folder\DVD_0_Title_01_01 - Is There A Creator_1.ac3"
<>
<2010-07-03 18:28:14>
PROCESS ABORTED DURING TITLE 1 AUDIO (TRACK 1) ENCODING OPERATIONS.
CHECK LOG FILE <E:\NEW FOLDER\DVD_0.LOG> FOR MORE INFO.
<>
<2010-07-03 18:28:14>
Log file created by AVStoDVD Release 2.3.0
<>
EDIT
I have discovered that FFmpeg
produces temporary log with errors on ac3 stream "non monotone timestamps" message , no idea what that means tho :S
@whiskey
your mkv has very probably a badly encoded audio track. Where did you get it?
;)
Bye
Bellona
6th July 2010, 00:02
Hello MrC. I love your program. :D
I just wanted to report that when building menus from a template in an existing project file, AVStoDVD seems to reference "C:\Program Files\AVStoDVD" for the menu's assets, such as images, even if that wasn't the install directory. On 64-bit Windows, for example, the default install directory would be "C:\Program Files (x86)\AVStoDVD", but it's looking in the wrong directory for menu assets. When building a menu from scratch, it works as expected.
whiskey
6th July 2010, 00:58
@whiskey
your mkv has very probably a badly encoded audio track. Where did you get it?
;)
Bye
Problem solved ! Had to demux files encode ac3 to mp3 remux and then AVS did the job !:)
@Bellona
That's quite strange because the code associated to that button does not contain reference to default Program Files folder. Are you sure the "C:\Program Files (x86)\AVStoDVD" is not reported in the a2d file you are trying to load?
@whiskey
good news! Be careful with unknow source files...
;)
Bye
AVStoDVD release 2.3.1 is out (https://sourceforge.net/projects/avstodvd/files/avstodvd/AVStoDVD%202.3.1).
Change log (from release 2.3.0):
- 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("pal_film") 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'
- Improved frame rate conversion ('convertfps=true' DSS flag only for VFR video). 'A2DSource.avsi' function updated accordingly.
- FFmpeg updated to r23107
Please report any comment/suggestion/bug as usual
;)
Bye
nevragain
10th July 2010, 16:56
The ntsc reencoding bug seems to be resolved. Thanks very much for fixing the bug I encountered.
Ok I'm doing more testing and on my laptop the program seems to freeze when I attempt to edit the menu. I have set the firewall to allow both ffmpeg and avs2dvd full privileges. ffmpeg is just sitting there with no processor utilization.
The ntsc reencoding bug seems to be resolved. Thanks very much for fixing the bug I encountered
You're welcome! :)
Ok I'm doing more testing and on my laptop the program seems to freeze when I attempt to edit the menu. I have set the firewall to allow both ffmpeg and avs2dvd full privileges. ffmpeg is just sitting there with no processor utilization.
Is this a new issue for 2.3.1 or same for previous releases?
;)
Bye
8ternity
12th July 2010, 03:31
Hello, i've got an error from 2.3.0, 2.3.1, i install and uninstall everything and it's give me an error:
"Process aborted during 'Generate AviSynth script file' Section. Error code: 0"
I used avysinth and haali from other applications "ripbot264" and bd rebuilder and it works well but AVStoDVD can't convert an m2ts to DVD like i does in the past.
I have Windows 7 64bit edition, what i do wrong?
thanks.
QUESTION: i change windows 7 defaut notepad for Notepad2.exe version, did the avisynth generate script used notepad.exe ?
@8ternity
what about release 2.2.6 (you were using it here (http://forum.doom9.org/showthread.php?p=1396458#post1396458))?
Could you copy and paste here the log file?
;)
Bye
Bellona
12th July 2010, 16:16
@Bellona
That's quite strange because the code associated to that button does not contain reference to default Program Files folder. Are you sure the "C:\Program Files (x86)\AVStoDVD" is not reported in the a2d file you are trying to load?
It was my fault. I had either codecs or a version of Haali that was causing Wavi/Aften to crash, and through the process of uninstalling and reinstalling software to find a solution, I ended up installing AVStoDVD to the wrong location, and from there made the A2D project, and later reinstalled it somewhere else. My A2D project file still had the old locations, of course.
Everything is working fine now, though.
Bellona
12th July 2010, 17:33
On an unrelated note, I found what might be an issue with 2.3.1.
When using DirectShowSource exclusively, the automatically generated script contains a syntax error. Here's an example script that gets generated:
Video = DirectShowSource("input", fps=23.976, convertfps=true,
audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("input", video=false)
Video = Video.ConvertToYV12
Video = Video.ConvertFPS("ntsc_video")
AudioDub(Video, Audio)
The video line is split apart, resulting in "audio=false)" to occupy a new line. It works fine if I manually edit the avisynth script.
@Bellona
thanks for the bug report. BTW, just to add more details, the error occurs only when DirectShowSource is selected AND input video framerate mode is not constant (i.e. VFR).
May I ask you why are you using DirectShowSource instead of A2DSource? Any issue with the latter?
;)
Bye
Bellona
12th July 2010, 19:51
@Bellona
thanks for the bug report. BTW, just to add more details, the error occurs only when DirectShowSource is selected AND input video framerate mode is not constant (i.e. VFR).
May I ask you why are you using DirectShowSource instead of A2DSource? Any issue with the latter?
;)
Bye
My VFR source is mostly 23.976 fps, with only some of it being 29.970 fps. I've found that importing it at 119.880 fps, and then using Donald Graft's FDecimate to 23.976 fps, and letting HCEnc apply pulldown worked the best of the things I've tried so far.
By setting it to use only DirectShowSource, it's easy to edit the automatically generated script. Here would be my example edit:
Video = DirectShowSource("input", fps=119.880, convertfps=true, audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("input", video=false)
Video = Video.ConvertToYV12
Video = Video.FDecimate(23.976)
AudioDub(Video, Audio)
It works well in my case, but I'm open to suggestions of course. For everything else, I still use A2DSource and default settings.
8ternity
13th July 2010, 03:13
@8ternity
what about release 2.2.6 (you were using it here (http://forum.doom9.org/showthread.php?p=1396458#post1396458))?
Could you copy and paste here the log file?
;)
Bye
2.3.1 log
'22:03:12' AVStoDVD Release 2.3.1 loaded!
'22:03:12' AviSynth 2.5.8 is installed.
'22:03:12' ImgBurn is installed ("C:\Program Files (x86)\ImgBurn\ImgBurn.exe").
'22:03:12' MKVExtract is installed ("C:\Program Files (x86)\MKVtoolnix\mkvextract.exe").
'22:03:12' New AVStoDVD Project started!
'22:03:18' MediaInfoLib - v0.7.32 initialized.
'22:03:18' Title 1 "E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts" added.
'22:03:28' AVStoDVD Project started.
'22:03:28' Process aborted during 'Generate AviSynth script file' Section. Error code: 0
and 2.2.6 try:
The conversion start well with AD2video; AC3 to 448kbps; and i found a difference in AVStoDVD from 2.2.6 to 2.3.1 is the 2.2.6 version has only one filter and 2.3.1 has two, you know the one AVS Resize filter, did you think is that option make the project defective?
8ternity
14th July 2010, 00:19
2.2.6;
Conversion Done after 1:47:09 hours;
NO AUDIO ON OUTPUT;
<2010-07-13 08:30:19>
START PROCESS
<>
<2010-07-13 08:30:19>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: LE_NOUVEAU_PROTOCOLE
DVD Menu: No 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
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: F: HL-DT-ST BD-RE WH08LS20 2.00
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<2010-07-13 08:30:19>
TITLE 1 SOURCE FILES
Video: E:\DVD_PENDING\LE NOUVEAU PROTOCOLE.m2ts
Info: AVC - 4872 kbps - 1280x720 - DAR 1,778 - 23,976 fps (CFR) - Progressive - 1:32:51 hours - 133582 frames
Audio: E:\DVD_PENDING\LE NOUVEAU PROTOCOLE.m2ts
Info: DTS - 1536 kbps - CBR - 48000Hz - 6ch - 1:32:51 hours
Subs:
[MediaInfoLib - v0.7.26]
<>
<2010-07-13 08:30:19>
AVISYNTH SCRIPT
Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("E:\DVD_PENDING\LE NOUVEAU PROTOCOLE.m2ts", CacheFolder = "E:\Temp")
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("E:\DVD_PENDING\LE NOUVEAU PROTOCOLE.m2ts", CacheFolder = "E:\Temp")
Video = Video.ConvertToYV12
#Using DGPulldown to upsize FPS
Video = Video.Lanczos4Resize(720,480)
AudioDub(Video, Audio)
<>
<2010-07-13 08:36:40>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc OPV 1-pass
Target Video FileSize: 3337,8 MB
HCenc Parameters: -ini "E:\Temp\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.HCenc.ini"
HCenc ini file:
*INFILE E:\Temp\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.avs
*AVSRELOAD
*OUTFILE E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.m2v
*LOGFILE E:\Temp\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.HCenc.log
*MAXBITRATE 9000
*CQ_MAXBITRATE 2.654
*BITRATE 5026
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*BIAS 50
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 0
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<2010-07-13 09:51:35>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.m2v (3529,1 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5356 kbps - 720x480 - DAR 1,778 - 23,976 fps (CFR) - Progressive - 1:32:46 hours - 133450 frames
<>
<2010-07-13 09:51:35>
START TRANSCODING OPERATIONS
ReJig Parameters: -size 3337 -o "E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.ReJig.m2v" -i "E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.m2v" -auto -close -quiet
<>
<2010-07-13 09:54:29>
END TRANSCODING OPERATIONS
Transcoding executed on File: E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.m2v (3336,8 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5063 kbps - 720x480 - DAR 1,778 - 23,976 fps (CFR) - Progressive - 1:32:46 hours - 133450 frames
<>
<2010-07-13 09:54:29>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.m2v" -srcfps 23.976 -destfps 29.97 -inplace -bff
<>
<2010-07-13 10:13:19>
END PULLDOWN OPERATIONS
DGPulldown executed on File: E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.m2v (3336,8 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5058 kbps - 720x480 - DAR 1,778 - 23,976 fps (CFR) - Progressive (2:3 Pulldown) - 1:32:51 hours - 133581 frames
<>
<2010-07-13 10:13:19>
START AUDIO DEMUXING OPERATIONS
FFmpeg Parameters: -i "E:\DVD_PENDING\LE NOUVEAU PROTOCOLE.m2ts" -acodec copy "E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.ToFix.dts"
<>
<2010-07-13 10:16:09>
END AUDIO ENCODING OPERATIONS
Created File: E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.dts (1002,3 MB)
OUTPUT AUDIO INFO: DTS - 1536 kbps - CBR - 48000Hz - 6ch - 1:32:48 hours
<>
<2010-07-13 10:16:10>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "E:\Temp\LE_NOUVEAU_PROTOCOLE_0_BatchMux.ini"
BatchMux ini file:
-d "E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0\VIDEO_TS"
-mxp "E:\Temp\LE_NOUVEAU_PROTOCOLE_0_MuxMan.mxp"
-l "E:\Temp\LE_NOUVEAU_PROTOCOLE_0_MuxMan.log"
-muxman "C:\Program Files (x86)\AVStoDVD\MuxMan"
-prio LOW
-v "E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.m2v"
-vidmode LB
-a1 "E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE.dts"
-a1lang fr
-cellfr "E:\Temp\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE_MuxMan.txt"
-progfr "E:\Temp\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE_MuxMan.txt"
-chapfr "E:\Temp\LE_NOUVEAU_PROTOCOLE_0_LE NOUVEAU PROTOCOLE_MuxMan.txt"
<>
<2010-07-13 10:19:47>
END DVD AUTHORING OPERATIONS
Created Folder: E:\DVD-TEMP\LE_NOUVEAU_PROTOCOLE_0 (3407,6 MB)
<>
<2010-07-13 10:19:48>
Log file created by AVStoDVD Release 2.2.6
<>
@8ternity
release 2.2.6 had a known bug about DTS-HD audio tracks.
But, why are you using different sources: 'Le Missionnaire FRENCH AC3 DVD9' with 2.3.1 attempt and 'LE NOUVEAU PROTOCOLE.m2ts' with 2.2.6 attempt? This is creating a bit confusion, isn't it?
Could you please post the 2.3.1 project log file of 'Le Missionnaire FRENCH AC3 DVD9'? I mean the output log file not the input one.
:)
Bye
nevragain
14th July 2010, 18:11
Is this a new issue for 2.3.1 or same for previous releases?
;)
Bye
I don't know I have never used your program before on my laptop.
It does take a long time on my desktop but this is probably just because my desktop is quite old.
8ternity
15th July 2010, 04:04
@8ternity
Could you please post the 2.3.1 project log file of 'Le Missionnaire FRENCH AC3 DVD9'? I mean the output log file not the input one.
:)
Bye
And here the log
'22:57:21' AVStoDVD Release 2.3.1 loaded!
'22:57:21' AviSynth 2.5.8 is installed.
'22:57:21' ImgBurn is installed ("C:\Program Files (x86)\ImgBurn\ImgBurn.exe").
'22:57:21' MKVExtract is installed ("C:\Program Files (x86)\MKVtoolnix\mkvextract.exe").
'22:57:21' New AVStoDVD Project started!
'22:58:34' Current Preferences saved as default.
'22:58:37' New AVStoDVD Project started!
'22:58:59' MediaInfoLib - v0.7.32 initialized.
'22:58:59' Title 1 "E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts" added.
'22:59:08' AVStoDVD Project started.
'22:59:08' Process aborted during 'Generate AviSynth script file' Section. Error code: 0
'22:59:19' New AVStoDVD Project started!
'23:00:20' MediaInfoLib - v0.7.32 initialized.
'23:00:20' Title 1 "E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts" added.
'23:00:34' AVStoDVD Project started.
'23:00:34' Process aborted during 'Generate AviSynth script file' Section. Error code: 0
Complete log:
<2010-07-14 22:59:08>
START PROCESS
<>
<2010-07-14 22:59:08>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: LE_MISSIONNAIRE
DVD Menu: No 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
AVS Source Filter: A2DSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
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
PAL SpeedUp: False
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliant Audio: 1
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
DVD Subs Font: Tahoma 18pt Bold
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: F: HL-DT-ST BD-RE WH08LS20 2.00
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Save General Settings: 0
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<2010-07-14 22:59:08>
TITLE 1 SOURCE FILES
Video: E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts
Info: AVC - 11627 kbps - 1920x1080 - DAR 1,778 - 24 fps (CFR) - Progressive - 1:29:55 hours - 129487 frames
Audio 1: E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts
Info: AC3 - 448 kbps - CBR - 6ch - 48000Hz - 1:29:55 hours - Internal
Subs:
[MediaInfoLib - v0.7.32]
<>
<2010-07-14 22:59:08>
AVISYNTH SCRIPT
Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts", CacheFolder="E:\Temp", VFR=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts", CacheFolder="E:\Temp")
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.Spline64Resize(720,480)
AudioDub(Video, Audio)
<>
<2010-07-14 22:59:08>
ERROR DURING OPERATIONS ('Generate AviSynth script file' Section): 0 -
<>
<2010-07-14 22:59:08>
PROCESS ABORTED.
<>
<2010-07-14 22:59:08>
Log file created by AVStoDVD Release 2.3.1
<>
@8ternity
just a quick try: go to Win International Settings and put "." as decimal separator instead of ",".
Let me know
;)
Bye
8ternity
15th July 2010, 17:57
@8ternity
just a quick try: go to Win International Settings and put "." as decimal separator instead of ",".
Let me know
;)
Bye
You know what? At my work my programmation company ask me to set that international setting decimal for a dot in both tab configs. My compagny paid and get programmed a software for selling auto parts a complete solutions programmed with .Net framework.
So for your recommandation, it has resolved my issue. I've can think before to try this...
:thanks: and :thanks: and :thanks: again! :p
EDIT: I have an problem with ripbot264 while i change the setting for decimal to ".". I will try something to change to English (United-States) instead of French (Canada) to see if both are ok and let you know.
8ternity
15th July 2010, 20:15
Hi Mrc,
After complete conversion, exported output has only 4minutes. When the remux step start it ask me if i want to continue even if 4 minutes of movie, i check YES for every questions to have the log.
Here the log:
<15/07/2010 1:30:57 PM>
START PROCESS
<>
<15/07/2010 1:30:57 PM>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: LE_MISSIONNAIRE
DVD Menu: No 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
AVS Source Filter: A2DSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
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
PAL SpeedUp: 0
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliant Audio: 1
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
DVD Subs Font: Tahoma 18pt Bold
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: F: HL-DT-ST BD-RE WH08LS20 2.00
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Save General Settings: 0
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<15/07/2010 1:30:57 PM>
TITLE 1 SOURCE FILES
Video: E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts
Info: AVC - 11627 kbps - 1920x1080 - DAR 1.778 - 24 fps (CFR) - Progressive - 1:29:55 hours - 129487 frames
Audio 1: E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts
Info: AC3 - 448 kbps - CBR - 6ch - 48000Hz - 1:29:55 hours - Internal
Subs:
[MediaInfoLib - v0.7.32]
<>
<15/07/2010 1:30:57 PM>
AVISYNTH SCRIPT
Import("C:\Program Files (x86)\AVStoDVD\Lib\A2DSource.avsi")
Video = A2DVideoSource("E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts", CacheFolder="E:\Temp", VFR=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = A2DAudioSource("E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts", CacheFolder="E:\Temp")
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.Spline64Resize(720,480)
AudioDub(Video, Audio)
<>
<15/07/2010 1:30:57 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 1-pass
Target Video FileSize: 4073 MB
HCenc Parameters: -ini "E:\Temp\LE_MISSIONNAIRE_6_00000.HCenc.ini"
HCenc ini file:
*INFILE E:\Temp\LE_MISSIONNAIRE_6_00000_1.avs
*AVSRELOAD
*OUTFILE E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000.m2v
*LOGFILE E:\Temp\LE_MISSIONNAIRE_6_00000.HCenc.log
*MAXBITRATE 9000
*1PASS
*BITRATE 6333
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*BIAS 60
*DC_PREC 10
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<15/07/2010 2:49:28 PM>
END VIDEO ENCODING OPERATIONS
A2DVideoSource: DirectShowSource
Created File: E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000.m2v (4126.6 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6462 kbps - 720x480 - DAR 1.778 - 24 fps (CFR) - Progressive (TFF) - 1:29:55 hours - 129489 frames
<>
<15/07/2010 2:49:28 PM>
START TRANSCODING OPERATIONS
ReJig Parameters: -size 4072 -o "E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000.ReJig.m2v" -i "E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000.m2v" -auto -close -quiet
<>
<15/07/2010 2:49:32 PM>
END TRANSCODING OPERATIONS
Transcoding executed on File: E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000.m2v (187.2 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6164 kbps - 720x480 - DAR 1.778 - 24 fps (CFR) - Progressive (TFF) - 4:16 minutes - 6158 frames
<>
<15/07/2010 2:49:32 PM>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000.m2v" -srcfps 24.000 -destfps 29.97 -inplace -tff
<>
<15/07/2010 2:49:38 PM>
END PULLDOWN OPERATIONS
DGPulldown executed on File: E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000.m2v (187.2 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 6166 kbps - 720x480 - DAR 1.778 - 23.976 fps (CFR) - Progressive (2:3 Pulldown) - 4:16 minutes - 6150 frames
<>
<15/07/2010 3:07:27 PM>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts" -acodec copy "E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000_1.ToFix.ac3"
<>
<15/07/2010 3:09:42 PM>
END AUDIO ENCODING OPERATIONS (Track 1)
Created File: E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000_1.ac3 (288.1 MB)
OUTPUT AUDIO INFO: AC3 - 448 kbps - CBR - 6ch - 48000Hz - 1:29:55 hours
<>
<15/07/2010 3:09:42 PM>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "E:\Temp\LE_MISSIONNAIRE_6_BatchMux.ini"
BatchMux ini file:
-d "E:\DVD-TEMP\LE_MISSIONNAIRE_6\VIDEO_TS"
-mxp "E:\Temp\LE_MISSIONNAIRE_6_MuxMan.mxp"
-l "E:\Temp\LE_MISSIONNAIRE_6_MuxMan.log"
-muxman "C:\Program Files (x86)\AVStoDVD\MuxMan"
-prio LOW
-v "E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000.m2v"
-vidmode LB
-a1 "E:\DVD-TEMP\LE_MISSIONNAIRE_6_00000_1.ac3"
-a1lang fr
<>
<15/07/2010 3:09:50 PM>
CHECK DVD SIZE
DVD Folder (actual) Size: 204.6 MB
vs Estimated Size: 4450 MB -> 95.4% undersize
vs Assets Size: 4414.8 MB -> Warning!
<>
<15/07/2010 3:09:50 PM>
END DVD AUTHORING OPERATIONS
Created Folder: E:\DVD-TEMP\LE_MISSIONNAIRE_6 (204.6 MB)
<>
<15/07/2010 3:09:50 PM>
Log file created by AVStoDVD Release 2.3.1
<>
Saved log:
'13:30:47' AVStoDVD Release 2.3.1 loaded!
'13:30:47' AviSynth 2.5.8 is installed.
'13:30:47' ImgBurn is installed ("C:\Program Files (x86)\ImgBurn\ImgBurn.exe").
'13:30:47' MKVExtract is installed ("C:\Program Files (x86)\MKVtoolnix\mkvextract.exe").
'13:30:47' New AVStoDVD Project started!
'13:30:51' MediaInfoLib - v0.7.32 initialized.
'13:30:51' Title 1 "E:\BLURAY\Le Missionnaire FRENCH AC3 DVD9.AVCHD\BDMV\STREAM\00000.m2ts" added.
'13:30:57' AVStoDVD Project started.
'13:30:57' Title 1 video encoding operations started.
'15:07:27' Title 1 video encoding operations ended successfully.
'15:07:27' Title 1 audio encoding operations started.
'15:09:42' Title 1 audio (Track 1) encoding operations ended successfully.
'15:09:42' DVD authoring operations started.
'15:09:47' Warning! DVD Folder filesize (204.6 MB) is much lower than the total Assets filesize (4414.8 MB).
'15:09:50' DVD authoring operations ended successfully.
'15:09:50' AVStoDVD Project ended successfully.
For some reason ReJig (a requantizer software used to shrink a oversized mpeg2 elementary stream) failed and probably crashed before ending its job.
I would suggest you to go to 'Preferences'/'Encoding' and select 'HCenc VBR 2-pass' and then select 'Lock video profile'. Then restart your project from scratch. 2-pass profile should be more bitrate accurate, with no need to invoke ReJig.
;)
Bye
8ternity
15th July 2010, 22:52
For some reason ReJig (a requantizer software used to shrink a oversized mpeg2 elementary stream) failed and probably crashed before ending its job.
I would suggest you to go to 'Preferences'/'Encoding' and select 'HCenc VBR 2-pass' and then select 'Lock video profile'. Then restart your project from scratch. 2-pass profile should be more bitrate accurate, with no need to invoke ReJig.
;)
Bye
I've made a test, i just finish the conversion with theses changes: change for HEnc VBR 1 Pass but with DirectShow encoder and the project has been sucessfully done. I have 4,37GB file size, its look good.
Can this help you?
Also: Thanks for your helping solutions, it's appreciated.
8ternity
8ternity
16th July 2010, 23:12
I've convert a movie with HCenc 2pass;
2012 took from my bluray bd9 ripp to dvd;
crashed here the log:
<15/07/2010 11:57:31 PM>
START PROCESS
<>
<15/07/2010 11:57:31 PM>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 8100/8100 MB (100%)
DVD Output Setup: Burn DVD
DVD Label: 2012
DVD Menu: No 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
AVS Source Filter: DirectShowSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
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: 0
PAL SpeedUp: 0
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliant Audio: 1
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
DVD Subs Font: Tahoma 18pt Bold
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: F: HL-DT-ST BD-RE WH08LS20 2.00
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Save General Settings: 0
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<15/07/2010 11:57:31 PM>
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 1: E:\DVD\2012.m2ts
Info: DTS - 1536 kbps - CBR - 6ch - 48000Hz - 16bit - 2:37:49 hours - Internal
Subs:
[MediaInfoLib - v0.7.32]
<>
<15/07/2010 11:57:31 PM>
AVISYNTH SCRIPT
Video = DirectShowSource("E:\DVD\2012.m2ts", fps=23.976, audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("E:\DVD\2012.m2ts", video=false)
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.Spline64Resize(720,480)
AudioDub(Video, Audio)
<>
<15/07/2010 11:57:31 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 6112.4 MB
HCenc Parameters: -ini "E:\Temp\2012_0_2012.HCenc.ini"
HCenc ini file:
*INFILE E:\Temp\2012_0_2012_1.avs
*AVSRELOAD
*OUTFILE E:\DVD-TEMP\2012_0_2012.m2v
*LOGFILE E:\Temp\2012_0_2012.HCenc.log
*MAXBITRATE 9000
*BITRATE 5415
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*PULLDOWN
*BIAS 50
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<16/07/2010 2:41:14 AM>
END VIDEO ENCODING OPERATIONS
Created File: E:\DVD-TEMP\2012_0_2012.m2v (6087.3 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5430 kbps - 720x480 - DAR 1.778 - 23.976 fps (CFR) - Progressive (2:3 Pulldown) - 2:37:49 hours - 227037 frames
<>
<16/07/2010 2:41:14 AM>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "E:\DVD\2012.m2ts" -acodec copy "E:\DVD-TEMP\2012_0_2012_1.ToFix.dts"
<>
<16/07/2010 2:43:55 AM>
END AUDIO ENCODING OPERATIONS (Track 1)
Created File: E:\DVD-TEMP\2012_0_2012_1.dts (1703.4 MB)
OUTPUT AUDIO INFO: DTS - 1536 kbps - CBR - 6ch - 48000Hz - 16bit - 2:37:44 hours
<>
<16/07/2010 2:43:55 AM>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "E:\Temp\2012_0_BatchMux.ini"
BatchMux ini file:
-d "E:\DVD-TEMP\2012_0\VIDEO_TS"
-mxp "E:\Temp\2012_0_MuxMan.mxp"
-l "E:\Temp\2012_0_MuxMan.log"
-muxman "C:\Program Files (x86)\AVStoDVD\MuxMan"
-prio LOW
-v "E:\DVD-TEMP\2012_0_2012.m2v"
-vidmode LB
-a1 "E:\DVD-TEMP\2012_0_2012_1.dts"
-a1lang fr
-cellfr "E:\Temp\2012_0_2012_MuxMan.txt"
-progfr "E:\Temp\2012_0_2012_MuxMan.txt"
-chapfr "E:\Temp\2012_0_2012_MuxMan.txt"
<>
<16/07/2010 7:58:46 AM>
CHECK DVD SIZE
DVD Folder (actual) Size: 6212.3 MB
vs Estimated Size: 8100 MB -> 23.3% undersize
vs Assets Size: 7790.8 MB -> Warning!
<>
<16/07/2010 7:58:54 AM>
END DVD AUTHORING OPERATIONS
Created Folder: E:\DVD-TEMP\2012_0 (6212.3 MB)
<>
<16/07/2010 7:58:54 AM>
START DVD BURNING OPERATIONS
ImgBurn (DVD) Parameters: /mode isobuild /buildmode device /src "E:\DVD-TEMP\2012_0\VIDEO_TS" /dest F: /volumelabel "2012" /speed 4x /erase /testmode no /verify no /noimagedetails /start /waitformedia /close
<>
<16/07/2010 8:13:53 AM>
PROCESS ABORTED DURING DVD BURNING OPERATIONS.
CHECK LOG FILE <E:\DVD-TEMP\2012_0.LOG> FOR MORE INFO.
<>
<16/07/2010 8:13:53 AM>
Log file created by AVStoDVD Release 2.3.1
<>
whiskey
20th July 2010, 03:20
I have a small question why sometimes when I try to re encode mkv file with 2 pass HCenc somehow program starts with 1pass Quenc and constant bitrate ?
8ternity
24th July 2010, 03:03
Hello Mrc!
I've got an video speed up when i convert some m2ts video files with dts audio. The output projects video is speed up, like in fast foward. It's not super high fast foward but you can see difference and know the movie is not properly converted.
What i can do to get this resolved?
I have checked Lanczos resized. Did its that filter changes the speed? Did this filter is the best or which one is the best for quality?
flebber
24th July 2010, 05:50
Lancosresize doesn't change speed, quality is subjective but my preference is spline36resize or blackmanresize
simonb1975uk
24th July 2010, 11:20
Is there a limit to the size of the .m2ts file that avstodvd can handle? I'm trying to convert the blu-ray of Transformers 2 to DVD and every time I open the .m2ts file I get an error that says 'Error 9 then on the following line it says 'subscript out of range'. The blu-ray was ripped to my pc using anydvd.
8ternity
24th July 2010, 15:06
Lancosresize doesn't change speed, quality is subjective but my preference is spline36resize or blackmanresize
Perfect. I will try and add theses filters to AVStoDVD ans convert it back.
EDIT: i've convert and add the filter Spline36Resize and the quailty is better. All the most artifacts compression is gone and the quality is verry good.
Thanks you!
8ternity
25th July 2010, 02:50
No audio output on that project:
I think it's a DTS-HD source like we talk in that post:
http://forum.doom9.org/showthread.php?p=1417490#post1417490
How can i resolve this?
<2010-07-24 20:36:34>
START PROCESS
<>
<2010-07-24 20:36:34>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: LEON_MAC
DVD Menu: No 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
AVS Source Filter: DirectShowSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline36Resize
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 8500
Video Profile Level 2: 4000
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
PAL SpeedUp: False
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliant Audio: 1
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
DVD Subs Font: Tahoma 18pt Bold
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: F: SONY DVD RW DRU-V200S 1.60
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Save General Settings: 0
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<2010-07-24 20:36:35>
TITLE 1 SOURCE FILES
Video: E:\DVD_PENDING\LEON MAC.m2ts
Info: AVC - 4999 kbps - 1280x720 - DAR 1.778 - 24 fps (CFR) - Progressive - 1:32:12 hours - 132776 frames
Audio 1: E:\DVD_PENDING\LEON MAC.m2ts
Info: DTS - 1536 kbps - CBR - 6ch - 48000Hz - 16bit - 1:32:12 hours - Internal
Subs:
[MediaInfoLib - v0.7.32]
<>
<2010-07-24 20:36:35>
AVISYNTH SCRIPT
Video = DirectShowSource("E:\DVD_PENDING\LEON MAC.m2ts", fps=24, audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("E:\DVD_PENDING\LEON MAC.m2ts", video=false)
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.Spline36Resize(720,480)
AudioDub(Video, Audio)
<>
<2010-07-24 20:36:35>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 1-pass
Target Video FileSize: 3346.1 MB
HCenc Parameters: -ini "E:\Temp\LEON_MAC_0_LEON MAC.HCenc.ini"
HCenc ini file:
*INFILE E:\Temp\LEON_MAC_0_LEON MAC_1.avs
*AVSRELOAD
*OUTFILE E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v
*LOGFILE E:\Temp\LEON_MAC_0_LEON MAC.HCenc.log
*MAXBITRATE 9000
*1PASS
*BITRATE 5074
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*BIAS 50
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<2010-07-24 21:06:33>
END VIDEO ENCODING OPERATIONS
Created File: E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v (3349.5 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5114 kbps - 720x480 - DAR 1.778 - 24 fps (CFR) - Progressive (TFF) - 1:32:12 hours - 132777 frames
<>
<2010-07-24 21:06:33>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v" -srcfps 24.000 -destfps 29.97 -inplace -tff
<>
<2010-07-24 21:15:01>
END PULLDOWN OPERATIONS
DGPulldown executed on File: E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v (3349.5 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5114 kbps - 720x480 - DAR 1.778 - 23.976 fps (CFR) - Progressive (2:3 Pulldown) - 1:32:12 hours - 132642 frames
<>
<2010-07-24 21:15:01>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "E:\DVD_PENDING\LEON MAC.m2ts" -acodec copy "E:\DVD-TEMP\LEON_MAC_0_LEON MAC_1.ToFix.dts"
<>
<2010-07-24 21:24:33>
END AUDIO ENCODING OPERATIONS (Track 1)
Created File: E:\DVD-TEMP\LEON_MAC_0_LEON MAC_1.dts (995.2 MB)
OUTPUT AUDIO INFO: DTS - 1536 kbps - CBR - 6ch - 48000Hz - 16bit - 1:32:09 hours
<>
<2010-07-24 21:24:33>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "E:\Temp\LEON_MAC_0_BatchMux.ini"
BatchMux ini file:
-d "E:\DVD-TEMP\LEON_MAC_0\VIDEO_TS"
-mxp "E:\Temp\LEON_MAC_0_MuxMan.mxp"
-l "E:\Temp\LEON_MAC_0_MuxMan.log"
-muxman "C:\Program Files (x86)\AVStoDVD\MuxMan"
-prio LOW
-v "E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v"
-vidmode LB
-a1 "E:\DVD-TEMP\LEON_MAC_0_LEON MAC_1.dts"
-a1lang fr
-cellfr "E:\Temp\LEON_MAC_0_LEON MAC_MuxMan.txt"
-progfr "E:\Temp\LEON_MAC_0_LEON MAC_MuxMan.txt"
-chapfr "E:\Temp\LEON_MAC_0_LEON MAC_MuxMan.txt"
<>
<2010-07-24 21:44:30>
CHECK DVD SIZE
DVD Folder (actual) Size: 3414.9 MB
vs Estimated Size: 4450 MB -> 23.3% undersize
vs Assets Size: 4344.7 MB -> Warning!
<>
<2010-07-24 21:44:30>
END DVD AUTHORING OPERATIONS
Created Folder: E:\DVD-TEMP\LEON_MAC_0 (3414.9 MB)
<>
<2010-07-24 21:44:31>
Log file created by AVStoDVD Release 2.3.1
<>
Friends (mainly 8ternity), I'm currently on vacation until next week. I'm just having a quick look in a internet cafè. Please, do wait few days for troubleshooting and continue to explore the problems (and the help section) by yourself.
;)
Bye
Mr. Monte
28th July 2010, 15:41
Mr.C
I see in the beginning of this thread someone asked if CCE could be implemented.
Any idea if you are planning to and if so, could you look at the new CCE SP3?
TIA :thanks:
nevragain
28th July 2010, 23:56
I believe that support for CCE was dropped some time in the past. I think that the author stated that he wised to only support free software.
MrC
1st August 2010, 20:55
I've convert a movie with HCenc 2pass;
2012 took from my bluray bd9 ripp to dvd;
crashed here the log:
<15/07/2010 11:57:31 PM>
START PROCESS
<>
<15/07/2010 11:57:31 PM>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 8100/8100 MB (100%)
DVD Output Setup: Burn DVD
DVD Label: 2012
DVD Menu: No 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
AVS Source Filter: DirectShowSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline64Resize
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: 0
PAL SpeedUp: 0
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliant Audio: 1
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
DVD Subs Font: Tahoma 18pt Bold
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: F: HL-DT-ST BD-RE WH08LS20 2.00
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Save General Settings: 0
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<15/07/2010 11:57:31 PM>
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 1: E:\DVD\2012.m2ts
Info: DTS - 1536 kbps - CBR - 6ch - 48000Hz - 16bit - 2:37:49 hours - Internal
Subs:
[MediaInfoLib - v0.7.32]
<>
<15/07/2010 11:57:31 PM>
AVISYNTH SCRIPT
Video = DirectShowSource("E:\DVD\2012.m2ts", fps=23.976, audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("E:\DVD\2012.m2ts", video=false)
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.Spline64Resize(720,480)
AudioDub(Video, Audio)
<>
<15/07/2010 11:57:31 PM>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 2-pass
Target Video FileSize: 6112.4 MB
HCenc Parameters: -ini "E:\Temp\2012_0_2012.HCenc.ini"
HCenc ini file:
*INFILE E:\Temp\2012_0_2012_1.avs
*AVSRELOAD
*OUTFILE E:\DVD-TEMP\2012_0_2012.m2v
*LOGFILE E:\Temp\2012_0_2012.HCenc.log
*MAXBITRATE 9000
*BITRATE 5415
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*PULLDOWN
*BIAS 50
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<16/07/2010 2:41:14 AM>
END VIDEO ENCODING OPERATIONS
Created File: E:\DVD-TEMP\2012_0_2012.m2v (6087.3 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5430 kbps - 720x480 - DAR 1.778 - 23.976 fps (CFR) - Progressive (2:3 Pulldown) - 2:37:49 hours - 227037 frames
<>
<16/07/2010 2:41:14 AM>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "E:\DVD\2012.m2ts" -acodec copy "E:\DVD-TEMP\2012_0_2012_1.ToFix.dts"
<>
<16/07/2010 2:43:55 AM>
END AUDIO ENCODING OPERATIONS (Track 1)
Created File: E:\DVD-TEMP\2012_0_2012_1.dts (1703.4 MB)
OUTPUT AUDIO INFO: DTS - 1536 kbps - CBR - 6ch - 48000Hz - 16bit - 2:37:44 hours
<>
<16/07/2010 2:43:55 AM>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "E:\Temp\2012_0_BatchMux.ini"
BatchMux ini file:
-d "E:\DVD-TEMP\2012_0\VIDEO_TS"
-mxp "E:\Temp\2012_0_MuxMan.mxp"
-l "E:\Temp\2012_0_MuxMan.log"
-muxman "C:\Program Files (x86)\AVStoDVD\MuxMan"
-prio LOW
-v "E:\DVD-TEMP\2012_0_2012.m2v"
-vidmode LB
-a1 "E:\DVD-TEMP\2012_0_2012_1.dts"
-a1lang fr
-cellfr "E:\Temp\2012_0_2012_MuxMan.txt"
-progfr "E:\Temp\2012_0_2012_MuxMan.txt"
-chapfr "E:\Temp\2012_0_2012_MuxMan.txt"
<>
<16/07/2010 7:58:46 AM>
CHECK DVD SIZE
DVD Folder (actual) Size: 6212.3 MB
vs Estimated Size: 8100 MB -> 23.3% undersize
vs Assets Size: 7790.8 MB -> Warning!
<>
<16/07/2010 7:58:54 AM>
END DVD AUTHORING OPERATIONS
Created Folder: E:\DVD-TEMP\2012_0 (6212.3 MB)
<>
<16/07/2010 7:58:54 AM>
START DVD BURNING OPERATIONS
ImgBurn (DVD) Parameters: /mode isobuild /buildmode device /src "E:\DVD-TEMP\2012_0\VIDEO_TS" /dest F: /volumelabel "2012" /speed 4x /erase /testmode no /verify no /noimagedetails /start /waitformedia /close
<>
<16/07/2010 8:13:53 AM>
PROCESS ABORTED DURING DVD BURNING OPERATIONS.
CHECK LOG FILE <E:\DVD-TEMP\2012_0.LOG> FOR MORE INFO.
<>
<16/07/2010 8:13:53 AM>
Log file created by AVStoDVD Release 2.3.1
<>
Some order:
1.
DVD folder structure were created, then ImgBurn failed to burn the DVD. There could be a lot of reasons: poor disc, DVD burner KO, buffer underrun, etc. BTW issue should be not addressed to A2D
2.
DVD folder structure does not have the audio track. MuxMan has rejected the DTS track. Try to reconvert it to AC3.
;)
Bye
MrC
1st August 2010, 20:57
Hello Mrc!
I've got an video speed up when i convert some m2ts video files with dts audio. The output projects video is speed up, like in fast foward. It's not super high fast foward but you can see difference and know the movie is not properly converted.
What i can do to get this resolved?
Video can only be speeded up if you are converting from NTSC-film to PAL and you have toggled on the new feat 'Preferences'/'Encoding'/'NTSC->PAL speedup' (default is off). Have you? if not, please post the project log file.
:)
Bye
MrC
1st August 2010, 21:01
No audio output on that project:
I think it's a DTS-HD source like we talk in that post:
http://forum.doom9.org/showthread.php?p=1417490#post1417490
How can i resolve this?
<2010-07-24 20:36:34>
START PROCESS
<>
<2010-07-24 20:36:34>
PROJECT SETTINGS
DVD Video Standard: NTSC
DVD Titles number: 1
DVD Size: 4450/4450 MB (100%)
DVD Output Setup: DVD Folder
DVD Label: LEON_MAC
DVD Menu: No 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
AVS Source Filter: DirectShowSource
AVS UpSize/DownSize Filter: Lanczos4Resize/Spline36Resize
Video Resolution: 0
Video BitRate Min: 2500
Video BitRate Level 1: 8500
Video Profile Level 2: 4000
Video BitRate Max: 8500
Keep DVD Compliant Video: 1
AC3 Audio Encoder: 0
PAL SpeedUp: False
DVD Audio Format: 0
DVD Audio BitRate: 448
Keep DVD Compliant Audio: 1
Normalize Audio: 0
DVD Audio Language: FR - French
DVD Subs Language: FR - French
DVD Subs Font: Tahoma 18pt Bold
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: F: SONY DVD RW DRU-V200S 1.60
DVD Burning Speed: 4x
Auto Erase DVD RW: 1
Save Log file: 1
Save General Settings: 0
Unload ActiveMovie library: 0
Adjust ffdshow mixer: 1
<>
<2010-07-24 20:36:35>
TITLE 1 SOURCE FILES
Video: E:\DVD_PENDING\LEON MAC.m2ts
Info: AVC - 4999 kbps - 1280x720 - DAR 1.778 - 24 fps (CFR) - Progressive - 1:32:12 hours - 132776 frames
Audio 1: E:\DVD_PENDING\LEON MAC.m2ts
Info: DTS - 1536 kbps - CBR - 6ch - 48000Hz - 16bit - 1:32:12 hours - Internal
Subs:
[MediaInfoLib - v0.7.32]
<>
<2010-07-24 20:36:35>
AVISYNTH SCRIPT
Video = DirectShowSource("E:\DVD_PENDING\LEON MAC.m2ts", fps=24, audio=false)
# Audio is frameserved by AviSynth just for Preview and Edit purposes.
Audio = DirectShowSource("E:\DVD_PENDING\LEON MAC.m2ts", video=false)
Video = Video.ConvertToYV12
#Using DGPulldown/HCenc to upsize FPS
Video = Video.Spline36Resize(720,480)
AudioDub(Video, Audio)
<>
<2010-07-24 20:36:35>
START VIDEO ENCODING OPERATIONS
Encoding Profile: HCenc VBR 1-pass
Target Video FileSize: 3346.1 MB
HCenc Parameters: -ini "E:\Temp\LEON_MAC_0_LEON MAC.HCenc.ini"
HCenc ini file:
*INFILE E:\Temp\LEON_MAC_0_LEON MAC_1.avs
*AVSRELOAD
*OUTFILE E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v
*LOGFILE E:\Temp\LEON_MAC_0_LEON MAC.HCenc.log
*MAXBITRATE 9000
*1PASS
*BITRATE 5074
*PROFILE BEST
*ASPECT 16:9
*PROGRESSIVE
*TFF
*BIAS 50
*DC_PREC 9
*MATRIX MPEG
*AQ 1
*LUMGAIN 1
*SMP
*PRIORITY IDLE
*WAIT 2
<>
<2010-07-24 21:06:33>
END VIDEO ENCODING OPERATIONS
Created File: E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v (3349.5 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5114 kbps - 720x480 - DAR 1.778 - 24 fps (CFR) - Progressive (TFF) - 1:32:12 hours - 132777 frames
<>
<2010-07-24 21:06:33>
START PULLDOWN OPERATIONS
DGPulldown Parameters: "E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v" -srcfps 24.000 -destfps 29.97 -inplace -tff
<>
<2010-07-24 21:15:01>
END PULLDOWN OPERATIONS
DGPulldown executed on File: E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v (3349.5 MB)
OUTPUT VIDEO INFO: MPEG-2 Video - 5114 kbps - 720x480 - DAR 1.778 - 23.976 fps (CFR) - Progressive (2:3 Pulldown) - 1:32:12 hours - 132642 frames
<>
<2010-07-24 21:15:01>
START AUDIO DEMUXING OPERATIONS (Track 1)
FFmpeg Parameters: -i "E:\DVD_PENDING\LEON MAC.m2ts" -acodec copy "E:\DVD-TEMP\LEON_MAC_0_LEON MAC_1.ToFix.dts"
<>
<2010-07-24 21:24:33>
END AUDIO ENCODING OPERATIONS (Track 1)
Created File: E:\DVD-TEMP\LEON_MAC_0_LEON MAC_1.dts (995.2 MB)
OUTPUT AUDIO INFO: DTS - 1536 kbps - CBR - 6ch - 48000Hz - 16bit - 1:32:09 hours
<>
<2010-07-24 21:24:33>
START DVD AUTHORING OPERATIONS
BatchMux Parameters: -arglist "E:\Temp\LEON_MAC_0_BatchMux.ini"
BatchMux ini file:
-d "E:\DVD-TEMP\LEON_MAC_0\VIDEO_TS"
-mxp "E:\Temp\LEON_MAC_0_MuxMan.mxp"
-l "E:\Temp\LEON_MAC_0_MuxMan.log"
-muxman "C:\Program Files (x86)\AVStoDVD\MuxMan"
-prio LOW
-v "E:\DVD-TEMP\LEON_MAC_0_LEON MAC.m2v"
-vidmode LB
-a1 "E:\DVD-TEMP\LEON_MAC_0_LEON MAC_1.dts"
-a1lang fr
-cellfr "E:\Temp\LEON_MAC_0_LEON MAC_MuxMan.txt"
-progfr "E:\Temp\LEON_MAC_0_LEON MAC_MuxMan.txt"
-chapfr "E:\Temp\LEON_MAC_0_LEON MAC_MuxMan.txt"
<>
<2010-07-24 21:44:30>
CHECK DVD SIZE
DVD Folder (actual) Size: 3414.9 MB
vs Estimated Size: 4450 MB -> 23.3% undersize
vs Assets Size: 4344.7 MB -> Warning!
<>
<2010-07-24 21:44:30>
END DVD AUTHORING OPERATIONS
Created Folder: E:\DVD-TEMP\LEON_MAC_0 (3414.9 MB)
<>
<2010-07-24 21:44:31>
Log file created by AVStoDVD Release 2.3.1
<>
As previous project, MuxMan has rejected the DTS track. Try to force AC3 re-encode.
I'm thinking of removing DTS tracks retention... really to many issues with new DTS-HD tracks...
;)
Bye
MrC
1st August 2010, 21:04
Mr.C
I see in the beginning of this thread someone asked if CCE could be implemented.
Any idea if you are planning to and if so, could you look at the new CCE SP3?
TIA :thanks:
Hi, there, Mr. Monte.
No way to reintroduce CCE support. More info at Help/FAQ/Video/Q3.7 (thanks nevragain).
;)
Bye
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.