FriendTeamInc / VodBot

A command line interface VOD and Clip manager for Twitch.
MIT License
14 stars 1 forks source link

unnecessary video slicing when from 0:0:0 to EOF #37

Closed NotQuiteApex closed 2 years ago

NotQuiteApex commented 2 years ago

When an entire video is staged as the only part, it's still run through ffmpeg. This isn't ideal, a simple copy paste of the file from the archive to the temp directory would suffice. Best place to add this check might be in video.py:concat_video

NotQuiteApex commented 2 years ago

Scratch that, video.py:process_stage would be a better place for the check.

NotQuiteApex commented 2 years ago

Closing this, ffmpeg does this implicitly it seems and it would be a bad idea to check this if there are multiple end to end videos.