YTPPlus
YTPPlus copied to clipboard
YouTube Poop generator
theres no py to run as an executable, and I do not know how to make it create a ytp from mp4s and mp3s
This happens for whatever configuration or media I use and I do have ffmpeg, ffprobe, and imagemagick configured properly. After it says that every clip exists, it outputs this: `MediaException:...
(https://user-images.githubusercontent.com/66937973/85598282-0a327680-b611-11ea-8dd8-65d88c28b767.png)
At the very end of the code, an error that says MediaException: MEDIA_UNAVAILABLE : C:\Users\Siriu\Desktop\epic memes\temp\tempoutput.mp4 (The system cannot find the file specified) at javafx.scene.media.Media.(Media.java:407) at ytpplusui.FXMLController$1.run(FXMLController.java:258) pops up. Is...
pls tell me
- Fix invalid timestamps; they were cause for ffmpeg fails - Use ffmpeg fast (inexact) seek to process videos faster - Parallelize clip creation for a faster pooping process -...
Lazy guess without further testing: Source 1 is only 12s. Assuming that no sequences overlap, cause of hang is likely to be that illegal clip count and min/max duration constraint...