ffmpeg -i in.mov -vf "transpose=1" out.mov
For the transpose parameter you can pass:
0
= 90 Counter Clockwise and Vertical Flip (default)1
= 90 Clockwise2
= 90 Counter Clockwise
youtube-dl -o output-filename.mp4 --referer "https://zoom.us/" --add-header "Cookie: <Header cookie>" "<General Request URL>"
When you visit the Zoom recording that you want to download.
Ctrl + Shift + I
or F12
.Ctrl+R
or F5
..mp4
in the search box of the developer tools.sudo pkill -9 coreaudiod |
I wasn't able to shut the audio off with the config.ini
file, but only with the -noaudio
cmd line argument to qemu. However, with Android Studio 3.2, you can't add custom arguments to the emulator, so I made this:
In the emulator dir of the Android SDK, in my case ~/Android/Sdk/emulator/
mv emulator emulator.orig
Make a bash script called emulator with the content:
#!/bin/bash
dart create -t console-simple project_name
flutter create --org com.example.project.name --androidx -i swift -a kotlin --description 'Description goes here' flutter_project_name
flutter create --org com.example.package.name --description 'Description goes here' --template=package flutter_package_name