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

7
LINES

< > BotCompany Repo | #1025292 // ffmpeg - run FFMPEG with args. also: ffmpeg_simpleConvert

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

Libraryless. Click here for Pure Java version (7148L/43K).

sS ffmpeg(S args) {
  ret backtickToConsole_returnOutput(ffmpegCmd() + " " + args);
}

sS ffmpeg(File in, File out) {
  ret ffmpeg_simpleConvert(in, out);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1025292
Snippet name: ffmpeg - run FFMPEG with args. also: ffmpeg_simpleConvert
Eternal ID of this version: #1025292/6
Text MD5: 7fdf3daa4fc55c16d144d4086ff9609c
Transpilation MD5: 18dfc303e36505ca38ab51847c81f30a
Author: stefan
Category: javax / ffmpeg
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-09-03 01:32:37
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 200 / 293
Version history: 5 change(s)
Referenced in: [show references]