First: well i'm tired of asking the same question, i do know that i can ask about Coding techniques, not just specific problematic points.
Background:
my project is to make a Desktop Recorder, i tried WM Encoder
it works but double click don't work at most cases "ex: can't open My Computer! i have to press Enter!", i made a search and it turned out that WM Encoder is the problem and it's matter of waiting a new version to solve this problem of double click.
Now: this is my previous questions relate to my problem
- Re size and compress jpeg
- sort files from folder in String[] Array
- create a video from a list of JPEG files
- Combine images into a movie
So:
How to save list of images in one video using ffmpeg
in step by step?
i got this ffmpeg -f image2 -i foo-%03d.jpeg -r 12 -s WxH foo.avi
but i have no idea how to use it in my project or where i m going to put this code.