Vivaldi Social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Vivaldi Social is part of the Mastodon network and is hosted in Iceland by the makers of Vivaldi Browser. Everyone is welcome to join.

Administered by:

Server stats:

11K
active users

#ffmpeg

4 posts4 participants2 posts today

I always find that TikTok downloadable videos have a great size to quality ratio. With dark magic, a friend figured out what #ffmpeg options they use. Here you go:

ffmpeg -i input.mp4 \
-vf "scale=576:1024:flags=lanczos" \
-c:v libx264 -profile:v high -level 3.1 -preset slow \
-b:v 385k -maxrate 420k -bufsize 800k \
-c:a aac -b:a 37k -ac 2 -ar 44100 \
-movflags +faststart \
output_tiktok_style.mp4

I still can't make mpv work again...

I don't know if it is still broken for everyone or if I have broken it even more...

I dropped the old version of libtheora as suggested and messed around with the symlinks and I don't know how to get it back to "normal".

(I use multilib, alienbob and kde6 repos)

I currently have this mess in /lib64:

pastebin.com/tSNudSku

Pastebinlrwxrwxrwx 1 root root 18 abr 5 11:54 libtheora.so -> libtheora.so.1.4 - Pastebin.comPastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.

I did this amazing recording of a tree swaying in the wind and knocking at another tree the other day for my upcoming mini exhibition at Notam. It was recorded by sticking a Geofin in between the roots to get the sound of the wind from the perspective of the tree.

I will resynthesize this as a vibrator motor signal for the exhibition too. Pretty excited!

MTS files are a common container format for high-definition video, often used by HD camcorders, and can be played with various media players like VLC, or converted to other formats like MP4 using Handbrake or FFmpeg. Video editors like Kdenlive, Flowblade and Shortcut also support editing MTS files.

#Linux#MTS#HD

#opensourceFriday

#FFmpeg is multi-platform swiss-army knife of libraries and tools, of which only one ffmpeg command.

en.wikipedia.org/wiki/FFmpeg

I'm not an expert user but over the years it has helped me to:

* convert ripped CD flacs to mp3/ogg

* re-encode video for a specific task eg friends' problematic players, and even projection at an art exhibition

* making animated maths visualisations from a sequence of images from python matplotlib eg

youtube.com/watch?v=Ln6vWyQ4p3k

Как улучшить качество аниме до 4K без ИИ: руководство по использованию HVENC и Anime4K

Любимые аниме из детства выглядят размыто на современных 4K-экранах? Есть решение! Узнайте, как апскейлить видео до 4K с помощью FFmpeg , шейдера Anime4K и аппаратного ускорения NVIDIA . Без сложных ИИ — только простые шаги и доступные инструменты. Читайте статью и вдохните новую жизнь в свои сериалы!

habr.com/ru/articles/895076/

ХабрКак улучшить качество аниме до 4K без ИИ: руководство по использованию HVENC и Anime4KДо апскейла После апскейла Апскейл — это процесс, который превращает видео низкого разрешения в настоящее удовольствие для глаз на современных 4K-экранах. Особенно это актуально для аниме: старые...

10 Tricks You Can Do With FFmpeg on Linux, macOS, and Windows

Yes, FFmpeg is far from just being some plain copy or convert command. It is packed with powerful features and, in fact, sits in the background behind many fancy GUI applications, with FFmpeg during the work in the background.

The linked article ...continues

See gadgeteer.co.za/10-tricks-you-

GadgeteerZA · 10 Tricks You Can Do With FFmpeg on Linux, macOS, and WindowsYes, FFmpeg is far from just being some plain copy or convert command. It is packed with powerful features and, in fact, sits in the background behind many