- 05 Mar, 2020 1 commit
-
-
The method is applied to the project video framerate, to the audio rate, and to the audio channels number. In addition, in the Render dialog it's applied to the muxer and to the encoder(s). - The audio widgets should always succeed as we don't allow custom values. - The muxer is allowed to fail as it means it's missing from the current system, and maybe the user wants to render using a different one. - Similarly, we pick the first available encoder if the preferred one cannot be found. - The video framerate is allowed to fail as we allow setting a custom framerate. Fixes #2425
-
- 18 Feb, 2020 1 commit
-
-
We assume the user intends to apply the effect to the entire clip surface.
-
- 06 Jan, 2020 1 commit
-
-
Alexandru Băluț authored
According to https://www.gnu.org/licenses/gpl-howto.html
-
- 29 Dec, 2019 1 commit
-
-
Alexandru Băluț authored
-
- 12 Nov, 2019 2 commits
-
-
Kiren Pillay authored
-
Kiren Pillay authored
Fixes #2348
-
- 09 Nov, 2019 11 commits
-
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
Alexandru Băluț authored
-
- 25 Oct, 2019 1 commit
-
-
Alexandru Băluț authored
.pre-commit-config.yaml: - flake8 has been removed as it's a wrapper for pyflakes, which parses the py files itself, meaning it's faster than pylint, but less powerful. It seems it was not active as we had only two #noqa but no warnings. - autopep8-wrapper has been removed so the committer is in control. pre-commit.hook: - git_pep8_commit_hook has been removed as pylint already checks for PEP8 conformance. - pylint is now run after the lightweight pre-commit.com hooks.
-
- 26 Sep, 2019 1 commit
- 26 Aug, 2019 1 commit
-
-
luz.paz authored
Found via ` codespell -q 3 -S *.po -L dur,que,uint`
-
- 13 Jul, 2019 1 commit
-
-
Default to vp8+vorbis in webm 1080p@30fps and 48kz. Fixes #2322
-
- 02 Apr, 2019 1 commit
-
-
- 29 Mar, 2019 1 commit
-
-
- 14 Mar, 2019 1 commit
-
-
Fixes #2284
-
- 27 Feb, 2019 2 commits
-
-
-
Fixes #2273
-
- 13 Feb, 2019 1 commit
-
-
sprhawk authored
replace GObject.SIGNAL_RUN_LAST with GObject.SignalFlags.RUN_LAST as warning using command line: find . -iname *.py -exec sed -i -e 's/GObject\.SIGNAL_RUN_LAST/GObject\.SignalFlags\.RUN_LAST/' \{} \;
-
- 19 Jan, 2019 1 commit
-
-
Fixes #1290
-
- 29 Nov, 2018 1 commit
-
-
If timeline contains only audio, in the render dialog video box is disabled. Similar thing happens if the timeline contains only video, then the audio box is disabled. Fixes #2257
-
- 22 Nov, 2018 1 commit
-
-
Alexandru Băluț authored
Fixes #2209
-
- 25 Jun, 2018 1 commit
-
-
- 19 Jun, 2018 1 commit
-
-
- 18 May, 2018 3 commits
-
-
Thibault Saunier authored
-
Thibault Saunier authored
And make "high" the default. Closes #2012
-
Thibault Saunier authored
This forces the encoder to output high-4:4:4 which is not well supported by hw decoders and youtube will force reencoding when using that profile. Closes #2182
-
- 14 Mar, 2018 1 commit
-
-
Fixes #2141
-
- 08 Feb, 2018 2 commits
-
-
Alexandru Băluț authored
Fixes https://phabricator.freedesktop.org/T7809 Differential Revision: https://phabricator.freedesktop.org/D1928
-
Alexandru Băluț authored
Property setters such as videowidth.setter set `int(value)` and then they emit `value`, which can be different. Cleaned up the code a bit. Differential Revision: https://phabricator.freedesktop.org/D1931
-
- 30 Nov, 2017 1 commit
-
-
Alexandru Băluț authored
The hamburger menu has a few export options, so this would group them together. On the right side they are closer to the preview window, which seems useful. Removed the Save button icon because the word "Save" is well known, the icon not so much, and only adds complexity. Made the icons small. Made the Undo/Redo buttons linked, redo button icon-only, to save some space. Fixes T7829 Reviewed-by:
Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1868
-
- 13 Nov, 2017 1 commit
-
-
Alexandru Băluț authored
Fixes T7736 Reviewed-by:
Thibault Saunier <tsaunier@gnome.org> Differential Revision: https://phabricator.freedesktop.org/D1867
-