Skip to content

Commit

Permalink
Put it in a matroska container
Browse files Browse the repository at this point in the history
  • Loading branch information
rmens authored Sep 29, 2024
1 parent f35be82 commit 5f191da
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 @@ -158,7 +158,7 @@ elif [ "$OUTPUT_FORMAT" == "ogg" ]; then
elif [ "$OUTPUT_FORMAT" == "wav" ]; then
FF_AUDIO_CODEC='pcm_s16le'
FF_CONTENT_TYPE='audio/x-wav'
FF_OUTPUT_FORMAT='wav'
FF_OUTPUT_FORMAT='matroska'
fi

# Define output server for ffmpeg
Expand Down

0 comments on commit 5f191da

Please sign in to comment.