• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

popstas / talks-reducer
79%

Build:
DEFAULT BRANCH: master
Repo Added 10 Oct 2025 01:15PM UTC
Files 94
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH master
branch: SELECT
CHANGE BRANCH
x
  • No branch selected
  • brew-cask-distribution
  • ci-pypi-publish
  • codex/add-480-argument-for-conversion
  • codex/add-address-factory-support-in-talks_reducer
  • codex/add-build-installer-script-and-ci-job
  • codex/add-codex-suffix-to-filename
  • codex/add-coveralls-integration-to-ci
  • codex/add-icons-to-pip-build-i3m0mz
  • codex/add-keyframe-adjustment-to-advanced-settings
  • codex/add-keyframe-adjustment-to-advanced-settings-a7pg9q
  • codex/add-no-optimize-arg-for-copy-mode
  • codex/add-presets-buttons-to-gui
  • codex/add-shared-progress-handle-helper
  • codex/add-test-coverage-for-cli.py
  • codex/add-test-coverage-to-cli.py
  • codex/add-tests-for-default_temp_folder-and-processingoptions
  • codex/add-tests-for-gui-layout-initialization
  • codex/add-tests-for-gui/discovery.py
  • codex/add-tests-for-progress-reporting
  • codex/add-video-codec-support-to-pipeline
  • codex/add-windows-setup-installer-for-talks-reducer
  • codex/add-windows-taskbar-progress-reporting
  • codex/create-audio-fixtures-and-tests
  • codex/create-tests-for-audio-chunk-functions
  • codex/create-tests-for-ffmpeg-functions
  • codex/decompose-_update_status_from_message
  • codex/decompose-gui/__init__.py-and-add-tests
  • codex/enable-dpi-awareness-for-tkinter-app
  • codex/extract-build_server_parser-helper-function
  • codex/find-tests-for-layout.py
  • codex/fix-build-gui-options-error
  • codex/fix-empty-dist-directory-in-macos-build
  • codex/fix-error-near-suffix_parts
  • codex/fix-headless-mode-test-failure
  • codex/fix-icon-in-webui
  • codex/fix-playback-delays-in-small-video
  • codex/fix-stop-button-in-gui
  • codex/get-test-coverage-and-add-tests
  • codex/get-test-coverage-and-add-tests-lmcuih
  • codex/improve-cuda-capability-detection
  • codex/improve-cuda-capability-detection-iv3uxr
  • codex/improve-test-coverage-for-gui-modules
  • codex/improve-test-coverage-for-gui/app.py
  • codex/improve-test-coverage-for-server.py
  • codex/refactor-cli.py-and-add-unit-tests
  • codex/refactor-find-icon-functions-in-multiple-files
  • codex/refactor-gui.py-into-talks_reducer-package
  • codex/refactor-process_files_via_server-and-add-tests
  • codex/refactor-server.py-for-helper-function
  • codex/refactor-servertrayapplication-to-use-dependencies
  • codex/refactor-talks_reducer-pipeline-and-tests
  • codex/refactor-talks_reducer/gui/app.py-into-modules
  • codex/rename-talks-reducer-artifact-in-workflow
  • codex/replace-ffmpeg-imageio-with-static-ffmpeg
  • codex/show-convert-progress-on-taskbar
  • codex/smooth-progress-bar-updates
  • codex/test-app.py-status-style-functions
  • codex/test-pipeline.py-functions-with-demo-video
  • codex/update-icon-search-paths
  • create-lnk-button-and-gui-fixes
  • feat/gui-remember-window-position
  • feat/obs-dock-server
  • feat/videotoolbox-hevc
  • feat/watch-directory
  • feat/windows-taskbar-progress
  • fix/bundle-gradio-server-tray
  • fix/gui-option-paddings
  • fix/macos-dock-and-update-check
  • fixes_100
  • gui-launch-remote-transfer-progress
  • gui-server-mode-and-download-progress
  • macos-update-check
  • master
  • minor-fixes-020
  • mp3-codec-option
  • presets-cross-surface
  • progress-reporting-improvements
  • segmented-settings
  • server-tray-mode-from-gui-settings
  • v0.10.1
  • v0.10.2
  • v0.10.3
  • v0.10.4
  • v0.10.5
  • v0.10.6
  • v0.10.7
  • v0.11.0
  • v0.12.0
  • v0.13.0
  • v0.13.1
  • v0.14.0
  • v0.15.0
  • v0.16.0
  • v0.17.0
  • v0.17.1
  • v0.17.2
  • v0.18.0
  • v0.19.0
  • v0.19.1
  • v0.19.2
  • v0.20.0
  • v0.20.1
  • v0.20.2
  • v0.21.0
  • v0.22.0
  • v0.22.1
  • v0.23.0
  • v0.7.2
  • v0.8.0
  • v0.8.1
  • v0.8.2
  • v0.8.3
  • v0.8.4
  • v0.8.5
  • v0.8.6
  • v0.9.0
  • v0.9.2
  • v0.9.3
  • v0.9.4
  • v1.0.0
  • v1.0.1
  • v1.0.2
  • v1.1.0
  • v1.1.1
  • v1.1.2
  • video-trim-cut

05 Aug 2026 09:39PM UTC coverage: 79.111% (+0.003%) from 79.108%
31049629817

push

github

Stanislav Popov
fix(gui): Match dark blue, tidy options rows

Dark theme reused a lighter accent (#60a5fa) than the light one, so the
selected-segment blue changed between themes. Both palettes now carry
#2563eb.

Disabled segments took their text colour from `border`, a line tone that
sits ~1.5:1 above the dark surface and left an inactive Remote button
unreadable. Added a dedicated `disabled_foreground` to both palettes.

Codec moves up next to Resolution, since the two together describe the
output file. Discover borrows Segment.TButton so it matches the height
and inset of the mode buttons instead of standing above the row, and the
server URL entry hugs both neighbours via the shared SERVER_URL_GAP.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>

10 of 10 new or added lines in 1 file covered. (100.0%)

57 existing lines in 2 files now uncovered.

12278 of 15520 relevant lines covered (79.11%)

0.79 hits per line

Relevant lines Covered
Build:
Build:
15520 RELEVANT LINES 12278 COVERED LINES
0.79 HITS PER LINE
Source Files on master
  • Tree
  • List 94
  • Changed 4
  • Source Changed 2
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
31049629817 master fix(gui): Match dark blue, tidy options rows Dark theme reused a lighter accent (#60a5fa) than the light one, so the selected-segment blue changed between themes. Both palettes now carry #2563eb. Disabled segments took their text colour from `bo... push 05 Aug 2026 09:41PM UTC Stanislav Popov github
79.11
31034911200 master Bump version: 1.1.1 → 1.1.2 push 05 Aug 2026 06:29PM UTC Stanislav Popov github
79.11
31034911899 v1.1.2 Bump version: 1.1.1 → 1.1.2 push 05 Aug 2026 06:29PM UTC Stanislav Popov github
79.11
31034849737 master feat(ffmpeg): Use VideoToolbox for HEVC macOS builds only ever looked for CUDA/NVENC, so check_cuda_available() always returned False and every export ran on the CPU encoders. Add check_videotoolbox_available() and route the HEVC plan through hev... push 05 Aug 2026 06:28PM UTC popstas github
79.11
31032945371 feat/videotoolbox-hevc Merge a30696e81 into 36b90b9f4 Pull #156 05 Aug 2026 06:04PM UTC web-flow github
79.11
30857824842 v1.1.1 Bump version: 1.1.0 → 1.1.1 push 03 Aug 2026 10:14PM UTC popstas github
78.94
30857824952 master Bump version: 1.1.0 → 1.1.1 push 03 Aug 2026 10:14PM UTC popstas github
78.94
30857758363 master fix: Remove Advanced group headings and rebalance option spacing The Advanced options panel dropped its four group captions (BASIC OPTIONS, SPEED & SILENCE, OUTPUT, PROCESSING & APPEARANCE): every row is already labelled, so the headings only spe... push 03 Aug 2026 10:13PM UTC popstas github
78.94
30857327662 fix/gui-option-paddings Merge ceb387933 into 08dbd4d50 Pull #155 03 Aug 2026 10:06PM UTC web-flow github
78.94
30854835846 v1.1.0 Bump version: 1.0.2 → 1.1.0 push 03 Aug 2026 09:30PM UTC popstas github
78.96
See All Builds (393)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc