You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.e.md
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -112,7 +112,3 @@ Please check them out in the [wiki](https://github.com/suntong/ffcvt/wiki/), and
112
112
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).
113
113
114
114
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.
@@ -120,10 +119,10 @@ There is a quick usage help that comes with `ffcvt`, produced when it is invoked
120
119
$ ffcvt -version
121
120
ffcvt version 1.9.0 built on 2023-03-16
122
121
123
-
ffmpeg version 4.3.3-0+deb11u1 Copyright (c) 2000-2021 the FFmpeg developers
122
+
ffmpeg version 4.3.5-0+deb11u1 Copyright (c) 2000-2022 the FFmpeg developers
124
123
built with gcc 10 (Debian 10.2.1-6)
125
124
126
-
ffprobe version 4.3.3-0+deb11u1 Copyright (c) 2007-2021 the FFmpeg developers
125
+
ffprobe version 4.3.5-0+deb11u1 Copyright (c) 2007-2022 the FFmpeg developers
127
126
built with gcc 10 (Debian 10.2.1-6)
128
127
```
129
128
@@ -295,9 +294,9 @@ As suggested before, don't use `avconv`, use `ffmpeg` instead (the `avconv` fork
295
294
296
295
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.
297
296
298
-
###Install Debian/Ubuntu package
297
+
## Install Debian/Ubuntu package
299
298
300
-
apt install ffcvt
299
+
sudo apt install -y ffcvt
301
300
302
301
## Download/install binaries
303
302
@@ -347,18 +346,18 @@ curl -1sLf \
347
346
348
347
# That's it. You then can do your normal operations, like
349
348
350
-
sudo apt-get update
349
+
sudo apt update
351
350
apt-cache policy ffcvt
352
351
353
-
sudo apt-get install -y ffcvt
352
+
sudo apt install -y ffcvt
354
353
```
355
354
356
355
## Install Source
357
356
358
357
To install the source code instead:
359
358
360
359
```
361
-
go get -v -u github.com/suntong/ffcvt
360
+
go install github.com/suntong/ffcvt@latest
0 commit comments