View Single Post
Old 20th March 2017, 16:53   #3033  |  Link
manolito
Registered User
 
manolito's Avatar
 
Join Date: Sep 2003
Location: Berlin, Germany
Posts: 3,078
Another new version...

While I already was at manipulating the A2D AviSynth script, I decided to take it one step further. Now it is possible to inject your own custom AVS commands into the script. These commands will be imported into the script right after the "ConvertToYV12()" command.

Of course all the filters you call with this method must be present in your "AviSynth\Plugins" folder. And there is one drawback:

The A2D preview will not honor those additional filters. As a workaround you can start the encode and pause it immediately (for FFmpeg press the "Pause" button on the keyboard, in HCenc press the "Suspend" button). Then go to your AVStoDVD Temp folder in Explorer and open the AVS file in a DirectShow media player like MPC or WMP.


Download:
//Link removed//


Cheers
manolito


//EDIT//
Improved filtering of interlaced sources using JDL_UnfoldFieldsVertical and JDL_FoldFieldsVertical by Stickboy. Needs jdl-interlace.avsi and jdl-util.avsi from here: http://www.avisynth.nl/users/stickboy/
Switching to interlaced mode will be automatic

Please redownload...

Last edited by manolito; 4th April 2017 at 23:31.
manolito is offline   Reply With Quote