FFmpeg in 100 Seconds

Поділитися
Вставка
  • Опубліковано 8 бер 2023
  • FFmpeg is a legendary multimedia processing tool used to edit audio and video files programmatically. It can covert and transform over 100 different codecs and is integrated into many applications under the hood.
    #linux #programming #100SecondsOfCode
    💬 Chat with Me on Discord
    / discord
    🔗 Resources
    - FFmpeg Docs ffmpeg.org/
    - Advanced FFmpeg techniques fireship.io/lessons/ffmpeg-us...
    - Gzip in 100 Seconds • gzip file compression ...
    - Linux in 100 Seconds • Linux in 100 Seconds
    🔥 Get More Content - Upgrade to PRO
    Upgrade at fireship.io/pro
    Use code YT25 for 25% off PRO access
    🎨 My Editor Settings
    - Atom One Dark
    - vscode-icons
    - Fira Code Font
    🔖 Topics Covered
    - What is FFmpeg?
    - FFmpeg tips and tricks
    - FFmpeg quick start tutorial
    - Who created FFmpeg?
    - How do I build my own video editing software?
  • Наука та технологія

КОМЕНТАРІ • 671

  • @pokefreak2112
    @pokefreak2112 Рік тому +3699

    Bellard is *the most* underrated programmer imo. ffmpeg, qemu, tcc and quickjs are all awesome software I discovered independently before realizing they were written by the same guy

    • @lucasrdrgs
      @lucasrdrgs Рік тому +316

      Not to mention his π approximation world record in 2009 with TachusPi.

    • @Pieloaf
      @Pieloaf Рік тому +405

      TIL they were all written by the same guy, holy fuck 😳

    • @AXBA92
      @AXBA92 Рік тому

      what the actual fuck.....

    • @markzuckerbread1865
      @markzuckerbread1865 Рік тому +36

      Never heard of them before, time to check them out!

    • @voxelfusion9894
      @voxelfusion9894 Рік тому +133

      @@markzuckerbread1865 damn, surely you've at least heard of qemu, it's an engine for virtual machines.

  • @hyperpug2898
    @hyperpug2898 Рік тому +1652

    The cool thing is that it's also so fast you can use it with live footage.
    Once I used ffmpeg to rotate my webcam footage by 90°. Worked flawlessly.

    • @mash808
      @mash808 Рік тому +95

      Woah. Now that's cool.

    • @kolupsy
      @kolupsy Рік тому +48

      I have been wondering how do you stream in the webcam input and make platforms detect the output from ffmpeg as webcam footage? This would be a fun thing for zoom or teams meetings

    • @grzeskop5382
      @grzeskop5382 Рік тому

      @@kolupsy On linux you can make ffmpeg output to a virtual webcam via v4l2loopback device, I use it to stream the footage from my laptops webcam to my PC.
      There is probably an equivalent for other platforms

    • @lister_of_smeg6545
      @lister_of_smeg6545 Рік тому +120

      That's fast because you don't need to re-encode - you're just setting a flag in the bitstream.

    • @1funnygame
      @1funnygame Рік тому +41

      ​@@kolupsy OBS can do that for you

  • @PCMau5
    @PCMau5 Рік тому +306

    FFmpeg is so useful in the VFX/CG industry, it's used for converting textures, encoding reviewables from several different outputs, adapting output with stuff like slates and overlay data for client review, subtitles, using FFprobe for capture certain EXR metadata, the list could really go on for paragraphs.
    It really tells you something when FFmpeg is far more flexible and useful than Autodesk's RVIO, which costs thousands for licenses and doesn't even have 5% of the functionality of FFmpeg.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 Рік тому +24

      Yes, but Autodesk has by far the bigger advertising budget. Telling people how wonderful you are tends to count for more than actually putting out a superior product.

    • @jonathanalonso6492
      @jonathanalonso6492 Рік тому +12

      It's because of how (relatively) pretty and easy-to-use RVIO is, compared to ffmpeg.
      Don't get me wrong, it's one of the first things I install on my fresh Linux installs, but the CLI interface is not for the faint of heart.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 Рік тому +1

      @@jonathanalonso6492 Point-and-click maybe OK for one-off tasks, not so good for things you need to do a hundred times a day. Then you discover that GUIs cannot be automated.

    • @jonathanalonso6492
      @jonathanalonso6492 Рік тому +5

      @@lawrencedoliveiro9104 Absolutely, but I was discussing the marketability of GUI-style programs, and why they are more successful, compared to CLI-style programs, at least in the context of the average Joes and Janes.

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 Рік тому

      @@jonathanalonso6492 The successful businesses are the ones that produce quality results. Are you really going to pay for someone to perform a manual process over and over? Automation is what computers are for!

  • @christopherneufelt8971
    @christopherneufelt8971 Рік тому +208

    ffmpeg is a very hard workhorse that few recognise and the giants abuse by call it theirs. Literarally its coding is everywhere on media players with many times included without even open source acknowledgement. Most of the video editing software around is just recompiled wrappers of this gem. P.S. I did my university project in mpeg long time ago (compression and decompression of bytestream using fft2 and performance analytics).

    • @Richard-jm3um
      @Richard-jm3um 9 місяців тому +1

      Is there somewhere I can read more about this?

    • @RMDK22
      @RMDK22 7 місяців тому

      what grade u got on that project sir?

  • @GDColon
    @GDColon Рік тому +364

    Video editing aside, I can plug a video in it with zero arguments and it some how comes out with a ~80% smaller file size and no noticeable quality loss. That alone is such a game changer, I've got a right click script for it and everything

    • @cub1cc
      @cub1cc Рік тому +38

      i love gd cologne

    • @simulping4371
      @simulping4371 Рік тому +22

      maybe for the untrained eye it is unnoticeable, but those with more experience will fine tune their settings

    • @gez_4515
      @gez_4515 Рік тому +82

      @@simulping4371 FFmpeg does a lot of optimizations like removing duplicate frames for example. You can also tell it to use more advanced feature sets of video encoders, giving you even better quality at the same bitrate.

    • @SomeRandomPiggo
      @SomeRandomPiggo Рік тому +3

      hello square jumper

    • @ImNetheN
      @ImNetheN Рік тому

      h g D:

  • @cogmonocle2140
    @cogmonocle2140 Рік тому +475

    as someone who works with the C api, ffmpeg is the tool I have the strongest love-hate relationship with. The api can be an absolute struggle at times, but it's incredible that we have such a powerful open source tool at our disposal.

    • @danielegvi
      @danielegvi Рік тому

      I always thought of ffmpeg as purely a command line tool. If I was looking for a library to make applications with, I’d go for GStreamer

    • @christopherneufelt8971
      @christopherneufelt8971 Рік тому +71

      All the video editing software today are just wrappers of ffmpeg.

    • @crackwitz
      @crackwitz Рік тому

      @@christopherneufelt8971 except for the commercial software

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 Рік тому +7

      I’ve never felt the need to use the C API. One project I did involved extracting telemetry data (accelerometer, gyroscope, GPS) from videos captured from GoPro cameras. I wrote a Python script which called ffprobe to identify the right streams and the exact locations of the data packets and their timestamps, then I could read those parts of the video file directly and decode the packets using the standard “struct” library.

    • @RianPrakoso91
      @RianPrakoso91 Рік тому

      gstreamer is much easier tool for c imo

  • @eegoal
    @eegoal Рік тому +451

    Ffmpeg is one of those tools I just cant live without. I have many aliases set up and they make my life way easier

    • @CrunchPlaysGames
      @CrunchPlaysGames Рік тому +10

      Mind sharing some examples?

    • @zerdf
      @zerdf Рік тому +2

      Following this thread in case an answer comes up, quite interested to know how a lambda person can use it

    • @a.yashwanth
      @a.yashwanth Рік тому +1

      ​@@zerdf how do you follow a thread?

    • @alenpaulvarghese
      @alenpaulvarghese Рік тому +6

      @@a.yashwanth just by commenting on it

    • @indorexian
      @indorexian Рік тому +1

      ​@@zerdfgood idea

  • @anon_y_mousse
    @anon_y_mousse Рік тому +58

    It's such a complex program that it would take 100 hours to fully explain how to use it, yet 100 seconds can give you enough of the basics to allow most people to use it as they need it on a daily basis. The only thing I would've added is that the order of arguments matter.

  • @JoshuaG
    @JoshuaG Рік тому +30

    2:05 Still cracks me up everytime seeing that 'ASS' file, LMAO😂🤣

    • @lawrencedoliveiro9104
      @lawrencedoliveiro9104 Рік тому +3

      Google’s Play Store actually banned an app using this library, supposedly for violating the “Sexual Content and Profanity Policy”.

    • @davidd.larred7238
      @davidd.larred7238 6 місяців тому +1

      Jajaja

  • @theGamer93
    @theGamer93 Рік тому +80

    I use this since I got into Linux in 2008 and I even teach all my friends how to use it. Since all of these Converter Tools are nothing else then FFmpeg with adware.

    • @nicholasfinch4087
      @nicholasfinch4087 Рік тому +4

      I remember searching for a decent converter back in the early 2000s, I swear Advertisers were working really hard to push ffmpeg aside for their shit quality software. I didn't find ffmpeg until much later.

    • @Robert08010
      @Robert08010 11 місяців тому

      I thought they only supplied a front end and used FFmpeg behind the scenes. @@nicholasfinch4087

    • @Juliodax
      @Juliodax 8 місяців тому +1

      Exactly!!!!.

  • @FadlySansan
    @FadlySansan Рік тому +7

    Ffmpeg is a blessing. That is the thing that solidified my programming journey at its beginning.

  • @deoarlo
    @deoarlo Рік тому +10

    So glad FFMPEG is getting the recognition it deserves. Had been using it since day one and lovin it eversince

  • @krismatic_
    @krismatic_ Рік тому +40

    I knew it was powerful but this is just unreal. Thanks as always for the incredible content.

  • @jodufan8754
    @jodufan8754 Рік тому +9

    Ffmpeg is one of the most powerful programs i know! I've never seen a program learning Curve similar to it! From the simplest cutting or converting of Videos to gpu based live Resolution encoding for rtmp! Such a powerful tool!!

  • @gmanIL
    @gmanIL Рік тому +3

    FFMPeg is the goat. our entire company's video infrastructure is relaying on it and it works amazing.
    There are so many options is really crazy to think about the work that went into this tool.

  • @illuminoeye_gaming
    @illuminoeye_gaming Рік тому +5

    it can handle literally anything and i love it for that. the guy who made it is the saviour of media buffs

  • @DarkNexarius
    @DarkNexarius Рік тому +17

    ffmpeg is really good.
    I use it to create partially transparent videos (rgb + alpha channel). Those can be imported in basically any video editor. They work in OBS too.
    I'm using the codec "qtrle" and output format "mov".

  • @cornhustlah
    @cornhustlah Рік тому

    bruh your editing and design just keeps getting better and better 👀💕👏

  • @TheMythh
    @TheMythh Рік тому +7

    I found out about ffmpeg 5 years ago when i had to split a movie in two so i can upload it on disks for my grandfather to watch on his entertainment system, i've been in love with it since.

  • @vizonex4316
    @vizonex4316 Рік тому +5

    I use this to compress my videos on discord, It saves me a lot of time and trips to visiting websites that might track you. I also started using VLC ever since Microsoft changed their groovy app to the media player (they might have added more telemetry). Best decisions I've ever made!

  • @iamstickfigure
    @iamstickfigure Рік тому +19

    I'm very pleased that you included the bit about ass files. Lol. At a previous dev job, I worked a lot with video and ffmpeg, and one of the things I worked on was ways to burn-in subtitles into videos, and the fact that everything had to be converted into ass files really tickled me. I still can't believe that "Advanced Substation Alpha" somehow ended up being "ass"

    • @sodiboo
      @sodiboo Рік тому +4

      when i wanted to write subtitles i had to pick a format. knowing nothing, i picked .ass because it had some features i wanted and the file extension. later learned it's like the industry standard or something

    • @justapleb7096
      @justapleb7096 4 місяці тому

      @@sodiboo it is industry standard but at the same time it's also the least supported subtitle format on TV hardware . . . try finding a TV that can natively play .ass subtitles without relying on another machine to transcode it.

  • @IgorogI1000
    @IgorogI1000 Рік тому

    ffmpeg is so great.
    the level of control it gives you makes you save so much time

  • @zerolelouch22
    @zerolelouch22 Рік тому +6

    I've been working on my own project to code a FFMPEG library for personal use. The idea is to essentially create an audio DSP that will take in audio formats / streams and process them to an output. Goal is to make an exec that can run on a raspberry pi and use it like a digital pedal board. Just working on the physical parts now :D

  • @CedricsSpecialLP
    @CedricsSpecialLP Рік тому +43

    When you also have youtube-dl and put the ffmpeg executable in the same directory, you have the ultimate tool for downloading videos from the internet.
    That’s because youtube-dl has certain actions written into it, that will be automatically done by ffmpeg like merging the audio and video file of a downloaded UA-cam video together (since with high-resolution downloads audio and video are two separate files).

    • @Rudxain
      @Rudxain Рік тому +2

      I use it for the opposite: extract audio from audio-video files

    • @JonasTisell
      @JonasTisell Рік тому

      @@RudxainSame. I'd use it more if it wasn’t so slow though. The UA-cam downloaders on the web are much more efficient

    • @JonasTisell
      @JonasTisell Рік тому

      @@hoodb0 I'll try it, thanks for the tip

    • @bonbonbonbons
      @bonbonbonbons 11 місяців тому

      ​@@hoodb0use aria2c as external downloader

  • @ManthaarJanyaro
    @ManthaarJanyaro Рік тому +2

    I have been using ffmpeg for more than 10 years, and I really love ffmpeg.

  • @Panakotta000
    @Panakotta000 Рік тому +5

    I just got started with ffmpeg libraries 1 week ago to export image sequences instead of multiple images as a single video file
    And now you make a video about it xD

  • @draido-dev
    @draido-dev Рік тому +1

    this video is so epic, epic enough to say that it was rendered with ffmpeg premier

  • @luisponce3580
    @luisponce3580 Рік тому +1

    This is literally crazy, I just started using FFmpeg and this video comes up from fireship

  • @fred.flintstone4099
    @fred.flintstone4099 Рік тому +13

    FFmpeg is a bit to video what ImageMagick is to images. There is also another audio/video library called GStreamer which I think is a bit like FFmpeg but I guess more oriented towards playback than encoding.

  • @syntaxerror831
    @syntaxerror831 Рік тому

    Litterally used ffmpeg today. Loving the content!

  • @VarunGupta3009
    @VarunGupta3009 Рік тому +2

    Even after using ffmpeg for over 200 hours I find this 100s video so informative.

  • @JustPyroYT
    @JustPyroYT Рік тому +20

    _____ In 100 seconds is the best series on this channel 👍

  • @nirmalthomasmathew
    @nirmalthomasmathew Рік тому

    Thanks for this. I always wanted to learn more about this since wasm!

  • @wadecodez
    @wadecodez Рік тому +3

    Ffmpeg is surprisingly well documented too. Made a dirty script in the past that automatically color graded clips based on the folder they were placed in.

  • @jgcodes2020
    @jgcodes2020 Рік тому +1

    As a library, FFmpeg is a godsend for video encoding/decoding. It may seem slightly obtuse, but once you understand how it works, it's incredibly powerful.

  • @AceofSpades5757
    @AceofSpades5757 Рік тому

    This is such an incredible tool. Truly amazing.

  • @BlueyMcPhluey
    @BlueyMcPhluey Рік тому

    amazing, I had no idea it was this easy to use

  • @vanviethieuanh2237
    @vanviethieuanh2237 Рік тому

    You always publish video at the time that I really need it =))

  • @radnukespeoplesminds
    @radnukespeoplesminds 2 місяці тому

    Its supprising how good ffmpeg is at converting and compressing even on default settings. Its amazing

  • @AmansLab
    @AmansLab Рік тому

    Currently using FFmpeg in my projects, It is just awesome

  • @iamanishkumar
    @iamanishkumar Рік тому +1

    This is just what I was searching!

  • @davidweinstein1943
    @davidweinstein1943 6 місяців тому

    this video is so well designed!

  • @Dr.Cosmar
    @Dr.Cosmar Рік тому

    I kinda needed this. Ty.

  • @shep9194
    @shep9194 Рік тому

    Jesus i actually needed this. I keep seeing it everywhere but have no idea what it is

  • @tabletuser123
    @tabletuser123 Рік тому +1

    This is something i didnt know i needed, epic

  • @3vonline
    @3vonline Рік тому

    Great info on the subject brother!

  • @niksingh710
    @niksingh710 Рік тому +3

    This guy creates shorts even before they existed..... And he gives knowledge too 😀

  • @kyryllvlasiuk
    @kyryllvlasiuk Рік тому +3

    I wouldn't mind full 1h course on this

  • @dmytrk
    @dmytrk Рік тому

    One of the best open-source projects I use regularly

  • @MentionedBefore
    @MentionedBefore Рік тому +1

    I waited my whole life for this video

  • @MohsenFarajYT
    @MohsenFarajYT Рік тому +68

    I'm starting to believe that you are an alien or some sort of AI who found out a way to get out of the computer. I tried hard to learn FFMPEG but I was always confused by what the hell is going on with commands... you explained like its NOTHING! bruh... even toddlers can use your videos and become a developer. any way thank you very much ♥ keep up the great content as always. we really need you! =)

    • @mash808
      @mash808 Рік тому +9

      As a toddler who is also a developer I concur.

    • @Smirnoff67
      @Smirnoff67 Рік тому +19

      He just read the API description and exemple, there is nothing special about it you know. What he just showed are really the most basic command of ffmpeg

  • @biz0r07
    @biz0r07 Рік тому

    Props for using a clip of Arnold from the movie Commando, love that movie

  • @walterpark8824
    @walterpark8824 Рік тому

    ffmpegcos terrific, and so's this video.
    I'm off to man to refresh my memory!

  • @seetlive
    @seetlive Рік тому

    Thank you for the FFmpeg intro

  • @TheGreatestWorldFox
    @TheGreatestWorldFox Рік тому

    ffmpeg is what got me into the world of CLI apps by it's sheer usefulness.

  • @Blaqw00D
    @Blaqw00D Рік тому +3

    I like how this is basically industry standard for multimedia

  • @stef9019
    @stef9019 Рік тому

    Wow didn't know about the subtitles one, that's dope

  • @trp_gang9869
    @trp_gang9869 Рік тому

    i was waiting for this

  • @gosnooky
    @gosnooky Рік тому +1

    FFMpeg is awesome. Surely it processed the very video we're watching

  • @kishanbsh
    @kishanbsh Рік тому +1

    Never knew about ffplay before.. thanks

  • @olegsuvorov1467
    @olegsuvorov1467 Рік тому

    Awesome tool. I used it 10 yrs ago to make time-lapse videos from screenshots in games like gta 3 😁

  • @TomFoolery9001
    @TomFoolery9001 Рік тому

    I didn't know it could do half that stuff, thanks!

  • @MustafaSaadi_
    @MustafaSaadi_ 5 місяців тому

    been using it for 6 years,,one of greatest tool to have in pc

  • @nickolayfetlistov4416
    @nickolayfetlistov4416 Рік тому

    Great video! Thanks!

  • @lbgstzockt8493
    @lbgstzockt8493 Рік тому +2

    FFMPEG is so powerful and ubiquitous that most video players just act as a GUI for it and many video tools in general are just extensions to it.

  • @litwire
    @litwire Рік тому +3

    The legend is back 🎉

  • @wlockuz4467
    @wlockuz4467 Рік тому

    FFMPEG is such a cool tool and it can do so many things, most of the time I don't even know what I want to make with it.

  • @dillonhansen71
    @dillonhansen71 Рік тому

    I never knew how cool ffmpeg was!

  • @shapelessed
    @shapelessed Рік тому +12

    A yet another tool I didn't know I needed in my NodeJS video/media streaming server...

    • @mash808
      @mash808 Рік тому +4

      There's nodejs wrappers for it that people have made too. Good luck with your project! 😃

    • @xXZian6Xx
      @xXZian6Xx Рік тому +6

      How did you not come across this when making a video streaming server? I've heard about this and I'm at backend

    • @shapelessed
      @shapelessed Рік тому

      @@xXZian6Xx Because it's more like half a streaming server half file server.
      It has a few editors in the web UI for opening different kids of files, though mainly for media.

    • @ricobytes786
      @ricobytes786 Рік тому

      Yes but what about the license

  • @harrysaliba1848
    @harrysaliba1848 Рік тому +7

    id love to see a ZFS in 100 seconds!

  • @mjdevlog
    @mjdevlog Рік тому +3

    I hope you cover more of these cli only FLOSS😁😁

  • @peter8261
    @peter8261 Рік тому +3

    Used FFMPEG years ago to convert AVI to MP4. Super helpful at times.

    • @JarppaGuru
      @JarppaGuru 11 місяців тому

      yes it still do it. and app you use now use ffmpeg do it for sure LOL

  • @mack.attack
    @mack.attack Рік тому

    knowing how to replace audio or cut stuff out of a video without having to reencode it by using ffmpeg with the argument "-c:v copy" has saved me probably hundreds of hours

  • @mahand871
    @mahand871 Рік тому

    wow I had no idea this existed this is a very powerful tool

  • @robertwallace5498
    @robertwallace5498 Рік тому

    this seems amazing, how have I never heard about this tool

  • @7heMech
    @7heMech Рік тому

    Honestly pretty amazing.

  • @scrubmunch5268
    @scrubmunch5268 Рік тому

    im here tryna play some mpeg shit, I go to youtube looking for help and youve just posted a vid, fireship is king

  • @GeorgeAlexanderTrebek
    @GeorgeAlexanderTrebek Рік тому

    FFmpeg is amazing, so many uses.

  • @Valenciano118
    @Valenciano118 Рік тому +2

    Small nitpick at the command shown at 1:46. If you try to run that command you probably won't get the result you're expecting.
    The video will probably not start at the timestamp you specified and it might last under 10 seconds or slightly above 10 seconds. This happens because of how video codecs work, usually you have a keyframe that contains a full image and the following frames until the next keyframe only contain the parts of the image that change.
    That's why if you copy the video, ffmpeg has to use those keyframes to make sure you don't get a video file that doesn't play properly.
    If you want to solve this you have to actually re-encode the video and ffmpeg will make sure to output exactly what you asked .

  • @marlokessler
    @marlokessler Рік тому

    This is awesome!

  • @TheMetalButcher
    @TheMetalButcher 15 днів тому

    I tried to make a video from single frames from my gopro in my editing software. Absolute disaster. With ffmpeg, it took hours to learn how to do it, but minutes to make the file. Brilliant bit of software.

  • @ccj2
    @ccj2 Рік тому +5

    Love FFmpeg so much, I was literally just using it yesterday to cut a video into segments. I’ve used it plenty of times to pull high res screenshots from my films. I’m thinking about creating some small tools (possibly both open source and for-profit) around it at some point to just help increase video production productivity.

  • @supindersingh8882
    @supindersingh8882 Рік тому +7

    I used it in my video editor project recently.

  • @quinnarts
    @quinnarts Рік тому

    Seems useful!

  • @user-us7rg4cd6p
    @user-us7rg4cd6p Рік тому

    too good. Thanks a lot

  • @bp9696
    @bp9696 Рік тому

    FFMPEG really rolls off the tongue fluidly

  • @seatube327
    @seatube327 Рік тому

    This is awesome! I used FFmpeg and GStreamer in an old project for streaming HD video from a high altitude balloon.

    • @jonasslettingjensen5032
      @jonasslettingjensen5032 Рік тому

      That sounds awesome! Do you have a public GitHub repository for it? I understand the basics of FFMPEG in the command line, but have never been able to use it in a project.

    • @seatube327
      @seatube327 Рік тому

      @@jonasslettingjensen5032 I have a couple private repos that show how we used GStreamer, but I cant seem to find the script that used FFmpeg (I think we booted it up as a separate process to save the file to disk). If you'd like to see the GStreamer code I can share it with you. What's your GH handle?

  • @dragossusi
    @dragossusi Рік тому

    I just had to use ffmpeg today to convert a raw file into a MP4 file, it's so strange that the video came up around that time I needed it

  • @thejonte
    @thejonte Рік тому

    FFMpeg is frickin amazing!

  • @MikeDest
    @MikeDest Рік тому

    I've made a living since 2010 knowing a lot about FFmpeg and working for a major adult tube site. I've donated to the project, but probably should more often.

  • @artificialhits
    @artificialhits Рік тому

    FFmpeg rocks, I use it every day

  • @JH-bb8in
    @JH-bb8in Рік тому

    This is some goat explainer video

  • @ababa9668
    @ababa9668 Рік тому +1

    This tool is amazing

  • @Kinos141
    @Kinos141 Рік тому

    Thanks, this is good to know.

  • @NotTheHeroStudios
    @NotTheHeroStudios Рік тому

    1. Why did I not know about this
    2. This is exactly what I needed yesterday

  • @rekcce
    @rekcce Рік тому

    Awesome, ffmpeg rules

  • @Karpefilm
    @Karpefilm Рік тому

    I used use FFMPEG for making delivery files of ads for big digital screens. Whatever size or format.. ffmpeg never let me down

  • @eddievalentin6678
    @eddievalentin6678 10 місяців тому

    So how can i make a video still image + sound (audio file) lossless with ffmpeg? I want the still image video to sound just like the audio track/file if its possible, i dont want any transcoding. Also, i'd like to know if i can do it vp9 webm lossless if there is a way as well? im trying to make one single still image with sound (Music) video.

  • @TheSensationalMr.Science
    @TheSensationalMr.Science Рік тому +1

    ps the *-ss* option is the *start position* option and basically is where you seek to the location to start the media file manipulation.
    Hope you have a great day & Safe Travels!

  • @piyushpanpaliya
    @piyushpanpaliya Рік тому +1

    ffmpeg is the best tool I have ever used