notes:dump
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
notes:dump [2024/10/02 11:33] – created azman | notes:dump [2024/12/14 23:00] (current) – azman | ||
---|---|---|---|
Line 3: | Line 3: | ||
< | < | ||
ffmpeg -i " | ffmpeg -i " | ||
+ | ffmpeg -i test.mp4 -codec:a aac -b:a 128k -ac 2 -af volume=10 -codec:v copy test1.mp4 | ||
+ | |||
+ | ffmpeg -i in.mp4 -c:v copy -c:a copy -map_chapters -1 out.mp4 | ||
+ | |||
+ | ffmpeg -itsoffset 1 -i vsrc.mp4 -i vsrc.mp4 -c:a copy -c:v copy -map 0:v:0 -map 1:a:0 vdst.mp4 | ||
</ | </ | ||
notes/dump.1727840028.txt.gz · Last modified: by azman