|
1 | | - |
2 | | -# {{.Name}} |
3 | | - |
4 | | -{{render "license/shields" . "License" "MIT"}} |
5 | | -{{template "badge/godoc" .}} |
6 | | -{{template "badge/goreport" .}} |
7 | | -{{template "badge/travis" .}} |
8 | | - |
9 | 1 | ## {{toc 5}} |
10 | 2 |
|
11 | 3 | ## {{.Name}} - ffmpeg convert wrapper tool |
@@ -80,59 +72,11 @@ The detailed guide to choose/provide proper parameters to `ffcvt` have been move |
80 | 72 |
|
81 | 73 | Please check them out in the [wiki](https://github.com/suntong/ffcvt/wiki/), and for other documents like "Most used ffmpeg options", "How to crop a video", etc. |
82 | 74 |
|
83 | | -## Download/Install |
84 | | - |
85 | | -### Using `apt` |
86 | | - |
87 | | -The `ffcvt` is now officially in Debian repository, so the installation is now as simple as a `apt install`/`apt-get install`: |
88 | | - |
89 | | - apt install ffcvt |
90 | | - |
91 | | -### Download binaries |
92 | | - |
93 | | -- The latest binary executables are available under |
94 | | -https://bintray.com/suntong/bin/{{.Name}}/latest |
95 | | -as the result of the Continuous-Integration process. |
96 | | -- I.e., they are built right from the source code during _every_ git commit _automatically_ by [travis-ci](https://travis-ci.org/). |
97 | | -- Pick & choose the binary executable that suits your OS and its architecture. E.g., for Linux, it would most probably be the `{{.Name}}-linux-amd64` file. If your OS and its architecture is not available in the download list, please let me know and I'll add it. |
98 | | -- You may want to rename it to a shorter name instead, e.g., `{{.Name}}`, after downloading it. |
99 | | - |
100 | | - |
101 | | -### Debian package |
102 | | - |
103 | | -Debian package _repo_ is available at https://dl.bintray.com/suntong/deb. |
104 | | -The _browse-able_ repo view is at https://bintray.com/suntong/deb. |
105 | | - |
106 | | -``` |
107 | | -echo "deb [trusted=yes] https://dl.bintray.com/suntong/deb all main" | sudo tee /etc/apt/sources.list.d/suntong-debs.list |
108 | | -sudo apt-get update |
109 | | -
|
110 | | -sudo chmod 644 /etc/apt/sources.list.d/suntong-debs.list |
111 | | -apt-cache policy {{.Name}} |
112 | | -
|
113 | | -sudo apt-get install -y {{.Name}} |
114 | | -``` |
115 | | - |
116 | | -### Install Source |
117 | | - |
118 | | -If you prefer to compile and install `ffcvt` from source, although a manual process, it's pretty straightforward and simple. |
119 | | - |
120 | | -0. Get the source via `git clone` or [`go get`](https://golang.org/cmd/go/#hdr-Download_and_install_packages_and_dependencies). |
121 | | -0. Do `cd ffcvt`, then issue [`go build`](https://golang.org/cmd/go/#hdr-Compile_packages_and_dependencies) without any other parameters. |
122 | | -0. Copy the generated executable somewhere in the PATH |
123 | | - |
124 | | -That's it, it's ready to roll. |
125 | | - |
126 | | - |
127 | 75 | ## Tools Choices |
128 | 76 |
|
129 | 77 | As suggested before, don't use `avconv`, use `ffmpeg` instead (the `avconv` fork was more for political reasons. I personally believe `ffmpeg` is technically superior although might not be politically). |
130 | 78 |
|
131 | 79 | As for video/movie play back, use [mpv](http://mpv.io/). It is a fork of mplayer2 and MPlayer, and is a true *modern* *all-in-one* movie player that can play ANYTHING, and one of the few movie players being actively developed all the time. Download link is in [mpv.io](http://mpv.io/), from which Ubuntu repo I get my Ubuntu `ffmpeg` package as well. If you are unsatisfied with mpv's simple user interface, check out https://wiki.archlinux.org/index.php/Mpv#Front_ends. |
132 | 80 |
|
133 | | -## Author(s) |
134 | | - |
135 | | -Tong SUN |
136 | | - |
| 81 | +### Debian package |
137 | 82 |
|
138 | | -All patches welcome. |
0 commit comments