View Single Post
Old 29th March 2019, 12:29   #3164  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,079
All your logs look incomplete. Right after the codecs report comes the message "Project ended successfully", and the time stamp of this message shows only less than 10 seconds after the project start.

Here is my log of a complete short conversion:

Quote:
<29.03.2019 11:12:04>
START PROCESS
<>

<29.03.2019 11:12:04>
PROJECT SETTINGS

DVD Video Standard: PAL
DVD Titles number: 1
DVD Size: 266/4450 MB (6%)
DVD Output Setup: MPEG2-Datei
DVD Label: DVD
DVD Menu: No Menu
Output Folder: I:
Delete Temp Assets Files: Yes
Delete Temp Working Files: Yes
Edit Command Parameters: No
Post Process Task: Fortschrittsfenster anzeigen (Voreinstellung)

PREFERENCES

MultiThread: 1
AVS Video Source Filter: A2DSource
AVS Audio Source Filter: A2DSource
AVS UpSize/DownSize Filter: Spline36Resize/Spline36Resize
Frame Adjust Strategy: 1
FPS Hard Conversion: 2
PAL SpeedUp: 1
NTSC SlowDown: 1
Video Resolution: 0
Video Encoder: 0
Video BitRate Min: 2000
Video BitRate Max: 8500
Keep DVD Compliant Video: 0
AC3 Audio Encoder: 2
Force FFmpeg for Long Audio: 1
DVD Audio Format: 0
DVD Audio BitRate: 224
Keep DVD Compliant Audio: 0
Normalize Audio: 0
Auto Delay Audio: 1
DVD Audio Language (Primary): DE - German
DVD Audio Language (Secondary): EN - English
DVD Subs Language (Primary): DE - German
DVD Subs Language (Secondary): EN - English
DVD Subs Font: Tahoma 16pt (240,240,240)
Chapters Interval: 5
Use Source Chapters: 1
DVD Burning Drive: H: BENQ DVD DD DW1620 B7W9
DVD Burning Speed: 8x
Auto Erase DVD RW: 0
Unload ActiveMovie Library: 0
Adjust DirectShow Filters at runtime: 1
Save General Settings: 0

SYSTEM INFO

Processor Name:
Operating System: Windows XP - Service Pack 3 (5.1.2600) 32 bit
User has Admin Rights: YES
Running with Elevated Privileges: NO (-1)
Available Output Disc Space: 43 GB
AviSynth is installed: YES (release 2.6.1)
LAV Filters is installed: YES (release 0.69.0)
ffdshow is installed: NO
<>

<29.03.2019 11:12:04>
TITLE 1 SOURCE FILES
Video: I:\Test.flv
Info: AVC - 400 kbps - 544x408 - DAR 4:3 - 25 fps - Progressive - 7:01 minutes - 10527 frames
Audio 1: I:\Test.flv
Info: AAC LC - 94 kbps - CBR - 2 ch - 44100 Hz - 16 bit - 7:01 minutes (57 ms delay)
[MediaInfoLib - v18.05]
<>

<29.03.2019 11:12:04>
AVISYNTH SCRIPT
Import("E:\Programme\AVStoDVD\Lib\A2DSource.avsi")

Video = A2DVideoSource("I:\Test.flv", CacheFolder="I:", FrameRate=25)
Audio = A2DAudioSource("I:\Test.flv", CacheFolder="I:")

Video = Video.ConvertToYV12()
Video = Video.Spline36Resize(720,576)

Audio = Audio.SSRC(48000)
Audio = Audio.DelayAudio(0.057)

AudioDub(Video, Audio)
<>

<29.03.2019 11:12:04>
DIRECTSHOW AUDIO MIXER OPERATIONS:
No LAV Filters mixer ON/OFF adjustment required at runtime
<>

<29.03.2019 11:12:04>
START VIDEO ENCODING OPERATIONS
Video Encoding Profile: FFmpeg CBR 1-pass
Target Video FileSize: 250,9 MB
Encoding Parameters: -i "I:\DVD_Test_1.avs" -threads 1 -aspect 4:3 -c:v mpeg2video -b:v 5000k -minrate 5000k -maxrate 5000k -bufsize 2000k -dc 9 -y "I:\DVD_Test.m2v"
<>

<29.03.2019 11:27:12>
END VIDEO ENCODING OPERATIONS
Video Source Filter: A2DSource - DSS2 mod (LAV Filters on)
Created File: I:\DVD_Test.m2v (213,7 MB)
Ouput Video Info: MPEG-2 Video - 4247 kbps - 720x576 - DAR 4:3 - 25 fps - Progressive - 7:02 minutes - 10550 frames
Avg Video Encoding Speed: 12,4 fps
<>

<29.03.2019 11:27:12>
START AUDIO ENCODING OPERATIONS (Track 1)
FFmpeg Parameters: -i "I:\DVD_Test_1.avs" -threads 1 -y -vn -c:a ac3 -ab 224k "I:\DVD_Test_1.ac3"
<>

<29.03.2019 11:30:28>
END AUDIO ENCODING OPERATIONS (Track 1)
Audio Source Filter: A2DSource - DirectShowSource
Created File: I:\DVD_Test_1.ac3 (11,3 MB)
Output Audio Info: AC3 - 224 kbps - CBR - 2 ch - 48000 Hz - 16 bit - 7:02 minutes (0 ms delay)
<>

<29.03.2019 11:30:28>
START MUXING OPERATIONS
Mplex Parameters: -f 8 -L 48000:2:16 -o "I:\DVD_Test.mpg" "I:\DVD_Test.m2v" "I:\DVD_Test_1.ac3"
<>

<29.03.2019 11:31:08>
END MUXING OPERATIONS
Created File: I:\DVD_Test.mpg (230,2 MB)
<>

<29.03.2019 11:31:08>
AVStoDVD Project ended successfully.
<>

<29.03.2019 11:31:08>
Log file created by AVStoDVD Release 2.8.8 Hotfix build 190115
<>
According to your logs AVStoDVD does not even show title information or the created AVS script. Something about your system configuration must be terribly wrong.

I do know that A2D runs under Win10, MrC does test the software under Win10. So I can just guess what is wrong here. Could be the Codec Pack, could be an antivirus software which blocks something important, could be that you tried to update some helper software with newer but incompatible versions. Whatever, if you do not have an image backup made before these problems appeared then the best advice I have is a fresh reinstall of Windows and all your software.

Quote:
Should uninstall Klite Full along with MPC HC?
One of the problems about Codec Packs is that you just cannot uninstall them completely. In most cases they leave stuff behind, and oftentimes they have reconfigured other stuff which persists even after uninstalling.


About .Net framework you should read the A2D manual under the FAQ section. NET Framework 2.0 is only necessary for SubtitleCreator. For users who do not need subtitles .NET Framework is not required for using AVStoDVD.

From the A2D manual:
Quote:
SubtitleCreator requires .NET Framework 2 to run. You can download .NET 2 from Microsoft website. You can also download .NET 3.5 which includes .NET 2 and .NET 3. Unfortunately .NET 4.x packages do not include previous releases libraries, so you have to install either .NET 2 or .NET 3.5.

If you have Windows 10, you can activate .NET 3.5 by following this guide: https://answers.microsoft.com/en-us/...e-78519f36d7a4
manolito is offline   Reply With Quote