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

3
LINES

< > BotCompany Repo | #1024581 // ffmpeg_argsForSplice (old version without file)

JavaX fragment (include)

sS ffmpeg_argsForSplice(File in, File out, L<DoubleRange> timestamps) {
  ret "-i " + platformQuote(in) + " -filter_complex " + platformQuote(ffmpeg_makeSpliceFilter(timestamps)) + " -map [outv] -map [outa] " + platformQuote(out);
}

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: #1024581
Snippet name: ffmpeg_argsForSplice (old version without file)
Eternal ID of this version: #1024581/3
Text MD5: 5a8c5fdd80fb31784eecf8a78de0bf18
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-02-20 16:23:37
Source code size: 234 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 159 / 195
Version history: 2 change(s)
Referenced in: [show references]