FFmpeg in 100 Seconds

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

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

  • @pokefreak2112
    @pokefreak2112 Год назад +3775

    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 Год назад +321

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

    • @Pieloaf
      @Pieloaf Год назад +412

      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.

  • @JoshuaG
    @JoshuaG Год назад +31

    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 7 месяцев назад +1

      Jajaja

    • @fdadfas6624
      @fdadfas6624 10 часов назад

      Yeah, so funny.... if you're a 10 year old kid.

    • @JoshuaG
      @JoshuaG 10 часов назад

      @@fdadfas6624 ???
      Relax bruh.... im 24. why did i get hate vibes reading this ? 😅😆

  • @JH-bb8in
    @JH-bb8in Год назад

    This is some goat explainer video

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

    Can you please do a video on Liquibase? A devops tool for databases

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

    @lexfridman needs to do an interview with bellard

  • @hyperpug2898
    @hyperpug2898 Год назад +1686

    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 Год назад +97

      Woah. Now that's cool.

    • @kolupsy
      @kolupsy Год назад +50

      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 Год назад +123

      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

  • @christopherneufelt8971
    @christopherneufelt8971 Год назад +216

    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 11 месяцев назад +1

      Is there somewhere I can read more about this?

    • @RMDK22
      @RMDK22 9 месяцев назад +1

      what grade u got on that project sir?

  • @GDColon
    @GDColon Год назад +392

    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 Год назад +40

      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 Год назад +85

      @@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 Год назад +483

    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 Год назад +72

      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

  • @PCMau5
    @PCMau5 Год назад +320

    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 Год назад +25

      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!

  • @theGamer93
    @theGamer93 Год назад +83

    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 Год назад

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

    • @Juliodax
      @Juliodax 9 месяцев назад +1

      Exactly!!!!.

  • @anon_y_mousse
    @anon_y_mousse Год назад +64

    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.

    • @Dee_Just_Dee
      @Dee_Just_Dee Месяц назад +2

      True! For example, if you use *_-ss_* and *_-to_* near the beginning of the command, then you're cutting a clip out of the original media file, any further arguments that have a time component to them are applied within the context of that clip. For example, trimming a song down to a ringtone: *_FFMPEG -ss _**_01:00_**_ -to _**_1:45_**_ -i infile.mp3 -af "afade=t=in:ss=0:d=1.5, afade=t=out:st=40:d=5" -c:a libmp3lame -b:a 192k outfile.mp3_* . The fades' start times of 0s and 40s don't occur at 00:00 and 00:40 of the original song, they happen at 00:00 and 00:40 of the clip - therefore 01:00 and 01:40 in the context of the original song.

  • @eegoal
    @eegoal Год назад +457

    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

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

    Realizing that all of those overpriced adware file converters I downloaded as a kid were probably just GUI skins of ffmpeg

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

    Internet is flooded with over complicated, bloated, borderline useless and paywalled format conversion tools. ffmpeg is so simple yet so powerful, once you realised how to use the command line then the possibilities are endless.

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

      Those over-complicated, bloated, borderline-useless and paywalled tools are targeted at Windows users who have no idea about command lines.

  • @krismatic_
    @krismatic_ Год назад +40

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

  • @deoarlo
    @deoarlo Год назад +11

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

  • @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".

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

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

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

    It also provides HLS

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

  • @FadlySansan
    @FadlySansan Год назад +7

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

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

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

    wow i didnt even know ffmpeg has a logo

  • @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 RUclips 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 RUclips downloaders on the web are much more efficient

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

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

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

      ​@@hoodb0use aria2c as external downloader

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

    I wouldn't mind full 1h course on this

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

    What about make in 100 sec ?

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

    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.

  • @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 6 месяцев назад

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

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

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

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

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

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

    i use ffmpeg and edit our companies' christmas video skits in commandline before. people look at me with disdain.

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

      I have experimented with using melt. This lets you create an XML control file that defines all the edits. It uses FFmpeg underneath anyway.

  • @harrysaliba1848
    @harrysaliba1848 Год назад +7

    id love to see a ZFS in 100 seconds!

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

    I use ffmpeg to scale DOS games using nearest neighbour algorithm. They look awesome on youtube.

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

    Umm... Isn't MPEG "Motion Picture Experts Group"?

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

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

    just saying
    changing it to .mov is not changing the codec
    it is just changing the container
    containers like mkv,mp4,mov,avi
    are very different from codecs like
    vp8,vp9,h264,h265,av1 etc

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

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

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

    ffmpeg is so powerful soon you will see singularity in the form of a -compile flag!
    also, demuxer sounds like a harry potter spell ngl.

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

    2:07 🍑

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

    Fabrice Bellard also create Qemu. Awesome engineer.

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

      What a legend

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

    I've once used FFmpeg to compress a 1.3mb video into 5 kb, the quality of course died but you could still tell what was happening. Now why did I do that you may ask? Good question, unfortunately I don't have an answer

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

    ffmepg is goated for ML work. Super fast batch processing

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

    nah, fr do u have access to my browser history? I was just looking for it to download online lectures xd

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

  • @supindersingh8882
    @supindersingh8882 Год назад +7

    I used it in my video editor project recently.

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

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

    It like basic video editing, but on the command line😃. I have seen it all folks.

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

    This was unexected. I'm exited and haven't hit play yet.

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

    Someone tell me how to cross compile for Android and use ffmpeg along with opencv

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

    ffmpeg has saved me literally hours of waiting on my computer to reencode things, it's brilliant for splitting out video and audio, editing the audio, and recombining after the fact. No need for premiere or vegas or resolve (my favorite at the moment, just very bulky when you just need to edit the audio!), just -c:a copy or whatever the flags are and you're off to the races

    • @HumbleHuman-k7g
      @HumbleHuman-k7g Год назад +2

      For that reason you should promote that GNU tool to others.

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

    ffmpeg is that one tool, where you just *have* to look up the command line options every time you use it.

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

  • @lazyman2451
    @lazyman2451 Год назад +19

    551th view. Hey better to be truthful than faking it.

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

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

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

    Why I feel like the audio is AI generated 🤔, am I the only one who feels like this?

  • @echo.1209
    @echo.1209 Год назад +1

    i keep accidentally reading it as "FFmpreg" and i really don't like that image in my head

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

    ffmpeg still cannot decode animated webps
    its amazing how bad webp is

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

    I did use ffmpeg to automatically remove duplicated frames, merge all videos and audio and create a timelapse-lofi screen recorded video in 1 night using my phone. All of those happening with right label for video and audio file then python automate things with ffmpeg.

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

      Did you use subprocess library in py

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

    Friendship ended with VLC.
    Now ffmpeg is my best friend

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

    last time i used ffmpeg was when i was making a discord bot in js

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

    1:33. 640x480 resolution…. As god intended

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

    Baking subtitles into a video file should be a crime

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

    I like how this is basically industry standard for multimedia

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

    Lmao please make a video on counting from 1 to 10 in 100 seconds.

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

    Ghostscript and imageMagick in the todolist ?

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

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

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

    half expected you to say you edited the whole video using ffmpeg in the end

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

    Never knew about ffplay before.. thanks

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

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

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

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

  • @window.location
    @window.location Год назад +1

    same guy created QEMU, f*king genius.

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

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

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

    Next video: Vlang in 100 seconds.

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

    Can it be accelerated with my rx 6600?

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

    I thought this was a trick to get you to search what Mpeg is

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

    i think it can be used to record video as well ?

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

      Yes. In Linux at least.
      The video source can be done video input device or it can loopback to record your screen

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

      Record video, record stream from m3u8 URLs

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

    0 indexed comment

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

    First

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

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

    Actually this was done in 140 seconds

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

    more about ffmpeg please

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

    badgers... i see you are a man of culture

  • @draido-dev
    @draido-dev Год назад +1

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

  • @JustPyroYT
    @JustPyroYT Год назад +20

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

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

    I waited my whole life for this video

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

    I would also recommend you to make a video on mp4box which is a part of GPAC.

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

    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.

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

    1:48 when trimming a video by copy (without reencoding) put the -ss flag before the input file name

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

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

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

    The legend is back 🎉

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

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

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

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

    i like it... but i do wish it had proper python bindings and some nice documentation; all seem to do some nasty popen terminal layer nonsense, and half of the ones i tried are a nightmare to get working on windows.. That's not ffmpegs fault tho.

  • @jonah1976
    @jonah1976 4 месяца назад

    Love FFMPEG. The AAC encoder is still dog droppings, but that's why I hang onto FDK.

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

    please make a whole video of it. better to watch this than go through documentation.

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

    Excelente, me encanto la forma y toda la informacion, increible, muy bueno 🔥🔥🔥🔥🔥🔥
    Excelente, me encanto la forma y toda la informacion, increible, muy bueno 🔥🔥🔥🔥🔥🔥
    Excelente, me encanto la forma y toda la informacion, increible, muy bueno 🔥🔥🔥🔥🔥🔥