cirquit / trdrop

trdrop - a raw video analysis program
MIT License
381 stars 33 forks source link

New to Trdrop #60

Closed kstarestrella closed 3 years ago

kstarestrella commented 3 years ago

I'm new to trdrop and I've seen people do it reviews on it and tutorials on it but the only one I see it's from 2 years ago. Once I open up the final build 1.0.0 I can load the video and it can export the the images, but how do I convert from images to videos with sound. I'm sorry I'm new to this and I'm trying to learn. What am I missing. Thank you.

philbng commented 3 years ago

use Blender here is a good Video how explain: https://www.youtube.com/watch?v=Bgab9VC_laQ

cirquit commented 3 years ago

You can use your favorite video editing software to stitch the images back together, one example is ffmpeg. Download it and the following code in the command line in the directory with the images.

> ffmpeg -framerate 30 -i exportsequence_%10d.jpg  -c:v libx264 -pix_fmt yuv420p analysis.mp4