Jump to content

Need help using FFMPEG

MoJoMax

i have a image sequence i would like to convert to .mp4 format in 60 fps.

Already tried using it but i just gives me a error.

the image sequences is labeled like this 0001.png and so on.

Also the image is saved in 1080p each.

Thanks

Link to comment
Share on other sites

Link to post
Share on other sites

13 minutes ago, MoJoMax said:

Already tried using it but i just gives me a error.

What was the error?

Link to comment
Share on other sites

Link to post
Share on other sites

Well i tried multiple commands.

would just like a command  :)

that works.

Link to comment
Share on other sites

Link to post
Share on other sites

What i  mean i would just like a code snippet that i could use.

beacuse other ones did not work.

Link to comment
Share on other sites

Link to post
Share on other sites

I tried this: 

ffmpeg -r 60 -f image2 -s 1920x1080 -start_number 1 -i pic%04d.png -vframes 1000 -vcodec libx264 -crf 25  -pix_fmt yuv420p test.mp4

but it only renders one frame

 

it's literally 0 seconds the video output

 

I think it's now working

 

Link to comment
Share on other sites

Link to post
Share on other sites

How many images do you have? If less than 60 lower the framerate. The -r flag sets the framerate

Link to comment
Share on other sites

Link to post
Share on other sites

Thanks for your help. It really worked.

Also one one thing,

The video looks a bit low quality 

even though it's 1080p.

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×