Video editing - martindubenet/contents GitHub Wiki
.mp4
file format
Converting a video to - Install and launch VLC Media Player
- From the VLC menu, go to Media ➥ Convert/Save…
- In the File tab, click the +Add… button and select your file to convert.
- Click on the Convert/Save… button at the bottom.
- From the Convert window, in the Sectings section, choose the profile
Video - H.264 + MP3 (MP4)
. - In the Destination folder, browse to confirm the folder destination.
- Click Start button.
- Your done.
How to rip audio from YouTube video using VLC |
---|
Reverting a video to make it play backward (on Windows OS)
- http://ffmpeg.org/download.html
- Choose the Windows Builds option. This should take you to an other website.
- Choose the Architecture Windows 64-bit
- Unzip it on your workstation.
- Rename your video file to
_Original.mp4
. - Copy/Paste your
_Original
file within the unzipped folder (step 4)~\Downloads\ffmpeg-20XXXXXX-XXXXXXX-win64-static\bin
. - Right-click anywhere in the File Explorer window and select Git Bash Here option from the contextual menu (assuming you have Git Bash installed).
- Copy/Paste the following line within your Git Bash Terminal window:
./ffmpeg.exe -i _Original.mp4 -vf reverse -af areverse -c:v libx264 -preset fast -crf 22 _Reversed.mp4
- The execution will go on printing about 100 lines after what you should see the new files
_Reversed.mp4
within File Explorer.
Reference: Reverse Video ◄ Easy Tutorial Windows/Mac OS X/Linux (youtube)