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

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

Комментарии • 66

  • @allergictobs9751
    @allergictobs9751 Год назад +4

    This is what a tut should be like, short and sweet.

  • @Melarancida
    @Melarancida Год назад +3

    Saved me quite some time I would've otherwise spent searching online for these exact settings. Thank you!

  • @CYBERNORM
    @CYBERNORM Год назад +1

    Thx 4 this nice video. Under 2 minutes short and no bullshit intro. ^^

  • @TheSuccessfulLeader
    @TheSuccessfulLeader Год назад +2

    Thank you, Kat. Excellent delivery, and thank you for my education.

  • @GermanR1988
    @GermanR1988 3 года назад +7

    Amazing tut, short and precise!!

  • @playr4
    @playr4 2 года назад +2

    Beyond helpful even 2 years late. Thank you so much.

  • @ajaxjaxxy3537
    @ajaxjaxxy3537 Год назад +3

    thanks for the simple explanation, the boys over at stackoverflow could learn a thing or two about talking like a human...

  • @adrianbunea2006
    @adrianbunea2006 Год назад +1

    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?

  • @vikiyoggi2
    @vikiyoggi2 3 года назад +2

    A very big thanks to you!!

  • @theboraxbandit9563
    @theboraxbandit9563 2 года назад +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 28 дней назад

      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

    • @leonardonery639
      @leonardonery639 11 дней назад +1

      The option -pix_fmt yuv420p in FFmpeg specifies the pixel format for the output video.
      pix_fmt: Stands for "pixel format," which defines how the pixel data is stored in the output file.
      yuv420p: Refers to the YUV color space with 4:2:0 chroma subsampling and planar (non-interleaved) format. It is a widely used format for video encoding because it balances quality and compression efficiency.
      This setting ensures compatibility with most media players and platforms, which often require the YUV 4:2:0 format for videos. Without this option, FFmpeg might use a pixel format that some players cannot handle.

  • @IgorCesar625
    @IgorCesar625 8 месяцев назад

    Very nice, thank you!

  • @unrealoguz2095
    @unrealoguz2095 4 года назад +1

    thats a good video
    I am waiting other good videos

  • @phs125
    @phs125 2 года назад +3

    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 года назад +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 года назад +1

      @@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)

  • @lagocardiel
    @lagocardiel Год назад

    Thank you very much for sharing. 👍🇦🇷

  • @eastriver9836
    @eastriver9836 6 месяцев назад

    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

  • @travelwithstefania
    @travelwithstefania 11 месяцев назад

    Deberías tener millones de reproducciones. Gracias

  • @ahmedhesham5009
    @ahmedhesham5009 2 года назад +1

    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.

  • @Zack2805
    @Zack2805 2 года назад +3

    Thanks helped a lot

  • @AuroraLex
    @AuroraLex Год назад

    Thank you so much!

  • @lilyfel2118
    @lilyfel2118 2 месяца назад

    "ffmpeg is not recognized as an interal or external command, operable program or batch file" is all I get... =/

  • @RideWithAnthony
    @RideWithAnthony Месяц назад

    Can u do this with tiff files

  • @decespugliatorenucleare3780
    @decespugliatorenucleare3780 Год назад +1

    Isn't there a more polished version with GUI? Rather than having to fumble with incomprehensible coding

    • @decespugliatorenucleare3780
      @decespugliatorenucleare3780 9 месяцев назад

      @@pixelpro1007 I prefer a line of coke instead of coffee but, for everything else: fully agree

  • @therealeverythingstopmotion
    @therealeverythingstopmotion 2 года назад +1

    Thank you!!!

  • @amandahiya8369
    @amandahiya8369 11 месяцев назад

    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

  • @mesamesamesa1277
    @mesamesamesa1277 2 года назад +1

    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

  • @whothou
    @whothou 2 года назад +5

    Kinda glazed over the format part. I've no idea what that is lol

  • @michaelmurray6176
    @michaelmurray6176 11 месяцев назад

    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

  • @dominicanfrankster
    @dominicanfrankster 8 месяцев назад

    p.s, the sequence number must start with 0. 1001 won't work.
    Thank you

  • @pinnacleexpress420
    @pinnacleexpress420 2 года назад +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?

  • @aeuro715
    @aeuro715 2 года назад

    Hi when i click enter for the final command it says ffmpeg is not recognized as an internal or extrernal command

  • @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?

  • @lioncrud9096
    @lioncrud9096 Год назад

    probably should've went a little deeper into "gonna set the format", but helpful for getting started.

  • @SavvyStaks-ph8ee
    @SavvyStaks-ph8ee 10 месяцев назад

    how to input audio ??

  • @AT121_
    @AT121_ Год назад

    Thank you

  • @jorgecarbajal9003
    @jorgecarbajal9003 2 года назад

    Not working with images named "00000001" , "00000002", and so on.

    • @mguerra99
      @mguerra99 2 года назад +3

      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!

  • @vattoxonfire1278
    @vattoxonfire1278 2 года назад

    thank you very much

  • @hamidbluri3135
    @hamidbluri3135 3 года назад +1

    thank u

  • @glowysnowball2721
    @glowysnowball2721 8 месяцев назад +1

    "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**

  • @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?

  • @xLily666x
    @xLily666x Год назад

    can't change directories, is this a joke?

  • @Binodrealone
    @Binodrealone Год назад

    Unknown pixel format

  • @seeithappen1
    @seeithappen1 2 года назад +1

    No transparancy

  • @francescomarraudino2647
    @francescomarraudino2647 3 месяца назад

    [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

  • @polatiger4765
    @polatiger4765 2 года назад

    Doesn't work.

  • @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!