simora / MediaManager

A Python application for rendering video files complaint against user specified criteria
0 stars 0 forks source link

Create transcode job with a property defining streams that are non-compliant #8

Open simora opened 10 years ago

simora commented 10 years ago

Create transcode job with a property defining streams that are non-compliant. Currently it transcodes every audio stream without determining if it is non-compliant. During compliance scanning add the track_id of the stream that is non-compliant to a properties in the VideoFile. Than the transcode job can read that property and only transcode the streams that are non-compliant while stream copying the rest.