Skip to content

Commit

Permalink
update v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanslack committed Apr 20, 2022
1 parent 9e55905 commit f581948
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 33 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ License: GPL3

Change make on Videomass presets

+------------------------------------+
April 20, 2022 V0.8

Presets_supplied_with_Videomass
|
|-- * Removed `Pictures_from_Video.prst` due to incompatibilities with
| Videomass >= 4.0.1 .
|-- * Added `Create animated GIFs.prst`.

+------------------------------------+
March 15, 2022 V0.7

Expand Down
34 changes: 34 additions & 0 deletions Presets_supplied_with_Videomass/Create animated GIFs.prst
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
[
{
"Name": "1. GIF from video",
"Description": "create low quality animated GIFs",
"First_pass": "-r 4.0",
"Second_pass": "",
"Supported_list": "",
"Output_extension": "gif"
},
{
"Name": "2. GIF from video",
"Description": "create high quality animated GIFs",
"First_pass": "-vf \"[0:v] split=2 [a][b]; [a] palettegen [p]; [b] [p] paletteuse\" -loop 0",
"Second_pass": "",
"Supported_list": "",
"Output_extension": "gif"
},
{
"Name": "3. GIF from video",
"Description": "create high quality animated GIFs",
"First_pass": "-vf \"fps=10,scale=200:-1:flags=lanczos,split=2 [a][b]; [a] palettegen [pal]; [b] fifo [b]; [b] [pal] paletteuse\" -loop 0",
"Second_pass": "",
"Supported_list": "",
"Output_extension": "gif"
},
{
"Name": "4. GIF from video",
"Description": "create animated low quality GIFs",
"First_pass": "-vf \"scale=200:-1:flags=lanczos,split=2 [a][b]; [a] palettegen [pal]; [b] fifo [b]; [b] [pal] paletteuse\" -loop 0",
"Second_pass": "",
"Supported_list": "",
"Output_extension": "gif"
}
]
26 changes: 0 additions & 26 deletions Presets_supplied_with_Videomass/Pictures_from_Video.prst

This file was deleted.

2 changes: 1 addition & 1 deletion Presets_supplied_with_Videomass/version/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.6
0.8
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ To use new presets, follow the steps below.
* Launch the [Videomass](https://jeanslack.github.io/Videomass/) application.
* Go to the menu bar > tools, then click on "Download the latest presets" .
* Open the folder where you chose to download the presets, then extract the tarball.
* From the Videomass Home panel click on the big Presets Manager button and
drag some audio/video files (one is enough).
* Click the Next button on the toolbar to switch on Presets Manager panel.
* Go to the Presets Manager panel.
* On the left side of the Presets box, click on the "Import preset" button or
the "Import group" button and follow the instructions that appear.
* The new presets should appear in the drop-down menu.
Expand All @@ -25,9 +23,7 @@ the "Import group" button and follow the instructions that appear.
* Download the latest release available.
* Extract tarball or zipball archive.
* Launch the [Videomass](https://jeanslack.github.io/Videomass/) application.
* From the Videomass Home panel click on the big Presets Manager button and
drag some audio/video files (one is enough).
* Click the Next button on the toolbar to switch on Presets Manager panel.
* Go to the Presets Manager panel.
* On the left side of the Presets box, click on the "Import preset" button or
the "Import group" button and follow the instructions that appear.
* The new presets should appear in the drop-down menu.
Expand Down

0 comments on commit f581948

Please sign in to comment.