crs-tools / tracker

CRS Ticket Tracker
Apache License 2.0
18 stars 11 forks source link

refactor encoding profiles: resurrect postencoding/tagging for h.264 and webm profiles #121

Closed a-tze closed 8 years ago

a-tze commented 9 years ago

Issue migrated from trac ticket # 121

component: unknown | priority: major | resolution: fixed

2015-10-08 09:31:39: @a-tze created the issue


currently, metadata is fed into the files in the encoding process. if metadata changes, the whole encoding has to be repeated.

refactor the encoding profiles, like in early days, to have a separate run of e.g. ffmpeg in the tagging job, that adds metadata (and does qt-faststart of course via movflags).

in this way metadata changes can be applied very fast by setting tickets to "encoded" again.

a-tze commented 8 years ago

2016-03-02 14:40:58: @a-tze changed status from new to closed

a-tze commented 8 years ago

2016-03-02 14:40:58: @a-tze set resolution to fixed

a-tze commented 8 years ago

2016-03-02 14:40:58: @a-tze commented


Has been implemented in the VOC tracker instance.

Additional refactoring was done regarding multi-language encoding (use of Record.Language.N pseudo-property)