Fixes various issues
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
All checks were successful
KnarCraft/FFmpegConvert/pipeline/head This commit looks good
Makes it possible to turn off all types of hardware acceleration for all converters Only encodes anime to hevc if not already hevc Adds an option to force hevc to hevc encoding, for the anime converter Adds an option to force encoding of audio, for the anime converter Fixes a bug causing the codec name to not be parsed Fixes an exception when trying to sort an empty list Fixes order of sorting in the anime converter Adds another signs songs filter
This commit is contained in:
@@ -1 +1,6 @@
|
||||
debug=false
|
||||
# Enabling debug mode will only output part of videos, so different settings can be tested more quickly.
|
||||
# Debug mode also prints more information about probe results, and potentially useful output.
|
||||
debug=false
|
||||
# Enabling hardware acceleration will try to use hardware acceleration for converters where it's available. Note that
|
||||
# software encoders generally produce a lower file-size relative to the output quality.
|
||||
hardware-acceleration=false
|
Reference in New Issue
Block a user