Skip to content

Direct stream copy extractor and fix

Choose a tag to compare

@gplsteph gplsteph released this 26 Feb 10:48
· 2 commits to master since this release
291a507

Description

It is now possible to use a direct stream copy when extracting sub-movies with the new MediaCutter use_stream_copy parameter.
If set to True, input streams are directly copied instead of being decoded and re-encoded, which speeds up extraction a lot. If False, streams are decoded and re-encoded. Video streams are then re-encoded with a yuv420 format.

A small bug was fixed.

What's Changed

Full Changelog: 1.1.10...1.1.11