AtiQah-FC / lavfilters

Automatically exported from code.google.com/p/lavfilters
GNU General Public License v2.0
0 stars 0 forks source link

New Advanced Subtitle Stream Selection Flags for "Normal" and "Hearing Impaired", and "NOT" #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Describe the issue you're having:
Right now some combinations of flags cannot be achieved, because only "default" 
and "forced" are implemented.

For example, its impossible to say "only streams that are not forced".

To rectify this, i propose new flags:
"n" - "Normal Streams" - not default, not forced, not hearing impaired
"h" - "Hearing Impaired" streams

Additionally, allow to use "!" as the NOT operator for flags.
"!dfh" would basically equal "n", meaning "not default, forced or hearing 
impaired".

Original issue reported on code.google.com by h.lepp...@gmail.com on 26 May 2012 at 9:43

GoogleCodeExporter commented 9 years ago
This issue was closed by revision cc36f0839bf9.

Original comment by h.lepp...@gmail.com on 3 Jul 2012 at 2:48