Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
documentation:informatique:linux:ffmpeg:index [2021/02/28 16:30] – f1sls | documentation:informatique:linux:ffmpeg:index [2021/02/28 17:09] (Version actuelle) – [UHD (4k / 3840×2160) ➜ HD (1920×1080)] f1sls | ||
---|---|---|---|
Ligne 4: | Ligne 4: | ||
===== QUALITY FACTOR ====== | ===== QUALITY FACTOR ====== | ||
+ | ===== FASTSTART FOR WEB VIDEOS ===== | ||
+ | You can add '' | ||
===== UHD (4k / 3840×2160) ➜ HD (1920×1080) ===== | ===== UHD (4k / 3840×2160) ➜ HD (1920×1080) ===== | ||
Ligne 12: | Ligne 14: | ||
<code bash> | <code bash> | ||
- | $ ffmpeg -i input.mp4 -vf scale=1920x1080 -sws_flags bicublin -tune film output.mp4 | + | # |
+ | $ ffmpeg -i input.mp4 -vf scale=1920x1080 -sws_flags bicublin+full_chroma_int -preset veryslow -tune film output.mp4 | ||
+ | # | ||
+ | $ ffmpeg -i input.mp4 -vf scale=1920x1080 -sws_flags area+full_chroma_int -preset veryslow | ||
</ | </ | ||