-
Notifications
You must be signed in to change notification settings - Fork 435
Support fast-copy mode with FFmpeg instead of only Mkvmerge #77
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
Comments
This is a good idea, and I definitely want it implemented - I'm just not sure the best way to resolve the discrepancy of when you have both tools installed, which one should be used. I could allow specifying the file extension for the video name and using that, but that feels inelegant. I think the best way to solve this is to have a settings file of some kind, and maybe have a command line option to set which program will be used (e.g. Another option is to always default to ffmpeg, and have another command line switch to select a particular program. Not sure which is the best option yet. EDIT: This is now possible by setting the -a/--override-args option with the split-video command, e.g.:
|
scenedetect -i "G:\M\M\Mno.mp4" -o "G:\MGPM\2" detect-content split-video --copy |
scenedetect -i video.mp4 -s video.stats.csv detect-content list-scenes -n gives syntax error |
Hi @anujtyagi2802; Would you be able to submit a new issue report for that, or is it related to #77? Could you share the console output as well as the debug output to help investigate the error you're having? Thank you! |
Hi @anujtyagi2802; See this page in the manual for an example on how to use the Python API. What you typed there is for the command line interface (CLI), not for a Python script or interactive environment. For that you need to use the SceneDetect API directly. Thanks. |
This is now possible by setting the
|
In v1.0, |
This is now available in the v0.6 beta. |
Bug/Issue Description:
Mkvmerge works great, but output files are .mkv instead of mp4.
As Vegas software is not works on mkv. so I need to re-encode to mp4 from mkv,
I replace ffmpeg.exe with mkvmerge on scenedetect, but it give me this.
Computing Environment:
The text was updated successfully, but these errors were encountered: