Uploaded October 2022 | Updated September 2026, 2 weeks ago
The hardest thing to learn here is just ffmpeg but ebsynth it's self isn't too hard to get the hang of. But for today I cover the gui version and show some scripts I have they are not yet done but i'll update the description with them for when they are. But for now down below are the commands you need to split a 30fps video into keyframes as well as recombine the keyframes into a video.
---------------------------------------------------------------------------------------------------------
DOWNLOAD EBSYNTH OFFICIAL SITE
ebsynth.com
MY EBSYNTH BACKUP
" drive.google.com/file/d/18qmgApvN24bbXw3-hSx_MgIOjSl8qeEv/view?usp=sharing "
MY SCRIPTS
will be uploaded here when completed!!!!
---------------------------------------------------------------------------------------------------------
Step 1. Split video
ffmpeg -i yourvideohere.mp4 -r 30/1 %03d.jpg
---------------------------------------------------------------------------------------------------------
Step 2. Make folder called key edit a keyframe from split video
Use image editor of your choosing
---------------------------------------------------------------------------------------------------------
Step 3. Put video frames and edited key frame in ebsynth
---------------------------------------------------------------------------------------------------------
Step 4. Recombine edited ebsynth keyframes
ffmpeg -framerate 30 -pattern_type glob -i '*.png' -c:v libx264 -pix_fmt yuv420p out.mp4
---------------------------------------------------------------------------------------------------------
Last Video " youtube.com/watch?v=6k-TfQD7KPk "
---------------------------------------------------------------------------------------------------------
Please Visit: " everythingdigital1.com "
The hardest thing to learn here is just ffmpeg but ebsynth it's self isn't too hard to get the hang of. But for today I cover the gui version and show some scripts I have they are not yet done but i'll update the description with them for when they are. But for now down below are the commands you need to split a 30fps video into keyframes as well as recombine the keyframes into a video.
---------------------------------------------------------------------------------------------------------
DOWNLOAD EBSYNTH OFFICIAL SITE
ebsynth.com
MY EBSYNTH BACKUP
" drive.google.com/file/d/18qmgApvN24bbXw3-hSx_MgIOjSl8qeEv/view?usp=sharing "
MY SCRIPTS
will be uploaded here when completed!!!!
---------------------------------------------------------------------------------------------------------
Step 1. Split video
ffmpeg -i yourvideohere.mp4 -r 30/1 %03d.jpg
---------------------------------------------------------------------------------------------------------
Step 2. Make folder called key edit a keyframe from split video
Use image editor of your choosing
---------------------------------------------------------------------------------------------------------
Step 3. Put video frames and edited key frame in ebsynth
---------------------------------------------------------------------------------------------------------
Step 4. Recombine edited ebsynth keyframes
ffmpeg -framerate 30 -pattern_type glob -i '*.png' -c:v libx264 -pix_fmt yuv420p out.mp4
---------------------------------------------------------------------------------------------------------
Last Video " youtube.com/watch?v=6k-TfQD7KPk "
---------------------------------------------------------------------------------------------------------
Please Visit: " everythingdigital1.com "










