Libraryless. Click here for Pure Java version (2707L/18K).
1 | sS ffmpeg_argsForSplice_multipleInputVideos(L<File> in, File out, LL<DoubleRange> timestamps) {
|
2 | File f = createTempFile("ffmpeg", "txt");
|
3 | saveTextFile(f, ffmpeg_makeSpliceFilter_multipleInputVideos(timestamps)); |
4 | ret joinWithSpace(map(in, i -> "-i " + platformQuote(i))) |
5 | + " -filter_complex_script " + platformQuote(f) |
6 | + " -map [outv] -map [outa] " + platformQuote(out); |
7 | } |
Began life as a copy of #1024628
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: | #1024638 |
| Snippet name: | ffmpeg_argsForSplice_multipleInputVideos |
| Eternal ID of this version: | #1024638/3 |
| Text MD5: | b744e8309a73a442f022398074047d8f |
| Transpilation MD5: | dcd04c5543d0449c6e6dd405988a6e79 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-08-21 14:38:27 |
| Source code size: | 391 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 400 / 520 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |