cirquit / trdrop

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

How do you actually export and use the files for a video? #57

Closed Sogo64 closed 3 years ago

Sogo64 commented 3 years ago

I don't understand. It exports as jpg files. How do I get a video???

cirquit commented 3 years ago

Use install ffmpeg and open up PowerShell in the directory of the exported images with the name exportsequence_XXX. Execute the following command to create an analysis.mp4 video.

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

exportsequence_%: No such file or directory