Convert video from MP4 format to FLV format
$brew install ffmpeg
$ffmpeg -i input_file.mp4 -f flv output.flv
- ffmpeg - runs the program
- -i input_file.mp4 - input file
- -f flv - force format followed by format
- output.flv - output file
Convert video from MP4 format to FLV format
$brew install ffmpeg
$ffmpeg -i input_file.mp4 -f flv output.flv
Hence, if you are interested in existing applications to "just work" without the need for adjustments, then you may be better off avoiding Wayland.
Wayland solves no issues I have but breaks almost everything I need. Even the most basic, most simple things (like xkill
) - in this case with no obvious replacement. And usually it stays broken, because the Wayland folks mostly seem to care about Automotive, Gnome, maybe KDE - and alienating everyone else (e.g., people using just an X11 window manager or something like GNUstep) in the process.
As 2024 is winding down:
pm list packages -f |
Hi All! | |
I've recently launched a tool that wraps many of the commands here with a user interface. This desktop application is currently available for macOS. There's a roadmap outlining planned features for the near future. | |
Feel free to request any features you'd like to see, and I'll prioritize them accordingly. | |
One of the most important aspects of this application is that every command executed behind the scenes is displayed in a special log section. This allows you to see exactly what’s happening and learn from it. | |
Here's the link to the repository: https://github.com/Pulimet/ADBugger | |
App Description: | |
ADBugger is a desktop tool designed for debugging and QA of Android devices and emulators. It simplifies testing, debugging, and performance analysis by offering device management, automated testing, log analysis, and remote control capabilities. This ensures smooth app performance across various setups. |
# Unbound is a validating, recursive, and caching DNS resolver. | |
https://wiki.archlinux.org/index.php/Unbound | |
# install unbound, expat | |
sudo pacman -Syy --noconfirm unbound expat ldns bind-tools | |
# setup etckeeper | |
sudo pacman -Syy --noconfirm etckeeper | |
git config --global user.email "me@armory" | |
git config --global user.name "Me Myself and I" |