Skip to content

Commit 75516c0

Browse files
committed
- [#] prepare for separated README
1 parent c8dea36 commit 75516c0

1 file changed

Lines changed: 1 addition & 57 deletions

File tree

README.e.md

Lines changed: 1 addition & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,3 @@
1-
2-
# {{.Name}}
3-
4-
{{render "license/shields" . "License" "MIT"}}
5-
{{template "badge/godoc" .}}
6-
{{template "badge/goreport" .}}
7-
{{template "badge/travis" .}}
8-
91
## {{toc 5}}
102

113
## {{.Name}} - ffmpeg convert wrapper tool
@@ -80,59 +72,11 @@ The detailed guide to choose/provide proper parameters to `ffcvt` have been move
8072

8173
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.
8274

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-
12775
## Tools Choices
12876

12977
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).
13078

13179
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.
13280

133-
## Author(s)
134-
135-
Tong SUN
136-
![suntong from cpan.org](https://img.shields.io/badge/suntong-%40cpan.org-lightgrey.svg "suntong from cpan.org")
81+
### Debian package
13782

138-
All patches welcome.

0 commit comments

Comments
 (0)