Releases: suntong/ffcvt
Releases · suntong/ffcvt
v1.15.0
v1.12.0
v1.11.1
Release v1.11.0
Release v1.11.0, introduce new CPU shaping options.
May not be useful for most cases, but there exist weird free cloud services provider insists CPU has to be over some threshold for some time, so instead of wasting CPU for nothing, why not put it into practical use, :) Just schedule the conversion in cron
, and ffcvt
will pick up the to be converted files in sequence, without duplicated work.
Changelog
Release v1.10.0
Release v1.10.0, specially for song tweaking.
Dedicated to my dear daughter, on her 16th birthday.
Changelog
- d3693a9 Release v1.10.0
- 44d125a - [#] update README
- cce22c2 - [#] install ffmpeg in GH workflow
- 29eebe1 - [#] update GH workflow to latest template
- b1ec953 - [#] rename karaoke option from -k to -K, to symbolize advanced op
- 345b92c - [+] add karaoke option tests
- 2521f0f - [+] implement karaoke option; close #31
- 9124987 - [+] add karaoke option wireframe
- f4b59a5 - [#] update test2 results
- b5c065d - [+] add transposing tests
- d8ecb72 - [#] update test
- f6ee9d5 - [+] implement transpose feature; close #30
- c1b7045 - [+] add empty option
- 1397c6f - [+] add transpose options wireframe
- ff9a779 - [#] update README.end.e.md
v1.9.0
v1.8.1
v1.8.0
Release v1.8.0, define your own defaults; and being inclusive
For further details:
https://github.com/suntong/ffcvt#release-v180
Changelog
- 83c4038 - [#] Release 1.8.0
- 9a0f9c0 - [#] update README
- b870e20 - [#] update .gitignore & .gitattributes
- 65ffc03 - [+] none-video files are now duplicated to dest dir
- eb446ca - [!] initVals() before accessing Opts.Cfg
- 3b8de34 - [!] update CI tests
- ec9ecd5 - [!] update CI go-version to 1.16
- d090f5d - [#] the -cfg functionality implemented
- dbcc464 - [+] add the -cfg wireframe
- 526e910 - [#] refactor Defaults def into embed ffcvt.json
- 1a4706c - [#] update .gitattributes
- 7a8e34c - [+] add std .gitattributes
- b9ad2c4 - [#] generalize test of github cli
v1.7.6
v1.7.5
Release v1.7.5
- add
--Speed
for speeding up playback. Details in #22 - Also have added a
copy
target type that can speed up theSeg
(split video) operation (v1.7.4). Details in #21
Changelog
- 96a659e Merge pull request #27 from suntong/all-contributors/add-brainstorm
- 151dad4 docs: update .all-contributorsrc [skip ci]
- 7212a9e docs: update README.end2.e.md [skip ci]
- ba3f676 docs: update README.beg.e.md [skip ci]
- 37018fc docs: update README.md [skip ci]
- b471951 Merge pull request #26 from suntong/all-contributors/add-bdaroz
- 3341f52 docs: update .all-contributorsrc [skip ci]
- 0b96205 docs: update README.end2.e.md [skip ci]
- 6c7ded3 docs: update README.beg.e.md [skip ci]
- defd425 docs: update README.md [skip ci]
- 77f4221 Merge pull request #25 from suntong/all-contributors/add-bjwest
- dcd3141 docs: update .all-contributorsrc [skip ci]
- 22e6592 docs: update README.end2.e.md [skip ci]
- e483c06 docs: update README.beg.e.md [skip ci]
- 500a9d9 docs: update README.md [skip ci]
- f3d4c2a Merge pull request #24 from suntong/all-contributors/add-sanjaymsh
- 131b6aa docs: update .all-contributorsrc [skip ci]
- b8fc816 docs: update README.end2.e.md [skip ci]
- d38f674 docs: update README.beg.e.md [skip ci]
- 8a4689a docs: update README.md [skip ci]
- 21da395 - [#] update README from .e.md
- e066c12 - [#] version 1.7.5, add --Speed for speeding up playback
- 5313820 - [#] update for separated README
- 58b697c - [+] add all-contributors initial settings
- 75516c0 - [#] prepare for separated README
- c8dea36 - [+] implement --Speed, speeding up playback, closes #22
- 297bf43 - [+] add --Speed wireframe, for speeding up playback speed
- 2dfd810 - [#] version 1.7.4, add a copy profile
- dcc5766 - [+] add a copy profile, closes #21
- 657253d - [+] add copyright to flag_array