diff --git a/recursive-m4v-convert.sh b/recursive-m4v-convert.sh index bf4ddb1..edb4c62 100644 --- a/recursive-m4v-convert.sh +++ b/recursive-m4v-convert.sh @@ -46,10 +46,10 @@ function recursive_convert { if [ -e "$subtitle_srt" ] && [ "$BURN_SUBS" = "true" ]; then echo "Converting $file_to_convert with hardcoded subs" - HandBrakeCLI --input "$file_to_convert" --output "$converted_filepath" --preset="$PRESET" --srt-file "$subtitle_srt" --srt-codeset UTF-8 --srt-burn -e x265 -B 160 -E ca_aac --loose-anamorphic -w 720 -l 480