Libraryless. Click here for Pure Java version (5068L/31K).
sS ffmpeg_toMonoAudio(File/S in, File out default appendToFileBaseName(in, ".mono")) { ret backtick(ffmpegCmd() + " " + ffmpeg_inArg(in) + " -ac 1 " + ffmpeg_outArg(out)); }
Began life as a copy of #1024584
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1024585 |
Snippet name: | ffmpeg_toMonoAudio |
Eternal ID of this version: | #1024585/4 |
Text MD5: | 16040684f11557ad9090369fec53a260 |
Transpilation MD5: | 9ce34a32942460defe246c68e9557443 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2021-07-24 08:06:52 |
Source code size: | 187 bytes / 5 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 173 / 253 |
Version history: | 3 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1024589 - ffmpeg_getSingleFrame #1024598 - ffmpeg_toMonoAudio_44k |