I want to make video frame with different format like .doc,.pdf, and image. is it possible?
I found below command.
ffmpeg -f image2 -i img%d.jpg /tmp/a.mpg
but this will created with multiple images. I need video with single image.
Any suggestion.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Does this work for you?
It should create a 10 second mpg at 24fps from a single input frame.