View Single Post
Old 1st January 2021, 21:02   #3356  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,079
From both of your logs:
Quote:
CODECS REPORT

H.264/AVC: Broken
Xvid: Broken
DivX 4/5/6: Broken
Other MPG4: Broken
DV: Broken
MPEG1: Broken
MPEG2: Broken
AAC: Broken
MP3: Broken
MP2: Broken
AC3: Broken
This means that your DirectShow based source filters are broken. They cannot decode your source files, so the encoder cannot encode anything.

Two things you can do:

1. Do not use DirectShow based source filters, use FFMpegSource instead. Under "Preferences->AviSynth" change the source filters for video and audio from the default A2DSource to FFMpegSource. If you want to make these changes permanent, tick the checkbos at the lower left corner.

2. Fix the DirectShow based source filters. You can do this either directly under AVStoDVD or by downloading a small tool called DS Filter Tweaker. You can find this option under "Codecs->Preferred DirectShow Codecs Setup".
https://i.postimg.cc/htDks2Q3/Codecs2.png
Set ALL filters to LAV Filters and close the window. If this does not work, use the link at the bottom to download the Tweaker tool.

Please note that Win10 is very stubborn and insists on using its own built-in source filters (this is BAD because most of the MS source filters are crap). After every automatic update of the OS the MS filters will be active again, so users will have to repeat the above procedure.


Good luck
manolito

Last edited by manolito; 1st January 2021 at 21:06.
manolito is offline   Reply With Quote