Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.misc > #69784
| Path | csiph.com!weretis.net!feeder9.news.weretis.net!panix!.POSTED.panix5.panix.com!qz!not-for-mail |
|---|---|
| From | Eli the Bearded <*@eli.users.panix.com> |
| Newsgroups | comp.os.linux.misc |
| Subject | Re: Resizing mp4 |
| Date | Sun, 20 Jul 2025 16:48:01 -0000 (UTC) |
| Organization | Some absurd concept |
| Message-ID | <eli$2507201248@qaz.wtf> (permalink) |
| References | <105irl3$3ca8p$1@dont-email.me> |
| Injection-Date | Sun, 20 Jul 2025 16:48:01 -0000 (UTC) |
| Injection-Info | reader1.panix.com; posting-host="panix5.panix.com:166.84.1.5"; logging-data="26537"; mail-complaints-to="abuse@panix.com" |
| User-Agent | Vectrex rn 2.1 (beta) |
| X-Liz | It's actually happened, the entire Internet is a massive game of Redcode |
| X-Motto | "Erosion of rights never seems to reverse itself." -- kenny@panix |
| X-US-Congress | Moronic Fucks. |
| X-Attribution | EtB |
| XFrom | is a real address |
| Encrypted | double rot-13 |
| Xref | csiph.com comp.os.linux.misc:69784 |
Show key headers only | View raw
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
Back to comp.os.linux.misc | Previous | Next — Previous in thread | Next in thread | Find similar
Resizing mp4 db <dieterhansbritz@gmail.com> - 2025-07-20 13:40 +0000
Re: Resizing mp4 Mike Scott <usenet.16@scottsonline.org.uk.invalid> - 2025-07-20 15:37 +0100
Re: Resizing mp4 Chris Ahlstrom <OFeem1987@teleworm.us> - 2025-07-20 11:52 -0400
Re: Resizing mp4 Eli the Bearded <*@eli.users.panix.com> - 2025-07-20 16:48 +0000
Re: Resizing mp4 Lawrence D'Oliveiro <ldo@nz.invalid> - 2025-07-21 05:48 +0000
Re: Resizing mp4 c186282 <c186282@nnada.net> - 2025-07-25 04:00 -0400
Re: Resizing mp4 not@telling.you.invalid (Computer Nerd Kev) - 2025-07-21 08:41 +1000
Re: Resizing mp4 c186282 <c186282@nnada.net> - 2025-07-25 00:02 -0400
csiph-web