Is there a way to make the equivalent of a thumbnail video? Xconvert
does not seem to be it.
On 20/07/2025 14:40, db wrote:
.....
Is there a way to make the equivalent of a thumbnail video? Xconvert
does not seem to be it.
ffmpeg?
eg https://superuser.com/questions/624563/how-to-resize-a-video-to-make-it-smaller-with-ffmpeg
Occasionally I have video files in mp4 format. I tried the online
service xconvert but this only reduced the resolution so that I get
the same size on the creen but fuzzy.
Is there a way to make the equivalent of a thumbnail video? Xconvert
does not seem to be it.
I have a photo gallery online, where I display jpg and png photos
in slightly reduced form to save space /using the convert command) and
each one is seen as a thumbnail, reduced much more, to be clicked on
to see the larger picture. This works.
Occasionally I have video files in mp4 format. I tried the online
service xconvert but this only reduced the resolution so that I get
the same size on the creen but fuzzy.
Is there a way to make the equivalent of a thumbnail video? Xconvert
does not seem to be it.
needed a few years to become comfortable with ffmpeg command line
I have a photo gallery online, where I display jpg and png photos
in slightly reduced form to save space /using the convert command) and
each one is seen as a thumbnail, reduced much more, to be clicked on
to see the larger picture. This works.
Occasionally I have video files in mp4 format. I tried the online
service xconvert but this only reduced the resolution so that I get
the same size on the creen but fuzzy.
Is there a way to make the equivalent of a thumbnail video? Xconvert
does not seem to be it.
In comp.os.linux.misc, db <dieterhansbritz@gmail.com> wrote:
Occasionally I have video files in mp4 format. I tried the online
service xconvert but this only reduced the resolution so that I get
the same size on the creen but fuzzy.
Is there a way to make the equivalent of a thumbnail video? Xconvert
does not seem to be it.
I use ffmpeg for video scaling. I wrote a blog entry on it, mostly to
collect my own thoughts for future refence:
https://qaz.wtf/qz/blosxom/2025/01/06/on-ffmpeg
Since then I've added an "adjust compression" line to some of my
scaling jobs:
-c:v libx264 -b:v 2M -c:a aac -b:a 192k
It goes somewhere after the `-map 0` option and is incompatible
with the `-acodec copy` option. For thumbnail purposes, I suspect
you might want smaller numbers than "2M" video rate and "192k" audio.
Elijah
------
needed a few years to become comfortable with ffmpeg command line
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (0 / 16) |
Uptime: | 169:52:57 |
Calls: | 10,385 |
Calls today: | 2 |
Files: | 14,057 |
Messages: | 6,416,555 |