mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-22 14:13:33 -07:00
fix audio codec
This commit is contained in:
parent
6a98bf0482
commit
77fb97a6da
1 changed files with 1 additions and 1 deletions
|
@ -101,7 +101,7 @@ outputVideoExtension = .avi
|
|||
outputVideoCodec = mpeg-4
|
||||
outputVideoFramrate = 24
|
||||
outputVideoBitrate = 800k
|
||||
outputAudioCodec = libmp3lame
|
||||
outputAudioCodec = mp3
|
||||
outputAudioBitrate = 128k
|
||||
|
||||
# Logging configuration
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue