I have released for testing Version 2.2 of the conversion scripts.
ftp://ayars.tv
username: guest
password: guest
If you’re already running version 2.x you can unzip this over top your current setting otherwise if this is a new install or you’re presently running the old version you need to follow the instruction in the instruction.txt file.
What’s new from 2.1 is a couple more formats that it can convert from, such as real media & flash.
I’ve also added Dynamic Audio Normalization. The Dynamic Audio Normalizer re-adjusts the gain factor to the input audio. This allows for applying extra gain to the “quiet” sections of the audio while avoiding distortions or clipping the “loud” sections. In other words: The Dynamic Audio Normalizer will “even out” the volume of quiet and loud sections, in the sense that the volume of each section is brought to the same target level. Note, however, that the Dynamic Audio Normalizer achieves this goal without applying “dynamic range compressing”. It will retain 100% of the dynamic range within each section of the audio file.
Also added to this release officially is GPU (hardware) encoding for both Intel Quick Sync & Nvidia NVENC.
There are now 3 sample INI files named:
autoProcess - CPU.ini - standard CPU conversion
autoProcess - nvenc.ini - For use with nVidia GPU
autoProcess - QSV.ini - For use with Intel QuickSync
Copy one of the above and replace the standard ini file name “autoProcess.ini” with the version you wish to use. Right now the hardward encoding ini files are “experimental” and could still have issues.
I’ll explain later how you can tune this a bit for your specific system after we get some testing done with this release. I’ve only done limited testing for both GPUs mainly to adjust the quality vs file space requirements. While these might get further tuned I’m getting very good results on my computers with the current settings. Let me know how they work for you.
If you’re going to continue to use CPU encoding you will see a new option in the ini called video-crf with a setting of 18. This should give near “lossless” quality at the expense of file space. I prefer quality over size so I use a lower number (lower is higher quality). Depending on your needs you will probably find something between 18 and 23 to be good for you.
If you are NOT writing your output files to c:\convert\done location you will need to modify the ini file and change the “output_directory” setting to match your system.
Happy testing,
Carlo
EDIT: right after posting I tried converting 4K HEVC files with hardware encoding and it choked. Working though it. Both GPUs it appear need different parameters depending on size, type of video. Going to be fun!