-
Notifications
You must be signed in to change notification settings - Fork 398
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ffmpeg segment_times options #387
Comments
Without transcoding, isn't this the same as running ffmpeg several times with That being said I am curious if this might be a possible cause of #159 |
I've no idea about #159
I assume you are refering to extracting one segment. IIRC it's different from segment. Seeking while doing a codec copy
https://stackoverflow.com/questions/43814119/split-a-video-with-overlap-between-segments
I'm a noob about ffmpeg, since it's so complicated. But I'm sure the segment muxer won't output overlapping segments. |
Likewise, could definitely use some guidance on the proper way to go about this. That being said, I think you can use Can you try that, and let me know if that works? And if so, what command line arguments you are using? I might opt to not switch how codec-copy mode works as it would break how output filenames are formatted. PySceneDetect supports much more formatting options for filenames than ffmpeg currently supports. That being said, it would be pretty easy to add or hack the code as this is similar to how |
I'd love to, but not now, maybe a fews days later. What do you think about this:
|
Problem/Use Case
splitting without transcoding results in segments overlaping at begining and ending.
Solutions
ffmpeg segment_times option
Proposed Implementation:
scenedetect just provide those split points, and let ffmpeg do the segment job.
Alternatives:
List any alternative solutions or related ideas you've considered.
Examples:
Attach or link to any relevant videos or images that are relevant.
The text was updated successfully, but these errors were encountered: