Motion Design Studio
Motion Design Studio
[ SOLVED SOLUTION ] Edit this file "vf_gltransition.c" before you move it to ffmpeg/libavfilter/ directory and remove this line. # define GL_TRANSITION_USING_EGL // remove this line if you don't want...
Yes I solved it. Would you like the solution? ________________________________________ From: xiaomingzhong Sent: Thursday, June 6, 2019 5:38 AM To: transitive-bullshit/ffmpeg-gl-transition Cc: Motion Design Studio; Author Subject: Re: [transitive-bullshit/ffmpeg-gl-transition] How...
``` ./ffmpeg -i c1.mov -i c2.mov -i c3.mov \ -filter_complex \ " [0:a]atrim=0:9.01[a0]; [1:a]atrim=0:7.007999999999999[a1]; \ [2:a]atrim=0:10.01[a2]; [0:v]split[v0][v10]; \ [1:v]split[v20][v30]; [2:v]split[v40][v50]; \ [v0]trim=0:9.01[v1]; \ [v10]trim=9.01:10.01,setpts=PTS-STARTPTS[v11]; \ [v20]trim=0:7.007999999999999[v21]; \ [v30]trim=7.007999999999999:8.008,setpts=PTS-STARTPTS[v31]; \ [v40]trim=0:9.01[v41];...
transitive-bullshit, thanks for editing. How did you format the code that way? I used the insert code and that did not format it. Thanks
Good it truly needs more input. I am going to redo the architect to use more classes, get rid of the dependency, more flexible ffmpeg detection, a whole lot more...
Mansi_spaceO , I forgot to mention this. Yes both video files must have an audio track. If you have a silent video add a silent audio track to it. Currently...
Danielmarquard, you are awesome. I was dreading the idea of spending hours trying to figure this out. I just do not have enough time. I am not home. I will...
I added the following to permanently delete a message. I have never requested a merge or submitted my changes before. I will give it a try. ``` /** * Delete...
I tested it locally and it works fine. My hosting company changed something in their settings disabling my ability to upload to my website. Once I have access I will...
Danielmarquard , I receive this error testing it remotely: Fatal error: Uncaught exception 'Exception' with message 'Could not log in to Google Voice with username: [email protected]' in /XXX/XXX/php.mo-de.net/XXX/Google-Voice-PHP-API-master/GoogleVoice.php:88 Stack trace:...