Transpiled version (5505L) is out of date.
sS ffmpeg_cutVideo(File inVideo, File outVideo, double start, double end, O... _) { optPar bool noOverwrite; ret ffmpeg((noOverwrite ? "-n " : "-y ") + "-i " + platformQuote(inVideo) + " -ss " + start + " -t " + (end-start) + " " + platformQuote(mkdirsForFile(outVideo))); }
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: | #1029701 |
| Snippet name: | ffmpeg_cutVideo |
| Eternal ID of this version: | #1029701/5 |
| Text MD5: | 229e583200feb9c88429fd30f404b991 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-12-09 23:45:56 |
| Source code size: | 282 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 357 / 473 |
| Version history: | 4 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1029703 - ffmpeg_cutVideoRest |