Minimal example: transcode from MP3 to WMA:
ffmpeg -i input.mp3 output.wma
You can get the list of supported formats with:
ffmpeg -formats
You can get the list of installed codecs with:
| # First, you must get the previous commit sha, the one before the forced push: | |
| ## Hit through terminal | |
| curl -u <username> https://api.github.com/repos/:owner/:repo/events | |
| # Then you can create a branch from this sha: | |
| ## Hit through terminal | |
| curl -u <github-username> -X POST -d '{"ref":"refs/heads/<new-branch-name>", "sha":"<sha-from-step-1>"}' https://api.github.com/repos/:owner/:repo/git/refs |
| name: "GTANet" | |
| # Can be used with pretrained Caffenet (AlexNet architecture). | |
| # Layers with names containing 'gtanet' are not transferred from Caffenet. | |
| layer { | |
| name: "gta_frames_input_layer" | |
| type: "HDF5Data" | |
| top: "images" | |
| top: "targets" |