After going through 5 different methods that didn't work, this one worked right away! Thank you!
@theivorycoder8 ай бұрын
Great! glad to help
@ОПГКобаны8 ай бұрын
thank you 😭🙏 i thought that '%' symbol meant any symbol, so i was inputing something like "%%%%%%%.png", and your video has explained very nicely what it actually means 😭😭 thank you, it was very helpful
@Biast122 жыл бұрын
NOTE: If you're doing this in a batch script then you need to use double % and not just one, so "%%04d"
@theivorycoder2 жыл бұрын
Ah Yes! Thanks for pointing this out
@mixchief Жыл бұрын
Wish there was an intelligent flag for the command that could take images of any digits. Sometimes programs render out 001.png etc and sometimes 00001.png. Trying to make a button in Directory Opus that can convert images in any folder... (Maybe mencoder that comes with mplayer can do it, will check that out at some point.)
@usedcars9521 Жыл бұрын
What if your frames don't start with a 0? I have a folder with a bunch of frames but they begin with frame64 and I just get a "no such file or directory" error if I try to use filename%nd.jpg
@theivorycoder Жыл бұрын
One possibility is to change the %4d.jpg to *.jpg to compress all files in the folder.
@c00lcheeky-OFC11 ай бұрын
[image2 @ 000001677b78efc0] Could find no file with path './percent/%4d.jpg' and index in the range 0-4 [in#0 @ 000001677b74b3c0] Error opening input: No such file or directory Error opening input file ./percent/%4d.jpg. Error opening input files: No such file or directory
@c00lcheeky-OFC11 ай бұрын
[libx264 @ 0000015a52619780] height not divisible by 2 (1440x837) [vost#0:0/libx264 @ 0000015a52619280] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height. [vf#0:0 @ 0000015a52bbaac0] Error sending frames to consumers: Generic error in an external library [vf#0:0 @ 0000015a52bbaac0] Task finished with error code: -542398533 (Generic error in an external library) [vf#0:0 @ 0000015a52bbaac0] Terminating thread with return code -542398533 (Generic error in an external library) [vost#0:0/libx264 @ 0000015a52619280] Could not open encoder before EOF [vost#0:0/libx264 @ 0000015a52619280] Task finished with error code: -22 (Invalid argument) [vost#0:0/libx264 @ 0000015a52619280] Terminating thread with return code -22 (Invalid argument) [out#0/mp4 @ 0000015a525f1140] Nothing was written into output file, because at least one of its streams received no packets.
@eastriver98366 ай бұрын
hi thanks but can you make a video how to set various duration for images into a video using ffmpeg. I looked everywhere and nothing work
@gaitten Жыл бұрын
Super helpful and informative. Just the right pace. I like your voice. Everything worked except I don't think FFmpeg support .DNG files. ::::::sigh:::::: but MANY THANKS!
@mehrdad1068 Жыл бұрын
Can we use this for create animated nft?
@theivorycoder Жыл бұрын
I would assume so, this software is so customisable! There’s a lot of documentation on it
@SakuraHougetsu287 ай бұрын
What's -f image2
@str3ss834 Жыл бұрын
this help me a lot, THANK YOU
@theivorycoder Жыл бұрын
You're Welcome! I'm glad it helped you
@FilianAfterHours11 ай бұрын
BRUH I did all of this but my jpeg frames has like 6 zeroes in it
@SuperHutomo Жыл бұрын
Thanks very helpful
@FrankGP.Systems Жыл бұрын
excellent
@skrajina8037 Жыл бұрын
Bro i need some help for my high school! Do you have teleg or disc? thx
@theivorycoder Жыл бұрын
Anything I’ve learned u can learn to! the internet is a vast place! Good luck 👍
@skrajina8037 Жыл бұрын
@@theivorycoder omg brooooo i need to ask u smth priv -_-
@LegeFles Жыл бұрын
LMAO
@qasimsayah Жыл бұрын
ffmpeg -f image2 -i ./capture/%04d.png output.mp4 [out#0/image2 @ 000001bd8b61a8c0] Output file does not contain any stream Error opening output file -i. Error opening output files: Invalid argument
@theivorycoder Жыл бұрын
Sorry, I don’t know what caused that error. Hope you find a way to fix it!
@SuggonM Жыл бұрын
The parameter immediately following "-i" (short for -input) is the path for your input file. You need to have a single space between them.