Skip to content

Commit 7c8b4f5

Browse files
committed
- [#] update README
1 parent 9126b54 commit 7c8b4f5

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

README.e.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
### Latest Update(s)
1414

15+
16+
#### Latest Releases
17+
18+
- Release v1.9.0
19+
* `ffcvt -version` now checks/outputs dependent program versions too
20+
* now finished percentage are calculated from file size
21+
- Release v1.8.1, enable parallel execution
22+
1523
#### Release v1.8.0
1624

1725
* Now able to define your own defaults. Just make a copy of [ffcvt.json](ffcvt.json) and customize it to your heart's content, then use the `-cfg` option to point to it. Better yet, set `FFCVT_CFG` environment variable and forget all about it afterwards.

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ using ffmpeg.
1616
## TOC
1717
- [ffcvt - ffmpeg convert wrapper tool](#ffcvt---ffmpeg-convert-wrapper-tool)
1818
- [Latest Update(s)](#latest-update(s))
19+
- [Latest Releases](#latest-releases)
1920
- [Release v1.8.0](#release-v180)
2021
- [Release v1.7.5](#release-v175)
2122
- [Release v1.7.3](#release-v173)
@@ -43,6 +44,14 @@ using ffmpeg.
4344

4445
### Latest Update(s)
4546

47+
48+
#### Latest Releases
49+
50+
- Release v1.9.0
51+
* `ffcvt -version` now checks/outputs dependent program versions too
52+
* now finished percentage are calculated from file size
53+
- Release v1.8.1, enable parallel execution
54+
4655
#### Release v1.8.0
4756

4857
* Now able to define your own defaults. Just make a copy of [ffcvt.json](ffcvt.json) and customize it to your heart's content, then use the `-cfg` option to point to it. Better yet, set `FFCVT_CFG` environment variable and forget all about it afterwards.
@@ -109,8 +118,13 @@ There is a quick usage help that comes with `ffcvt`, produced when it is invoked
109118

110119
```sh
111120
$ ffcvt -version
112-
ffcvt
113-
Version 1.8.0 built on 2022-02-12
121+
ffcvt version 1.9.0 built on 2023-03-16
122+
123+
ffmpeg version 4.3.3-0+deb11u1 Copyright (c) 2000-2021 the FFmpeg developers
124+
built with gcc 10 (Debian 10.2.1-6)
125+
126+
ffprobe version 4.3.3-0+deb11u1 Copyright (c) 2007-2021 the FFmpeg developers
127+
built with gcc 10 (Debian 10.2.1-6)
114128
```
115129

116130
### $ ffcvt

0 commit comments

Comments
 (0)