Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens authored Nov 11, 2023
1 parent 769869a commit d45189d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ if [ "$OUTPUT_FORMAT" == "mp2" ]; then
FF_CONTENT_TYPE='audio/mpeg'
FF_OUTPUT_FORMAT='mp2'
elif [ "$OUTPUT_FORMAT" == "mp3" ]; then
FF_AUDIO_CODEC='libmp3lame -b:a 320k0'
FF_AUDIO_CODEC='libmp3lame -b:a 320k'
FF_CONTENT_TYPE='audio/mpeg'
FF_OUTPUT_FORMAT='mp3'
elif [ "$OUTPUT_FORMAT" == "ogg/vorbis" ]; then
Expand Down

0 comments on commit d45189d

Please sign in to comment.