Many updates

This commit is contained in:
Cloud
2024-06-12 02:00:39 -03:00
parent dba75a7558
commit 8e732e0061
9 changed files with 59 additions and 23 deletions

View File

@@ -105,6 +105,10 @@ fi
ffmpeg_command="ffmpeg -i \"$input_file\""
# if command -v ffmpeg.exe &> /dev/null; then
# ffmpeg_command="ffmpeg.exe -hwaccel d3d11va"
# fi
if [ "$remove_audio" = true ]; then
ffmpeg_command+=" -an"
fi