Oliver Lillie
Oliver Lillie
possibly related to #51
Where is `===NXBYPASS===` being set?
Looks interesting, however I don't have the time at the moment to do that, but if you do a pull request I would happily merge it in.
Using the bleeding edge version I cannot repeat this. Can you replace your code with this... and then copy and paste the stacktrace? ``` php try { $video = new...
No, the -y override should be wiped upon save if not needed, so definitely a bug. I'm about to have a sauna and a cider for Friday evening, but after...
I've added the fix for `-y`, however the issue raised by re-using the `Video` or (`Image` or `Audio`) instances is rather tricky because we can't simply wipe the commands or...
Hi there. Can you attach the code you are using please?
or at least capture and output the commands being sent to ffmpeg
Thanks. I'm looking into it now. As i see it the problem can be described as: 1.mp4 - ok 1.jpg - ok 2.mp4 - ok 2.jpg - error I'm just...
Looking at the command strings, it would appear as if you have possibly found an issue with ffmpeg. Although I'm not 100% sure. The command strings look as if they...