If you're coming from Windows 10/11, you may be used to being able to hit 🪟 + . on your keyboard like:
You can then search for an emoji using the emoji picker that pops up:
| #!/usr/bin/perl | |
| use strict; | |
| use warnings; | |
| use MIME::Parser; | |
| use Data::Dumper; | |
| use List::Util qw(first); | |
| $ENV{RMAPI_HOST}='https://rmfakecloud.example.com/'; | |
Brought to you by Headjack
FFmpeg is one of the most powerful tools for video transcoding and manipulation, but it's fairly complex and confusing to use. That's why I decided to create this cheat sheet which shows some of the most often used commands.
Let's start with some basics:
ffmpeg calls the FFmpeg application in the command line window, could also be the full path to the FFmpeg binary or .exe file