v2.2.4 - Quiet FFmpeg; add "invert" option to Classic Vis; fix CLI parsing for Image component#96
Conversation
ffmpeg no longer prints everything into the terminal unless we're in `--verbose` mode. percentage progress text stays on one line while not in verbose mode. Also added hint to run `avp --verbose` if `avp --log` is run with no avp_debug.log file present
avp core stores its config (location of `settings.ini`) in temp directories if using multiple workers to run tests, so they don't interfere with each other. when using a single worker, the tests/data/config directory is still used
if a component returns "composite" then it will receive a frame to draw on during calls to previewRender and frameRender
this ensures that these log messages will show up or not show up as appropriate for the arguments provided to avp, instead of happening too early
I did think FFmpeg version was the more logical reason for this bug, but I somehow tricked myself into thinking the previous change made sense :)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
New features
--verbose/-vmodeFixed bugs
path=myfile.jpgargs without raising an exception (regression due to stretch checkbox being replaced with a combobox in a prior version)/tmpif usingpytest-xdistto run multiple tests in parallel (note: the single-process behaviour has not changed)Technical changes
original.py,original.ui, andtest_comp_original.pywere all renamed, changingoriginaltoclassiccomponent.pymoved intolibcomponentsubpackage, moving all classes within that file into separate Python filesComponentclass inherited by all components is now namedBaseComponentcore.Corewere changed to justCore