l33t_h4x0r_code_snippets
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| l33t_h4x0r_code_snippets [2025/03/06 20:51] – created joep | l33t_h4x0r_code_snippets [2026/06/22 11:38] (current) – joep | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| Cutting a video segment with fading in and out using ffmpeg: | Cutting a video segment with fading in and out using ffmpeg: | ||
| < | < | ||
| ffmpeg -i tp.mp4 -ss 1:18 -to 3:20.5 -vf " | ffmpeg -i tp.mp4 -ss 1:18 -to 3:20.5 -vf " | ||
| </ | </ | ||
| + | |||
| + | < | ||
| + | now incl. audio, replace 127 with duration -3: | ||
| + | |||
| + | ffmpeg -i out.mp4 -vf " | ||
| + | </ | ||
| + | |||
| + | |||
| + | Creating a Spotify canvas video (720x1280) using ffmpeg: | ||
| + | < | ||
| + | ffmpeg -i " | ||
| + | </ | ||
| + | |||
l33t_h4x0r_code_snippets.1741290693.txt.gz · Last modified: by joep
