This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'This code allow you to call APIs without declaring them, but the best of it is that only uses VB6 functions!!! (aka funcs @ MSVBVM60) :) | |
| '--------------------------------------------------------------------------------------- | |
| ' Module : mZombieInvoke | |
| ' Author : Karcrack | |
| ' Now : 09/08/2010 13:37 | |
| ' Purpose : Calling API without declaring | |
| ' Only uses VB6 functions :) | |
| ' History : 20100908 First cut ....................................................... | |
| '--------------------------------------------------------------------------------------- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" encoding="utf-8"?> | |
| <!--ShanaEncoder--> | |
| <Settings> | |
| <inputparamBox /> | |
| <prefixtextBox /> | |
| <extensiontextBox /> | |
| <filterparamBoxV> -vf "scale=1280:720:flags=bicubic,shanapad=DAR,setsar=1/1,shanasubtitle=1"</filterparamBoxV> | |
| <filterparamBoxA> -af "aresample=async=1:first_pts=0"</filterparamBoxA> | |
| <encparamBox> -f mp4 | |
| -c:v h264_nvenc -profile:v main -level auto -preset hq -global_quality:v 26 |
NewerOlder