Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • V VO-scraper
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

To receive notifications about scheduled maintenance, please subscribe to the mailing-list gitlab-operations@sympa.ethz.ch. You can subscribe to the mailing-list at https://sympa.ethz.ch

  • Georg Teufelberger
  • VO-scraper
  • Issues
  • #5
Closed
Open
Created Oct 14, 2021 by Thore Göbel@thgoebel

Improve video quality handling

Video qualities are a mess. Here is a table (certainly not the table!). Now, couple of feature ideas to improve the UX:

  1. According to that table, HD = 720p and Full HD = 1080p. However this script currently implements HD = 1080p.

  2. Looking at the naming of the RSS feeds, it seems that currently the Video Portal uses the following "naming":

1920x1080 =  High  = 1080p = Full HD
1280x720  = Medium = 720p  = HD
 640x360  =  Low   = 360p  = ?? (not SD, that would be 480p)

Implementing the keywords "high", "medium", "low" with this mapping would be nice.

  1. As feedback to the user, print the video quality that is being used to STDOUT.
Assignee
Assign to
Time tracking