Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
linux:ffmepeg [2019/01/10 17:36] admin created |
linux:ffmepeg [2019/01/10 17:43] (current) admin [Video Stabilization with FFmpeg] |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ==== Video Stabilization with FFmpeg ==== | ==== Video Stabilization with FFmpeg ==== | ||
| - | [[https:// | ||
| + | === Install Vidstab === | ||
| For Ubuntu Trusty 16.04 install the [[http:// | For Ubuntu Trusty 16.04 install the [[http:// | ||
| - | [[https:// | ||
| sudo add-apt-repository ppa: | sudo add-apt-repository ppa: | ||
| sudo apt-get update | sudo apt-get update | ||
| Line 14: | Line 13: | ||
| hash -r | hash -r | ||
| Now run ffmpeg2 (note the " | Now run ffmpeg2 (note the " | ||
| + | For Arch Linux vidstab is already included, one can just use ffmpeg.\\ | ||
| - | === Calculating the stabilization vectors | + | === Calculating the Stabilization Vectors |
| | | ||
| - | === Transcoding the video === | + | === Transcoding the Video === |
| | | ||
| - | + | ||
| + | That manual is taken from: [[https:// | ||
| + | |||
| + | ---- | ||
| + | ==== Links ==== | ||
| + | [[https:// | ||
| + | [[http:// | ||
| + | [[https:// | ||
| + | [[https:// | ||
| ---- | ---- | ||