mastodon.gamedev.place is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server focused on game development and related topics.

Server stats:

5.1K
active users

#ffmpeg

3 posts3 participants0 posts today
Venya (he/him/dude) 🇺🇦<p>Reference mix is on top; our mix is on bottom. These are normalized to -1 dB peak, because I am specifically evaluating the mix. (If I just wanted to compare how they sounded and which I preferred, then it would make sense to normalize to perceived loudness, the default for <a href="https://musicians.today/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a>-normalize.)</p><p>Our mix has more dynamic range, prob too much. That fits _my_ tastes, but it's not what the market prefers. You can see some limiting in the ref mix, but not excessive.</p><p><a href="https://musicians.today/tags/SonicVisualiser" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SonicVisualiser</span></a> <a href="https://musicians.today/tags/ProAudio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ProAudio</span></a></p>
Taxo Rubio:wq<p>Estoy haciendo la cosa ésta de grabar un segundo al día y montar un vídeo del año con todos los segundos. Tiene su gracia y por ahora no me ha fallado ningún día :blobcat0_0: Bueno, alguno sí pero lo he grabado al siguiente :blobcateyes: </p><p>El caso es que lo estoy montando en <a href="https://neopaquita.es/tags/kdenlive" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>kdenlive</span></a> (que va genial) pero ponerle la fecha a cada segundo a mano es un dolor, así que lo he automatizado con <a href="https://neopaquita.es/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> e <a href="https://neopaquita.es/tags/imagemagick" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>imagemagick</span></a> (los pilares fundamentales de nuestra civilización).</p><p>He subido el código por si le queréis echar un vistazo: <a href="https://git.sr.ht/~groctel/stuff/tree/main/item/src/365s.py" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">git.sr.ht/~groctel/stuff/tree/</span><span class="invisible">main/item/src/365s.py</span></a></p><p>El repo por ahora tiene nada más que eso, pero si hago scripts de cosas muy específicas y personales probablemente los iré subiendo ahí por si a alguien les sirve :blobcatheart:</p>
openSUSE Linux<p>🎮 <a href="https://fosstodon.org/tags/Tumbleweed" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Tumbleweed</span></a>: A Gamer's Paradise!!! Here are April enhancements for <a href="https://fosstodon.org/tags/gamers" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gamers</span></a>:<br>🕹️ Mesa 25.0.4: Better performance in titles like Elden Ring<br>🎧 SBC 2.1: Reliable Bluetooth audio<br>🛠️ <a href="https://fosstodon.org/tags/FFmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FFmpeg</span></a> 7.1.1: Robust audio decoding<br><a href="https://fosstodon.org/tags/openSUSE" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>openSUSE</span></a> <a href="https://fosstodon.org/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://fosstodon.org/tags/LinuxGaming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LinuxGaming</span></a> <a href="https://news.opensuse.org/2025/05/02/tw-monthly-update-april/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.opensuse.org/2025/05/02/t</span><span class="invisible">w-monthly-update-april/</span></a></p>
R.L. Dane :Debian: :OpenBSD: 🍵<p>I was puzzling over why so many of my spoken word audio tracks were suddenly so muted, and I thought I was going to have to re-process all 70 of them.</p><p>Y'all, the bluetooth volume on my phone was set low.</p><p>XD</p><p>But at least now I know how to batch-detect quiet tracks with <a href="https://polymaths.social/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a>!</p>
C++ Wage Slave<p><span class="h-card" translate="no"><a href="https://mastodon.social/@Edent" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>Edent</span></a></span> <br>If I got the video in binary form, I could read enough of the <a href="https://infosec.space/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> man page to adjust the brightness and contrast myself. The results wouldn't be as good as a specialist could produce, certainly, but they'd be enough to tell me whether the enhanced video could plausibly have been derived from the original.</p><p>For non-geeks, my answer is quite different: we can't be sure of <em>any</em> evidence presented in court, because witnesses, police officers and experts could be lying. That's why we have perjury laws with such stiff penalties. If you can't get your hands on the evidence yourself, you ultimately have to trust the system.</p>
Anisse<p>Here is the magic incantation I've found creates the best animated gifs for use as emojis in Slack. Powered by <span class="h-card" translate="no"><a href="https://mastodon.social/@kornel" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>kornel</span></a></span> 's <a href="https://github.com/ImageOptim/gifski" rel="nofollow noopener noreferrer" target="_blank">gifski</a>:</p><pre><code>ffmpeg -i INPUT.gif -vf "format=yuv420p" -f yuv4mpegpipe - | gifski -W 128 -H 128 -Q 55 -o OUTPUT-compressed.gif -<br></code></pre><p>Make quality <code>-Q</code> vary until size is just below ~128k. For some reason, Slack's limit is not exactly 217, but not 128000 either.</p><p><a href="https://social.treehouse.systems/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> <a href="https://social.treehouse.systems/tags/gifski" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gifski</span></a> <a href="https://social.treehouse.systems/tags/gifsicle" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>gifsicle</span></a> <a href="https://social.treehouse.systems/tags/RustLang" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>RustLang</span></a> <a href="https://social.treehouse.systems/tags/SlackMoji" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SlackMoji</span></a></p>
Radio Azureus<p>I'm going to play with this powerful ffmpeg feature time stretching </p><p><a href="https://mastodon.social/tags/POSIX" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>POSIX</span></a> <a href="https://mastodon.social/tags/FFmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FFmpeg</span></a> <a href="https://mastodon.social/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://mastodon.social/tags/OpenSource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>OpenSource</span></a> <a href="https://mastodon.social/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> </p><p><a href="https://ffmpegbyexample.com/examples/749f6u35/timestretch_audio_and_video_using_rubberband_filter/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">ffmpegbyexample.com/examples/7</span><span class="invisible">49f6u35/timestretch_audio_and_video_using_rubberband_filter/</span></a></p>
Andrey DarkCat09<p>Программист — тот, кто автоматизирует задачу час, чтобы не делать вручную десять минут.</p><p>Чтоб вы понимали масштаб: я щас компилировал <a href="https://gts.dc09.ru/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a>. Хорошо, что вовремя остановил себя, когда хотел переключить с gcc на clang и врубить максимум оптимизаций.</p><p>Сама задача состояла в скачивании иконок веб-сайтов (12&nbsp;штук) в локальные файлы, сразу с конвертированием в маленький WEBP. Сбор ссылок из одного конфига + проход по ним циклом с вызовом ffmpeg решается легко на баше, можно в одну строку.</p><p>Но там ровно две иконки были SVG. А в билде из войда не&nbsp;было флага --enable-librsvg. А я хотел, чтоб пачкой все иконки сконвертировались, без работы вручную. И поэтому пошёл компилять ффмпег (гениально).</p><p>Вручную всё-таки пришлось две штуки, там какие-то файлы кривые были.</p><p><a href="https://git.dc09.ru/DarkCat09/dc09rs/commit/cae3f60679" rel="nofollow noopener noreferrer" target="_blank">https://git.dc09.ru/DarkCat09/dc09rs/commit/cae3f60679</a></p><p><span class="h-card"><a href="https://mastodon.ml/@rf" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>rf</span></a></span></p>
Jörg 🇩🇪🇬🇧🇪🇺<p><a href="https://troet.cafe/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> nachinstalliert. Das löste das Problem unter <a href="https://troet.cafe/tags/Windows" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Windows</span></a>. Hat aber auch nicht geholfen. Wahrscheinlich bleibt mir nix anderes übrig, als extra dafür nun eine VM mit Windows aufzusetzen. Wollte ich eigentlich nicht.</p><p>Leider habe ich keine Video Schnittsoftware als <a href="https://troet.cafe/tags/Opensource" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Opensource</span></a> gefunden, die die Features von Cuttermaran bietet.<br>* Schnitt auch auf B-Frame<br>* Geschnittene Videos werden nur kopiert. Nur die Schnittstellen werden über den <a href="https://troet.cafe/tags/Encoder" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Encoder</span></a> geschleust.</p><p>Any idea?</p><p><a href="https://troet.cafe/tags/followerpower" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>followerpower</span></a> <a href="https://troet.cafe/tags/fedihelp" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>fedihelp</span></a></p>
R.L. Dane :Debian: :OpenBSD: 🍵<p>Update: Thanks to <span class="h-card"><a href="https://mastodon.social/@furicle" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>furicle</span></a></span> for this suggestion. I think it's about perfect:</p><pre><code>tmp $ AV_LOG_FORCE_NOCOLOR=true ffmpeg -hide_banner -i example.opus -filter:a volumedetect -f null /dev/null Input #0, ogg, from 'example.opus': Duration: 02:13:19.89, start: 0.007500, bitrate: 118 kb/s Stream #0:0(eng): Audio: opus, 48000 Hz, stereo, fltp Metadata: encoder : Lavf58.45.100 [Parsed_volumedetect_0 @ 0x563ea07eeb00] n_samples: 0 Stream mapping: Stream #0:0 -&gt; #0:0 (opus (native) -&gt; pcm_s16le (native)) Press [q] to stop, [?] for help Output #0, null, to '/dev/null': Metadata: encoder : Lavf61.7.100 Stream #0:0(eng): Audio: pcm_s16le, 48000 Hz, stereo, s16, 1536 kb/s Metadata: encoder : Lavc61.19.101 pcm_s16le [Parsed_volumedetect_0 @ 0x7f9920003c00] n_samples: 767987856 [Parsed_volumedetect_0 @ 0x7f9920003c00] mean_volume: -21.0 dB [Parsed_volumedetect_0 @ 0x7f9920003c00] max_volume: -2.8 dB [Parsed_volumedetect_0 @ 0x7f9920003c00] histogram_2db: 1 [Parsed_volumedetect_0 @ 0x7f9920003c00] histogram_3db: 70 [Parsed_volumedetect_0 @ 0x7f9920003c00] histogram_4db: 3872 [Parsed_volumedetect_0 @ 0x7f9920003c00] histogram_5db: 98331 [Parsed_volumedetect_0 @ 0x7f9920003c00] histogram_6db: 750534 [out#0/null @ 0x563ea084bf80] video:0KiB audio:1499976KiB subtitle:0KiB other streams:0KiB global headers:0KiB muxing overhead: unknown size=N/A time=02:13:19.87 bitrate=N/A speed= 573x </code></pre><p>Dear sound/audio folks and engineers,</p><p>[Update: just for clarity: I'm looking for a command line utility that will help me decide which of 70 audio recordings need amplification/compression/normalization. Something that can print out media stats like average loudness, or something like that]</p><p>I have a directory with 3.5GiB of audio files (chiefly opus &amp; m4a) which are spoken word recordings.</p><p>Some of them are quite low, and some of them are quite dynamic such that it's a whisper at times and nearly a shout at other times.</p><p>I've processed a lot of them with <a href="https://polymaths.social/tags/audacity" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>audacity</span></a>'s compressor filter or <a href="https://polymaths.social/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> (<code>ffmpeg -i audio.m4a -filter:a "speechnorm=e=50:r=0.0001:l=1" audio-normalized.m4a</code>), but there are some unprocessed files in the collection, which are a pain to individually find and fix.</p><p>Is there a way from the <a href="https://polymaths.social/tags/commandline" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>CommandLine</span></a> to detect the loudness and/or dynamic range of audio files so that I can automatically flag them for processing with ffmpeg?</p><p>Thanks!!</p><p><a href="https://polymaths.social/tags/audio" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>audio</span></a> <a href="https://polymaths.social/tags/sound" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>sound</span></a> <a href="https://polymaths.social/tags/soundengineering" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>SoundEngineering</span></a> <a href="https://polymaths.social/tags/askfedi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AskFedi</span></a> <a href="https://polymaths.social/tags/hivemind" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>HiveMind</span></a></p>
Francesco Yoshi Gobbo :linux:<p>Timelapsing using only screenshots was getting heavy in term of <a href="https://qoto.org/tags/storage" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>storage</span></a> space, so have added a new <a href="https://qoto.org/tags/script" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>script</span></a> to compress the <a href="https://qoto.org/tags/timelapse" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>timelapse</span></a> using a magical technology called '<a href="https://qoto.org/tags/video" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>video</span></a>'.</p><p>so here you can find the commit!<br>Gonna work on adapting the multi-screen one soon ^^</p><p>oh, also rearranged the <a href="https://qoto.org/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> config file!</p><p><a href="https://github.com/FraYoshi/fura-utils/commit/1934fc2f9885511a96839fe637261e77fb65b07c" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/FraYoshi/fura-utils</span><span class="invisible">/commit/1934fc2f9885511a96839fe637261e77fb65b07c</span></a><br><a href="https://qoto.org/tags/bash" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bash</span></a> <a href="https://qoto.org/tags/bashscript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bashscript</span></a> <a href="https://qoto.org/tags/linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>linux</span></a> <a href="https://qoto.org/tags/foss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>foss</span></a> <a href="https://qoto.org/tags/floss" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>floss</span></a> <a href="https://qoto.org/tags/furaUtils" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>furaUtils</span></a></p>
M. Verdone<p><a href="https://icosahedron.website/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> doesn't know how to embed album art in .opus files.</p><p>I wish I knew this before I let my computer reencode my music collection for 23 hours straight.</p><p>The ticket for implementing opus album art has been open for ten years.</p><p><a href="https://trac.ffmpeg.org/ticket/4448" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://</span><span class="">trac.ffmpeg.org/ticket/4448</span><span class="invisible"></span></a></p>
Fabián Rodríguez 🛡💾 🇨🇴 🌴<p>Serving <a href="https://mastodon.social/tags/streaming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>streaming</span></a> <a href="https://mastodon.social/tags/video" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>video</span></a> that adapts to bandwidth from your own website - <a href="https://www.kryogenix.org/days/2025/04/16/serving-streaming-video-that-adapts-to-bandwidth-from-your-own-website/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">kryogenix.org/days/2025/04/16/</span><span class="invisible">serving-streaming-video-that-adapts-to-bandwidth-from-your-own-website/</span></a></p><p><a href="https://mastodon.social/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> <a href="https://mastodon.social/tags/hls" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>hls</span></a></p>
LavX News<p>Unlocking the Sound: Automate Your NTS Radio Episode Downloads with NTS Archiver</p><p>NTS Archiver revolutionizes the way you can capture and archive your favorite NTS Radio shows effortlessly. This command-line tool allows users to download episodes along with rich metadata, making it...</p><p><a href="https://news.lavx.hu/article/unlocking-the-sound-automate-your-nts-radio-episode-downloads-with-nts-archiver" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">news.lavx.hu/article/unlocking</span><span class="invisible">-the-sound-automate-your-nts-radio-episode-downloads-with-nts-archiver</span></a></p><p><a href="https://mastodon.cloud/tags/news" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>news</span></a> <a href="https://mastodon.cloud/tags/tech" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>tech</span></a> <a href="https://mastodon.cloud/tags/FFmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FFmpeg</span></a> <a href="https://mastodon.cloud/tags/NTSArchiver" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>NTSArchiver</span></a> <a href="https://mastodon.cloud/tags/yt" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>yt</span></a>-dlp</p>
Francesco Yoshi Gobbo :linux:<p>created new script on the fura-utils,<br>to save timelapse screenshots of multiple monitors.</p><p>you can find the commit here:<br><a href="https://github.com/FraYoshi/fura-utils/commit/d72943abcc63f21d338851d0a3088d46a48246c4" rel="nofollow noopener noreferrer" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/FraYoshi/fura-utils</span><span class="invisible">/commit/d72943abcc63f21d338851d0a3088d46a48246c4</span></a><br><a href="https://qoto.org/tags/bashScript" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>bashScript</span></a> <a href="https://qoto.org/tags/Linux" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Linux</span></a> <a href="https://qoto.org/tags/FLOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FLOSS</span></a> <a href="https://qoto.org/tags/FOSS" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FOSS</span></a> <a href="https://qoto.org/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a></p>
utopiArte<p><a href="https://tupambae.org/search?tag=ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> template (in development) containing all commands for fast and simple editing of snippets, in this case with the files to create the audio file above this comment:<br><em>leak_bitPicRecovery_mdCC.mp3</em><br><a href="https://media.tupambae.org/colaborator/studi0/pro_rockybit/docs/ffmpeg_exiftool/00_ffmpeg_mp3_rockyRecovery_leak_01" rel="nofollow noopener noreferrer" target="_blank">media.tupambae.org/colaborator…</a></p><p>original template:<br><a href="https://media.tupambae.org/colaborator/studi0/pro_rockybit/docs/ffmpeg_exiftool/00_ffmpeg_mp3_episodeFILEname_00" rel="nofollow noopener noreferrer" target="_blank">media.tupambae.org/colaborator…</a></p><p><span class="h-card"><a href="https://troet.cafe/users/deusfigendi" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>deusfigendi</span></a></span><br><em>So viel zu den quantenphysischen Momenten wenn ein Kommntar ueber duckduckgo-AI im Stream just in den work flow passt .. :)</em></p><p><span class="h-card"><a href="https://troet.cafe/users/aiquez" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>aiquez</span></a></span> <span class="h-card"><a href="https://moppels.bar/users/98zdjovf3p" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>crossgolf_rebel</span></a></span> <span class="h-card"><a href="https://berlin.social/users/mina" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>mina</span></a></span></p>
Øyvind Kolås<p><span class="h-card" translate="no"><a href="https://m.xuv.be/@julien" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>julien</span></a></span> <span class="h-card" translate="no"><a href="https://post.lurk.org/@hellocatfood" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>hellocatfood</span></a></span> </p><p><a href="https://mastodon.xyz/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> has multiple dither methods among them some positional algorithmic one I've had fun searching for the formulas for</p><p><a href="http://pippin.gimp.org/a_dither/" rel="nofollow noopener noreferrer" translate="no" target="_blank"><span class="invisible">http://</span><span class="">pippin.gimp.org/a_dither/</span><span class="invisible"></span></a></p>
Thomas Lavergne<p>I made a video and an audio track sound. I synchronized the two with ffmpeg. They are well in sync on my (linux) and on a friend's (mac) laptop.</p><p>But when I load and read it on my (android) phone, the audio is slightly (.1-.2 sec?) but visibly out of sync. I can't upload this on Loops. Annoying. Any one has an idea of what I can do?</p><p><a href="https://fediscience.org/tags/video" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>video</span></a> <a href="https://fediscience.org/tags/music" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>music</span></a> <a href="https://fediscience.org/tags/videoEditing" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>videoEditing</span></a> <a href="https://fediscience.org/tags/Loops" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Loops</span></a> <a href="https://fediscience.org/tags/FfmpegTips" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FfmpegTips</span></a> <a href="https://fediscience.org/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a></p>
Zergy :verified: :redpanda:<p><a href="https://mastodon.zergy.net/tags/FFMPEG" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>FFMPEG</span></a> <a href="https://mastodon.zergy.net/tags/Youtube" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Youtube</span></a> <a href="https://mastodon.zergy.net/tags/Streaming" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Streaming</span></a></p>
Rich Johnson<p>Here is the new <a href="https://fosstodon.org/tags/Development" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Development</span></a> <a href="https://fosstodon.org/tags/PC" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>PC</span></a> Build:</p><p>- <a href="https://fosstodon.org/tags/AMD" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>AMD</span></a> <a href="https://fosstodon.org/tags/Ryzen" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Ryzen</span></a> 7 7700X<br>- <a href="https://fosstodon.org/tags/Gigabyte" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Gigabyte</span></a> B650 Gaming X AX V2<br>- <a href="https://fosstodon.org/tags/GSkill" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>GSkill</span></a> 32GB DDR5 PC-6000<br>- <a href="https://fosstodon.org/tags/Samsung" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Samsung</span></a> 990 Evo Plus 1TB<br>- <a href="https://fosstodon.org/tags/Thermalright" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>Thermalright</span></a> Peerless Assassin 120 SE<br>- <a href="https://fosstodon.org/tags/LianLi" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>LianLi</span></a> Lancool 2007 Case<br>- <a href="https://fosstodon.org/tags/MSI" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>MSI</span></a> MAG A750BE PSU<br>- <span class="h-card" translate="no"><a href="https://floss.social/@kde" class="u-url mention" rel="nofollow noopener noreferrer" target="_blank">@<span>kde</span></a></span> Neon</p><p>Went w/ integrated graphics for the time being &amp; it is more than I need. Does <a href="https://fosstodon.org/tags/3dprinting" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>3dprinting</span></a> slicing &amp; drawing just fine, <a href="https://fosstodon.org/tags/virtualization" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>virtualization</span></a> just fine, <a href="https://fosstodon.org/tags/ffmpeg" class="mention hashtag" rel="nofollow noopener noreferrer" target="_blank">#<span>ffmpeg</span></a> &amp; the little bit of video editing I do. Blows the old i7-6700 w/ 16GB out of the water!</p>