Skip to content
This repository has been archived by the owner on Jul 20, 2020. It is now read-only.

Commit

Permalink
Update encode.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
andrimanna authored Jan 23, 2018
1 parent b95a1be commit aea4f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encode.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ECHO OFF
ffmpeg.exe -i prova.mp3 -ac 1 -map 0:a -codec:a libopus -b:a 128k -vbr off -ar 24000 audio.ogg
ffmpeg.exe -i data\prova.mp3 -ac 1 -map 0:a -codec:a libopus -b:a 128k -vbr off -ar 24000 audio.ogg

0 comments on commit aea4f48

Please sign in to comment.