1 | sS ffmpeg_argsForMixingVideoAndAudio_copy(File videoIn, File audioIn, File out) {
|
2 | ret "-y -i " + platformQuote(videoIn) |
3 | + " -i " + platformQuote(audioIn) |
4 | + " -c:v copy -c:a copy -strict experimental" |
5 | + " -map 0:v:0 -map 1:a:0" |
6 | + " " + platformQuote(out); |
7 | } |
Began life as a copy of #1025291
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: | #1025351 |
| Snippet name: | ffmpeg_argsForMixingVideoAndAudio_copy - doesn't recode audio |
| Eternal ID of this version: | #1025351/2 |
| Text MD5: | da8bb3c83f50cd59eaebac0acf416b74 |
| Author: | stefan |
| Category: | javax / ffmpeg |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2020-01-04 21:09:54 |
| Source code size: | 280 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 393 / 446 |
| Version history: | 1 change(s) |
| Referenced in: | [show references] |