A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
| $ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4 |
A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
Install, build and debug a react native app in WSL2 (Windows Subsystem for Linux) and Ubuntu.