atomashevic / transforEmotion

Sentiment Analysis for Text, Image and Video Using Transformer Models
GNU General Public License v3.0
24 stars 2 forks source link

Deprecate `cut` argument from video processing #9

Closed atomashevic closed 11 months ago

atomashevic commented 11 months ago

Right now the cut is used to specify whether or not the video should be cut to the specified duration. Since user has to provide start and end arguments, cut is redundant. It should be deprecated and removed in the next major release.