-
Notifications
You must be signed in to change notification settings - Fork 7
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
good job! but there is a bug #4
Comments
which os do you use? I use mac os,it has no problem,\n was not found in vim. |
manjaro linux. cut rmvb file fail.would you support rmvb? |
This script convert video with FFmpeg. maybe original FFmpeg has problem when support rmvb. |
in Linux, it is not working with \n;
to
Thank you @gabin22 for the fix! the error output for more than 1 or multiple cut segments is:
|
Thank you guys, I've forked it for flatpak https://github.com/fastrizwaan/mpv-video-cutter-linux |
the bug is about \n,when I open time_pairs.txt with vim, the \n was show in text,that's wrong.with this bug,you can only cut one segment, no two or more segments,because parsing \n is wrong.I don't know about lua and shell,so I change \n to a special char,like:
cutter.lua : line 82 , change "\n" to ";"
c_concat.sh: line 39 ,change "\n" to ";"
now I can cut two segments.
以上。
The text was updated successfully, but these errors were encountered: