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.
|
Nou pe simpatie: Nicole23 Profile
 | Femeie 25 ani Bucuresti cauta Barbat 28 - 65 ani |
|
|
Mrrrr's Forum (VIEW ONLY)ReguliInregistrareLoginPozeNu sunteti logat. Lista Forumurilor Pe Tematici
|
| pus acum 1 luna#1 |
|
|
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
_______________________________________

|
|
| |
|