-
Notifications
You must be signed in to change notification settings - Fork 14
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
Linux / Python Some Filters Not Working #13
Comments
Thanks @radiophonic for pointing this bug out in linux. It was actually a minor mistake while calling the subprocess. But I have tried to fix this. Please let me know the results after downloading the new version: |
Thanks for the response. It's almost fixed, it runs the ffmpeg process which I presume converts the input but then throws the same error. However, this only occurs on some files. What I noticed on my last test was that it had deleted the file (presumably a temp file) in the same directory before it could get the step 3/3 (fixing the file) and thus, complains.
If there is any debug output I can provide, let me know how to obtain it for you. Thanks again. |
@radiophonic I tested it on Ubuntu, waterbloom is working fine. Waterbloom, rise and shuffle have the same conversion process, so I don't know where exactly the problem is. Maybe try changing the video file. |
Thanks for the response. I had some time to experiment a bit this morning. The filters seem to be a bit picky but I haven't pegged down the reason. I work with a lot of different media here on a day to day basis so there's a good chance to pin down the reason for the failure. At first I thought maybe it was due to the short length of the video I was but experimenting with others proved me wrong. I compared the media information between two files, one that would work and one that wouldn't and there was very little difference. Both were under 20s, same framerate (30fps), same dimensions (1280x720), encoding codec (avc1), etc. so, I'm at a loss for now. If I manage to figure it out I'll drop you a new bug report. Also, unrelated but ffedit and ffgac need to be marked as executable by your Setup.py script or it fails. If there's anything you'd like me to test out, please feel free to let me know. Thanks again for the prompt response and take care. :) |
It can be a conversion issue with ffgac.
Yeah, as they are separate packages we have to mark them as executable in linux/mac. |
@radiophonic Check the latest version and let me know, |
Thanks much for the update. :) The rest of the filters from my original post are working as intended/expected. Shuffle and Water Bloom not working. I had used Water Bloom once or twice and it worked fine some months ago, unfortunately I didn't make a note of the conditions as I had figured the filter had been fixed in an update. Should I happen to get it to work again, I will be sure to not the technical specs of the input file for you. These two outputs are being used with a small video file that has 375 frames (ffprobe output follows):
Shuffle filter output post ffmpeg process:
Water bloom filter output post ffmpeg process:
Have a good day! |
Hi there. Firstly, thank you for the great piece of software, it has proven to be very useful.
I have noticed that some of the filters do not work in the Python version, however.
The following filters give an error dialogue which reads: Something went wrong! Please recheck the settings and try again
However, checking the terminal output there is no debug information.
Python 3.8.10
The text was updated successfully, but these errors were encountered: