Skip to content

Commit

Permalink
- [#] update README
Browse files Browse the repository at this point in the history
  • Loading branch information
suntong committed Mar 17, 2023
1 parent 9126b54 commit 7c8b4f5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
8 changes: 8 additions & 0 deletions README.e.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@

### Latest Update(s)


#### Latest Releases

- Release v1.9.0
* `ffcvt -version` now checks/outputs dependent program versions too
* now finished percentage are calculated from file size
- Release v1.8.1, enable parallel execution

#### Release v1.8.0

* 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.
Expand Down
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ using ffmpeg.
## TOC
- [ffcvt - ffmpeg convert wrapper tool](#ffcvt---ffmpeg-convert-wrapper-tool)
- [Latest Update(s)](#latest-update(s))
- [Latest Releases](#latest-releases)
- [Release v1.8.0](#release-v180)
- [Release v1.7.5](#release-v175)
- [Release v1.7.3](#release-v173)
Expand Down Expand Up @@ -43,6 +44,14 @@ using ffmpeg.

### Latest Update(s)


#### Latest Releases

- Release v1.9.0
* `ffcvt -version` now checks/outputs dependent program versions too
* now finished percentage are calculated from file size
- Release v1.8.1, enable parallel execution

#### Release v1.8.0

* 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.
Expand Down Expand Up @@ -109,8 +118,13 @@ There is a quick usage help that comes with `ffcvt`, produced when it is invoked

```sh
$ ffcvt -version
ffcvt
Version 1.8.0 built on 2022-02-12
ffcvt version 1.9.0 built on 2023-03-16

ffmpeg version 4.3.3-0+deb11u1 Copyright (c) 2000-2021 the FFmpeg developers
built with gcc 10 (Debian 10.2.1-6)

ffprobe version 4.3.3-0+deb11u1 Copyright (c) 2007-2021 the FFmpeg developers
built with gcc 10 (Debian 10.2.1-6)
```

### $ ffcvt
Expand Down

0 comments on commit 7c8b4f5

Please sign in to comment.