mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-14 13:35:43 +00:00
Ability to rotate output files #131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @lloydpick on GitHub (Mar 22, 2016).
Originally assigned to: @abhishek-vinjamoori on GitHub.
Using version 0.79...
ccextractor -stdin -s -o feed.srt -out=srtI'm consuming a TS stream from a pipe, pretty much everything is working correctly. However I have no ability to rotate the
feed.srtoutput file. No matter what I try...truncate -s 0 feed.srtor> feed.srtThe file goes back to it's original size upon the next write.
Also if the
feed.srtfile exists and I start ccextractor, it refuses to write to the file. It must not exist upon starting.@abhishek-vinjamoori commented on GitHub (May 30, 2016):
The first issue is being worked upon.
Regarding the second one where you stated "if the feed.srt file exists and I start ccextractor, it refuses to write to the file. It must not exist upon starting", could you please elaborate what you meant ?
FYI:By default CCExtractor overwrites the existing output files.