Nástroje používateľa

Nástoje správy stránok


start

Blog

Creating static (one-image) video with ffmpeg

TODO Convert MediaWiki code to DokuWiki

After reading many different (working) answers on this question, I was still dissatisfied with the fact that the resulting video size was never (even roughly) the size of AUDIO + IMAGE. So let me first explain the reason for this, followed by bad and good ways to solve it. Lastly, I will give my bash function for creating staticimage videos.

This is a repost from AskUbuntu, StackOverflow, Video StackExchange and SuperUser posts.

→ čítat viac…

2026/07/09 22:32 · Róbert Toth

Brave / Chrome Developer Tools Console spamming "Error with Permissions-Policy header: Origin trial controlled feature not enabled" errors

This is usually caused by uBlock Origin extension trying to turn off some privacytracking features which are disabled browserwide, and therefore cannot be turned off by the extension.

→ čítat viac…

2026/06/30 16:20 · Róbert Toth

Wineskin Engines archive

Comprehensive list of Wineskin engines for download.

Parsed from PortingKit list of engines.

These need to be copied into ~/Library/Application Support/Wineskin/Engines to appear in Wineskin Winery.

→ čítat viac…

2025/11/14 15:57 · Róbert Toth

My App settings defaults

A collection of my preferred hidden and undocumented settings for Apps I use.

The apps are alphabetically ordered by their title.

→ čítat viac…

2025/11/08 16:43 · Róbert Toth

Command-line tools for PDF processing

A collection of command line solutions for different PDFmanipulation usecases, such as:

  • PDF splitting (“explode” one multipage PDF into set of singlepage PDFs)
  • cropping PDF pages

Due to the nature of the topic, this post is (and probably will remain) a workinprogress.

→ čítat viac…

2025/05/07 22:14 · Róbert Toth

Adjusting $PATH on macOS Mojave (and linking it to Xcode Command Line binaries)

Trying to set PATH environment variable on macOS is hell.

This article presents a simple solution using launchctl utility which meets the following criteria:

  • the PATH change is permanent (that is, it survives system restart);
  • the PATH change is seen and propagated to both GUI and shell applications – that is, both Terminal (bash/Zsh in macOS Catalina+) and applications launched by Spotlight, Dock and Finder see the adjusted PATH;
  • it allows appending a path to existing PATH variable, not just rewriting it to custom value;
  • it should preferably allow setting the PATH on a peruser basis, not systemwide (and thus for all users);
  • lastly, it works (at least) on macOS 10.14 Mojave and onwards

The article will also show how to make Xcode Command Line binaries available to all applications – this will, for example, replace the need to separately install python3 package (which is sometimes a little difficult), since it is part of the Command Line utilities.

→ čítat viac…

2025/01/09 23:40 · Róbert Toth

Tweaking apps, executables and dynamic libraries with install_name_tool and otool

Sometimes you want to investigate dynamic libraries (*.dylib) the app is using, relink them or remove unused ones from the *.app package. install_name_tool and otool are here to help you with that!

→ čítat viac…

2025/01/09 18:22 · Róbert Toth

Completely disable macOS CrashReport

While you can Disable OS X crashreporter dialog after application force-quit, this won't prevent CrashReport process from actually starting up after application crash to gather the information and create log.

This can from seconds to dozens of minutes depending on size of the process which crashed.

→ čítat viac…

2024/11/10 11:50 · Róbert Toth
start.txt · Posledná úprava: 2013/11/03 14:19 od Róbert Toth