Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: ramonaa86
 | Femeie 25 ani Brasov cauta Barbat 31 - 46 ani |
|
Mrrrr
AdMiN
 Inregistrat: acum 19 ani
Postari: 2386
|
|
I have a short 9 seconds video on my phone that I would like to convert to an animated GIF. Actually I want to convert just the first 5 seconds and 500 milliseconds of the video.
The video is Full HD quality, and I would like to reduce it to 720p GIF.
To get OK quality on the GIF, the command below first creates a palette for the video, then uses that to give the GIF quality.
-t 5.5 is where I tell the command to convert only the first 5 s 500 ms.
| ffmpeg -i VID_20260804_195226.mp4 -vf "fps=15,scale=720:-1:flags=lanczos,palettegen" -y palette.png && ffmpeg -i VID_20260804_195226.mp4 -i palette.png -filter_complex "fps=15,scale=720:-1:flags=lanczos[x];[x][1:v]paletteuse" -t 5.5 -y VID_20260804_195226.gif |
Source: Gemini
_______________________________________

|
|
| pus acum 2 saptamani |
|