Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logfiles #280

Merged
merged 5 commits into from
Mar 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 11 additions & 5 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ License: GPL3
Change Log:

+------------------------------------+
Tue, 15 Mar 2024 V.5.0.10
Tue, 16 Mar 2024 V.5.0.10

* [A/V Conversions] Code refactoring and UI layout improvement.
* [A/V Conversions] [NEW] Added new graphics controls for encoder features.
Expand Down Expand Up @@ -38,10 +38,16 @@ Tue, 15 Mar 2024 V.5.0.10
* [A/V Conversions] Add new Miscellaneous tab with some useful option.
* [A/V Conversions] Fixed mappings order for correct steams indexing
on the video.
* [FFmpeg Message Monitoring] Fixed the size of text can become huge,
as the output messages from FFmpeg can be quite verbose, this sets the
limit at 10 loops. The rest of the cleaned messages can always be viewed
in their respective logs.
* [FFmpeg Message Monitoring] Fixed text lengh, as the output messages from
FFmpeg can be quite verbose, this sets the limit at 2 loops per task.
The full list of the log messages can always be viewed in the respective
log file or by clicking in the new button placed in this panel.
* [yt_dlp Message Monitoring] Fixed text lengh, as the output messages from
yt_dlp can be quite verbose, this sets the limit at 1 loops per task.
The full list of the log messages can always be viewed in the respective
log file or by clicking in the new button placed in this panel.
* Fixed log file size, the text can become huge: for each new processing task
the corresponding log file will be overwritten with the latest data.

+------------------------------------+
Thu, 23 Feb 2024 V.5.0.6
Expand Down
18 changes: 14 additions & 4 deletions debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,20 @@ videomass (5.0.10-1) UNRELEASED; urgency=medium
* [Presets Manager] add optional arguments for hardware acceleration #272 .
* Update presets to v0.23.
* [A/V Conversions] Add new Miscellaneous tab with some useful option.
* [A/V Conversions] Fixed the order of the mappings for the correct indexing
of the flows on the video.

-- Gianluca Pernigotto <[email protected]> Thu, 14 Mar 2024 23:00:00 +0200
* [A/V Conversions] Fixed mappings order for correct steams indexing
on the video.
* [FFmpeg Message Monitoring] Fixed text lengh, as the output messages from
FFmpeg can be quite verbose, this sets the limit at 2 loops per task.
The full list of the log messages can always be viewed in the respective
log file or by clicking in the new button placed in this panel.
* [yt_dlp Message Monitoring] Fixed text lengh, as the output messages from
yt_dlp can be quite verbose, this sets the limit at 1 loops per task.
The full list of the log messages can always be viewed in the respective
log file or by clicking in the new button placed in this panel.
* Fixed log file size, the text can become huge: for each new processing task
the corresponding log file will be overwritten with the latest data.

-- Gianluca Pernigotto <[email protected]> Thu, 15 Mar 2024 23:00:00 +0200

videomass (5.0.6-1) UNRELEASED; urgency=medium

Expand Down
2 changes: 1 addition & 1 deletion develop/make_pot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $XGETTEXT -d videomass "../gui_app.py" \
"../vdms_dialogs/list_warning.py" \
"../vdms_dialogs/wizard_dlg.py" \
"../vdms_dialogs/about.py" \
"../vdms_dialogs/presets_addnew.py" \
"../vdms_dialogs/setting_profiles.py" \
"../vdms_dialogs/set_timestamp.py" \
"../vdms_dialogs/preferences.py" \
"../vdms_dialogs/videomass_check_version.py" \
Expand Down
154 changes: 154 additions & 0 deletions videomass/art/icons/Videomass-Colours/24x24/add-queue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 18 additions & 18 deletions videomass/locale/en_US/LC_MESSAGES/videomass.po
Original file line number Diff line number Diff line change
Expand Up @@ -727,85 +727,85 @@ msgstr ""
msgid "Cross-platform graphical user interface for FFmpeg and yt-dlp.\n"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:39
#: ../vdms_dialogs/setting_profiles.py:39
msgid ""
"One-Pass, Do not start with `ffmpeg -i filename`; do not end with `output-"
"filename`"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:43
#: ../vdms_dialogs/setting_profiles.py:43
msgid ""
"Two-Pass (optional), Do not start with `ffmpeg -i filename`; do not end with "
"`output-filename`"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:47
#: ../vdms_dialogs/setting_profiles.py:47
msgid "Supported Formats list (optional). Do not include the `.`"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:48
#: ../vdms_dialogs/setting_profiles.py:48
msgid "Output Format. Empty to copy format and codec. Do not include the `.`"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:75
#: ../vdms_dialogs/setting_profiles.py:75
msgid "Profile Name"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:81 ../vdms_panels/presets_manager.py:433
#: ../vdms_dialogs/setting_profiles.py:81 ../vdms_panels/presets_manager.py:433
msgid "Description"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:165
#: ../vdms_dialogs/setting_profiles.py:165
msgid "A short profile name"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:166
#: ../vdms_dialogs/setting_profiles.py:166
msgid "A long description of the profile"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:167 ../vdms_panels/presets_manager.py:306
#: ../vdms_dialogs/setting_profiles.py:167 ../vdms_panels/presets_manager.py:306
msgid "FFmpeg arguments code for one-pass encoding"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:169 ../vdms_panels/presets_manager.py:308
#: ../vdms_dialogs/setting_profiles.py:169 ../vdms_panels/presets_manager.py:308
msgid "FFmpeg arguments code for two-pass encoding"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:171
#: ../vdms_dialogs/setting_profiles.py:171
msgid ""
"One or more comma-separated format names that are not compatible with this "
"profile."
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:174
#: ../vdms_dialogs/setting_profiles.py:174
msgid "Output format extension. Leave empty to copy codec and format"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:177 ../vdms_dialogs/presets_addnew.py:181
#: ../vdms_dialogs/setting_profiles.py:177 ../vdms_dialogs/setting_profiles.py:181
#: ../vdms_panels/presets_manager.py:314
msgid ""
"Any optional arguments to add before input file on the two-pass encoding, e."
"g required names of some hardware accelerations like -hwaccel to use with "
"CUDA."
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:290
#: ../vdms_dialogs/setting_profiles.py:290
msgid "Incomplete profile assignments"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:297
#: ../vdms_dialogs/setting_profiles.py:297
msgid "Formats must be comma-separated"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:313 ../vdms_dialogs/presets_addnew.py:332
#: ../vdms_dialogs/setting_profiles.py:313 ../vdms_dialogs/setting_profiles.py:332
msgid "Profile already stored with same name"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:317
#: ../vdms_dialogs/setting_profiles.py:317
msgid "Successful storing!"
msgstr ""

#: ../vdms_dialogs/presets_addnew.py:335
#: ../vdms_dialogs/setting_profiles.py:335
msgid "Successful changes!"
msgstr ""

Expand Down
Loading
Loading