2.6: Using ffmpeg to convert a PNG Image Sequence into a MP4 file - 3D Cinema

  Рет қаралды 40,616

Kat Sullivan

Kat Sullivan

Күн бұрын

Пікірлер: 65
@allergictobs9751
@allergictobs9751 Жыл бұрын
This is what a tut should be like, short and sweet.
@Melarancida
@Melarancida Жыл бұрын
Saved me quite some time I would've otherwise spent searching online for these exact settings. Thank you!
@GermanR1988
@GermanR1988 3 жыл бұрын
Amazing tut, short and precise!!
@TheSuccessfulLeader
@TheSuccessfulLeader Жыл бұрын
Thank you, Kat. Excellent delivery, and thank you for my education.
@CYBERNORM
@CYBERNORM Жыл бұрын
Thx 4 this nice video. Under 2 minutes short and no bullshit intro. ^^
@playr4
@playr4 2 жыл бұрын
Beyond helpful even 2 years late. Thank you so much.
@theboraxbandit9563
@theboraxbandit9563 2 жыл бұрын
1:25 what are you writing here? for example, if it was to be in 4k mp4 - what might one type? i can't figure this one out using google
@KatSullivan_Unreal
@KatSullivan_Unreal 2 жыл бұрын
if your image sequence is 4k, your video will be 4k
@theboraxbandit9563
@theboraxbandit9563 2 жыл бұрын
@@KatSullivan_Unreal I'm - in the chromosomes. Thanks.,
@ScratchAnimations
@ScratchAnimations 7 күн бұрын
What about if it was tiff file, say if it was a end roller and there were so many frames, would it be the same process
@ajaxjaxxy3537
@ajaxjaxxy3537 Жыл бұрын
thanks for the simple explanation, the boys over at stackoverflow could learn a thing or two about talking like a human...
@im_so_bored_rn
@im_so_bored_rn 6 ай бұрын
Cave Johnson vibes?
@adrianbunea2006
@adrianbunea2006 Жыл бұрын
I tried to read the documentation for the tool but it's convoluted to find the commands for this specifically and not some random components I have no idea about. Can anyone point me to the url for the relevant documentation on how to use this command?
@eastriver9836
@eastriver9836 5 ай бұрын
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
@michaelmurray6176
@michaelmurray6176 10 ай бұрын
Hi I have a folder full of these files frame_000001.png, frame_000002.png....... I want to merge them into one file of the same format to use as an overlay one a video. I'm on a Mac what would be the command line to simple merge them as one png, there are a large number of files the folder to merge together. thanks for ay help
@RideWithAnthony
@RideWithAnthony 28 күн бұрын
Can u do this with tiff files
@travelwithstefania
@travelwithstefania 10 ай бұрын
Deberías tener millones de reproducciones. Gracias
@vikiyoggi2
@vikiyoggi2 3 жыл бұрын
A very big thanks to you!!
@phs125
@phs125 2 жыл бұрын
For some reason, when I use %d.jpg it says there's no such file named %d.jpg I tried using *. jpg instead, but that for some reason replaces all my images with 0001.jpg just with different names. And it creates a video with just a single frame.
@KatSullivan_Unreal
@KatSullivan_Unreal 2 жыл бұрын
Hi! So %d.jpg is saying grab all the images with [some_numer].jpg Look at your images, what are they called? If they are called img0001.jpg, img0002.jpg, etc you'll want to use img%04d.jpg (the 4 because there are 4 digits)
@phs125
@phs125 2 жыл бұрын
@@KatSullivan_Unreal I just named them 0001.jpg etc I can't see what the problem is 😶
@phs125
@phs125 2 жыл бұрын
Update: I tried again in my laptop, and it works fine there. Device specific issue I guess
@KatSullivan_Unreal
@KatSullivan_Unreal 2 жыл бұрын
@@phs125 If they are all named 0001.jpg and not sequential that would be the issue
@phs125
@phs125 2 жыл бұрын
@@KatSullivan_Unreal how can multiple files be named the same?🙄 Anyway, the problem was solved once I tried the exact same thing in my laptop instead. So it's not a problem with the things I was typing. Thanks for the reply tho. For clarification, the issue I was having was, I would have 20 files named 0001.jpg 0002.jpg etc till 0020.jpg After I ran that script, I would end up with all 20 images replaced with 0001.jpg , like they would have the original sequential names. But the actual image would be the same in all 20 of them. Then the video file would have just that one image which lasts for 1 second (because I set the frame rate to 1fps)
@Zack2805
@Zack2805 2 жыл бұрын
Thanks helped a lot
@IgorCesar625
@IgorCesar625 7 ай бұрын
Very nice, thank you!
@ahmedhesham5009
@ahmedhesham5009 2 жыл бұрын
Thanks for the Tips but what if I want a video with alpha channel ?
@phs125
@phs125 2 жыл бұрын
I didn't need it, so I used an online png to jpg converter. It put a white background. Which is exactly what I needed.
@mesamesamesa1277
@mesamesamesa1277 2 жыл бұрын
hi, what do I do if my images are named "0004956, 0004957, etc etc" how do I convert it? pls help
@airbeast5671
@airbeast5671 2 жыл бұрын
use regex that match your number pattern, from what I see in your comment, it should be so %07d
@lagocardiel
@lagocardiel Жыл бұрын
Thank you very much for sharing. 👍🇦🇷
@unrealoguz2095
@unrealoguz2095 4 жыл бұрын
thats a good video I am waiting other good videos
@KatSullivan_Unreal
@KatSullivan_Unreal 4 жыл бұрын
More to come!
@sensetravl6670
@sensetravl6670 2 жыл бұрын
thanks.I hava a question ,i use i5 4590 processor,but speed is always 5x to 12x,but use ryzen 5700g processor ,the speed will 20x to 55x,so the speed is relation of processor?
@decespugliatorenucleare3780
@decespugliatorenucleare3780 Жыл бұрын
Isn't there a more polished version with GUI? Rather than having to fumble with incomprehensible coding
@decespugliatorenucleare3780
@decespugliatorenucleare3780 8 ай бұрын
@@pixelpro1007 I prefer a line of coke instead of coffee but, for everything else: fully agree
@pinnacleexpress420
@pinnacleexpress420 2 жыл бұрын
if the videos are just labeled 0000 through 2555 for example if there were 2556 pictures, can i just put in -i %04d.png?
@KatSullivan_Unreal
@KatSullivan_Unreal 2 жыл бұрын
Yes, that should be fine :)
@lioncrud9096
@lioncrud9096 Жыл бұрын
probably should've went a little deeper into "gonna set the format", but helpful for getting started.
@whothou
@whothou 2 жыл бұрын
Kinda glazed over the format part. I've no idea what that is lol
@aeuro715
@aeuro715 Жыл бұрын
Hi when i click enter for the final command it says ffmpeg is not recognized as an internal or extrernal command
@chthonic_f4
@chthonic_f4 Жыл бұрын
you have to install it
@SavvyStaks-ph8ee
@SavvyStaks-ph8ee 9 ай бұрын
how to input audio ??
@amandahiya8369
@amandahiya8369 10 ай бұрын
i liked the part where you didnt inform what to do if your files are named 0001 0002 etc and not sequencer. how do i use the %function then
@Tortellia
@Tortellia 9 ай бұрын
%%[insert however many 0s there are- so if 4, it's 04].png/jpg might have to try with a single % sign too. It seems to be a little wonky that way. Pretty straightforward imo
@therealeverythingstopmotion
@therealeverythingstopmotion 2 жыл бұрын
Thank you!!!
@lilyfel2118
@lilyfel2118 Ай бұрын
"ffmpeg is not recognized as an interal or external command, operable program or batch file" is all I get... =/
@dominicanfrankster
@dominicanfrankster 7 ай бұрын
p.s, the sequence number must start with 0. 1001 won't work. Thank you
@AuroraLex
@AuroraLex Жыл бұрын
Thank you so much!
@jorgecarbajal9003
@jorgecarbajal9003 2 жыл бұрын
Not working with images named "00000001" , "00000002", and so on.
@mguerra99
@mguerra99 2 жыл бұрын
You'd need to change the command to have "08%d.png", or however you are naming your pngs such that the [08%d] part replaces the numbers in your filenames
@jorgecarbajal9003
@jorgecarbajal9003 2 жыл бұрын
@@mguerra99 Thanks bro, it worked!
@glowysnowball2721
@glowysnowball2721 7 ай бұрын
"I will put a link how to download that in the description" **Proceeds to NOT explain how to download the tool in the description, leaving people who don't know whatever the website is talking about (99% of people in the world) on their own to figure out how to simply download the tool**
@AT121_
@AT121_ 11 ай бұрын
Thank you
@vattoxonfire1278
@vattoxonfire1278 2 жыл бұрын
thank you very much
@Binodrealone
@Binodrealone Жыл бұрын
Unknown pixel format
@seeithappen1
@seeithappen1 2 жыл бұрын
No transparancy
@hamidbluri3135
@hamidbluri3135 3 жыл бұрын
thank u
@rukaslyricist
@rukaslyricist Жыл бұрын
If I copied 1000 pngs... And pasted them back into the same folder with original 1000 pngs, but with an "a" after each number Will that increase the FPS? I ask because I do that all the time using videos I'll copy one video and move it half a frame ahead of the original video And that's how I convert 30fps to 60fps without having to go through the long process of frame interpolation If this worked the same way with the images this could save me a bit of time on VEAI and also open an avenue for more tricks. Would it work?
@polatiger4765
@polatiger4765 2 жыл бұрын
Doesn't work.
@xLily666x
@xLily666x Жыл бұрын
can't change directories, is this a joke?
@francescomarraudino2647
@francescomarraudino2647 2 ай бұрын
[in#0 @ 000001d87d26d4c0] Error opening input: No such file or directory Error opening input file Rack. Error opening input files: No such file or directory At me not work... uff
@chrisford7351
@chrisford7351 Жыл бұрын
"He who is content with what has been done is an obstacle in the path of progress." - Helen Keller | This video was made years ago. For folks looking for a cheap/inexpensive video generator method - Welcome. So what can you do with this without spending $9 a month for canva? Answer: Go old school DOS and become familiar with ffmpeg!
Simple Way to turn some Images Into a Video! - FFmpeg
4:33
TheIvoryCoder
Рет қаралды 10 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
1% vs 100% #beatbox #tiktok
01:10
BeatboxJCOP
Рет қаралды 67 МЛН
The Best Band 😅 #toshleh #viralshort
00:11
Toshleh
Рет қаралды 22 МЛН
Use This Pen Tool Trick to Create Any Shape in Photoshop | Pen Tool Tricks in Photoshop
7:48
How to Extract Frames or Images from Videos - Using FFmpeg
9:30
Aleksandar Haber PhD
Рет қаралды 1,5 М.
TURN YOUR IMAGE SEQUENCE INTO A VIDEO - BLENDER QUICK TIPS
2:25
Blender Inferno
Рет қаралды 151 М.
FFmpeg in 100 Seconds
2:20
Fireship
Рет қаралды 632 М.
FFmpeg for Screencasts and Recording 📹
11:55
Bryce Vandegrift
Рет қаралды 11 М.
FFmpeg Timelapse: Image sequence to a movie.
17:04
Marc Griffith
Рет қаралды 33 М.
5 Tricks you (probably) don't know about Unreal Engine 5
10:44
Cinecom.net
Рет қаралды 409 М.
Stable Diffusion: The Secret to Perfect Out-Painting Results!
7:16
Olivio Sarikas
Рет қаралды 64 М.
Fastest way to automatically split video into shorter segments
7:18
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН