Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

5
LINES

< > BotCompany Repo | #1024585 // ffmpeg_toMonoAudio

JavaX fragment (include) [tags: use-pretranspiled]

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));
}

Author comment

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: 125 / 198
Version history: 3 change(s)
Referenced in: [show references]