WASM + React... Easily build video editing software with JS & FFmpeg

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ต.ค. 2024

ความคิดเห็น • 276

  • @thomasjardanedeoliveirabou9993
    @thomasjardanedeoliveirabou9993 2 ปีที่แล้ว +167

    Sadly the Source Code doesn't work anymore because of the Spectre Vuneability in modern browsers. They disabled SharedArrayBuffer which was essential for this to work (for some reason, i am not an expert on this). So before you try this, try to find a more recent video =D

    • @Vishnu-oo4gh
      @Vishnu-oo4gh 2 ปีที่แล้ว +4

      @@yotubecreators47 wow thank you!

    • @batmanatkinson1188
      @batmanatkinson1188 2 ปีที่แล้ว

      is it also disabled on Apple M1?

    • @ABDTalk1
      @ABDTalk1 ปีที่แล้ว +1

      @@yotubecreators47JavaFX is so good though

    • @BelugaSam
      @BelugaSam ปีที่แล้ว

      @@yotubecreators47 is their any solution for vue too?

    • @irahazda
      @irahazda ปีที่แล้ว

      Thank you man. Saved my time.

  • @jakobarsement8266
    @jakobarsement8266 3 ปีที่แล้ว +11

    Been watching these for about a year now and dude, your videos are tremendous. You are a tremendous instructor. You keep it cutting-edge, concise, and super informative. Thank you.

  • @joaovaz3473
    @joaovaz3473 4 ปีที่แล้ว +405

    What people see: WASM allows one to run server tasks on the client
    What I see: serverless SQL injection

    • @jorgekunrath1016
      @jorgekunrath1016 4 ปีที่แล้ว +34

      not sure if that's a joke or a real thing because i don't have very much knowledge on the subject, so, honest question:
      there's a point on do that? i mean you could hack it (could u?), but it will be only in your browser because nothing was sended to the server, right? so...

    • @joaovaz3473
      @joaovaz3473 4 ปีที่แล้ว +27

      @@jorgekunrath1016 it was originally a joke. But now, re-thinking about it... you've got a point!

    • @jorgekunrath1016
      @jorgekunrath1016 4 ปีที่แล้ว +5

      @@joaovaz3473 cool joke tho and thanks ^^

    • @Fireship
      @Fireship  4 ปีที่แล้ว +138

      Good way to practice your hacking skills before taking them to a real server.

    • @myxmad800
      @myxmad800 4 ปีที่แล้ว +3

      @@Fireship buddy what file icon theme do you use pls state it

  • @YahirTrejo
    @YahirTrejo 4 ปีที่แล้ว +160

    Man that was amazingly simple, I was scared of web assembly but I might start learning now. Also unrelated but have you considered doing a react course?

    • @Fireship
      @Fireship  4 ปีที่แล้ว +57

      Yes, working on a React-Firebase course :)

    • @kordoulakis
      @kordoulakis 4 ปีที่แล้ว +3

      @@Fireship It'll be the first time I've bought a course then

    • @YahirTrejo
      @YahirTrejo 4 ปีที่แล้ว +1

      @@Fireship Great! Looking forward to it!

  • @edwincarlsson9014
    @edwincarlsson9014 4 ปีที่แล้ว +31

    I’ve been looking forward to this!

    • @Fireship
      @Fireship  4 ปีที่แล้ว +14

      Me too, but more WASM content on coming soon :)

  • @OBLIVIOUSKARI
    @OBLIVIOUSKARI 3 ปีที่แล้ว +2

    Omg I’m so pumped for the rust web assembly video. I am a rust dev and would like to get some benefit from it on the web

  • @jaforewit
    @jaforewit 4 ปีที่แล้ว +13

    In your Rust to WASM video, I'd love to see some sort of visuals in rust port over to visuals on the browser

  • @Apoorvpandey
    @Apoorvpandey 3 ปีที่แล้ว +23

    I ran into these errors:
    1. ffmpeg was not loading in browser:
    Soln: downgrade ffmpeg version to 0.9.0
    2. SharedArray buffer error:
    Soln: Run chrome wuth this flag "chrome --enable-features=SharedArrayBuffer "

    • @creativeusername4400
      @creativeusername4400 3 หลายเดือนก่อน

      incase anyone's wondering how to downgrade the ffmpeg version
      run `npm uninstall @ffmpeg/ffmpeg`
      then run `npm install @ffmpeg/ffmpeg@0.9.0

  • @parikshitthale7708
    @parikshitthale7708 4 ปีที่แล้ว +26

    How about Intro to AssemblyScript 🔥🔥

  • @DrSwad
    @DrSwad 4 ปีที่แล้ว +4

    Awesome work man

  • @jessejordan8569
    @jessejordan8569 4 ปีที่แล้ว +3

    Great stuff as always.
    Still can't believe Nathan Fielder is this knowledgeable on web dev!

  • @miguel_bogota
    @miguel_bogota 4 ปีที่แล้ว +3

    I don't know how you make this videos so interesting always!! Thank you, I think an AssemblyScript video will also be awesome.

  • @prashoonbhattacharjee8211
    @prashoonbhattacharjee8211 4 ปีที่แล้ว +3

    This tutorial is fantastic!! Got a lot of value from this tutorial!!

  • @aminehl6025
    @aminehl6025 2 ปีที่แล้ว +1

    Thank you very much

  • @acollierr17
    @acollierr17 4 ปีที่แล้ว +3

    Been looking forward to this, Jeff! Definitely going to expand on this sometime in the future on my own project. Thanks!

  • @davidhusicka8440
    @davidhusicka8440 4 ปีที่แล้ว +2

    Really excited for the rust video. I could port my CLI app to web if you keep on your promise. Amazing as usual! Keep it up!

  • @CodingUnited
    @CodingUnited 4 ปีที่แล้ว +63

    How 'bout a 2d Rust game compiled to WASM? The game could be a flappy bird clone.

  • @rubenpoppe
    @rubenpoppe 3 ปีที่แล้ว +15

    Hi Jeff, could you do a video on how to use 'raw' wasm code? In this video you use a wrapper javascript library.

  • @CodeWithAndrea
    @CodeWithAndrea 3 ปีที่แล้ว +2

    Awesome video as usual! Really cool to see how to use all these things together!

  • @mikemartire1612
    @mikemartire1612 3 ปีที่แล้ว +1

    I definitely asked for this video and you delivered, thanks a bunch! Great video as always Jeff, very very useful

  • @wizamit
    @wizamit 3 ปีที่แล้ว +2

    This is awesome. Thank you for this great introduction to WA ❤

  • @ridl27
    @ridl27 3 ปีที่แล้ว +2

    great stuff man, ty. now its really open my mind for WASM :D

  • @amoldalwai3961
    @amoldalwai3961 4 ปีที่แล้ว +3

    3:53 great way to add a preloader ,never thought of it that way

    • @Fireship
      @Fireship  4 ปีที่แล้ว +4

      You can also use React Suspense for things like that, but that's a topic for another video...

    • @DrSwad
      @DrSwad 4 ปีที่แล้ว +1

      You might also want to take a look at swr.vercel.app/. It deals with fetching data while showing a loading state or optionally showing already cached data while the data is being updated. It also supports infinite scrolling and react-native. Not exactly related to this video's scenario, but you might find it cool.

    • @amoldalwai3961
      @amoldalwai3961 4 ปีที่แล้ว +1

      @@Fireship thanks ...I made a react app that actually allows you to watch movies and web series online.
      amoldalwai.github.io/watch-any-movie/
      Can I get your thoughts on it?

  • @yampolskie
    @yampolskie 3 ปีที่แล้ว +1

    It seemed tough to build but you made it look so easy!

  • @WrongAkram
    @WrongAkram 4 ปีที่แล้ว

    This is sweet! I was thinking about using wasm to try to make a video editing tool on the web.

  • @MrChernicharo
    @MrChernicharo 3 ปีที่แล้ว +1

    Amazing! More videos on WebAssembly please!

  • @amanraj1608
    @amanraj1608 4 ปีที่แล้ว +1

    Finally most awaited video 🌟✨

  • @TheRanguna
    @TheRanguna 4 ปีที่แล้ว +4

    Awesome video, so incredibly simple.
    Now I'm going to read more in depth about how to create these Web assembly files and bind them to javascript. Can't wait for the rust to wasm video!!
    Do you know if FS will conflict with other tabs accessing the same file ?
    This could be a problem, even two tabs overwriting the same place in memory.
    But I'm guessing this only runs in the current context of the tab.
    Another question, can we access the whole file system with wasm ?
    I'm not really sure what the `video` var contained, but could we somehow build it so we could access any file in the system or is the browser sandboxing this ?
    Thanks!!

  • @aryanmn1569
    @aryanmn1569 2 ปีที่แล้ว

    u r hero of making things look simple

  • @fevicoI
    @fevicoI 3 ปีที่แล้ว +20

    We are about to enter an age, when there would be no OS. Just JS & Chrome. Your OS would be Chrome and everything else loaded in WASM. SMFH.

    • @MatthewTaylor86
      @MatthewTaylor86 3 ปีที่แล้ว +14

      Wait until you hear about Chromebooks 🤣

    • @fevicoI
      @fevicoI 3 ปีที่แล้ว +4

      @@MatthewTaylor86 those are awful

    • @iyxan23
      @iyxan23 3 ปีที่แล้ว +1

      Linux, WASM edition :p

    • @fevicoI
      @fevicoI 3 ปีที่แล้ว

      @@iyxan23 Chrome-book would literally be Wasmbook

    • @nhat4359
      @nhat4359 3 ปีที่แล้ว +3

      For some people, Windows is already just a bootloader for Chrome

  • @jamesxu4538
    @jamesxu4538 3 ปีที่แล้ว +1

    Oh I've watched a video about the chopped truck. THe bridge was elevated, but still choppin the trucks

  • @ChunkyChest
    @ChunkyChest 2 ปีที่แล้ว

    Thanks for this!! can't wait to dive wasm :D

  • @aryanjpg
    @aryanjpg 4 ปีที่แล้ว

    I am fan of your way of telling things as they are very easy

  • @SogMosee
    @SogMosee 3 ปีที่แล้ว +4

    1. Create react and react fiber in rust, then have a ui framework entirely in webassembly
    2. Rewrite typescript in webassembly and have faster linting

    • @oplik0
      @oplik0 3 ปีที่แล้ว +2

      1. You want to have core of React in wasm and an JS API? I'm not sure if the overhead due to the need for communication between JS and WASM (not just with the api, but WASM can't modify DOM, so it needs to call JS to do that).
      2. There is a TS compiler in rust, SWC: swc.rs/
      It's not WASM, but why would you run typescript compiler in the browser anyway?
      SWC is already used by Deno, though TSC still handles the actual typechecking (github.com/denoland/deno/issues/5432)

  • @NicolaiWeitkemper
    @NicolaiWeitkemper 4 ปีที่แล้ว +1

    Amazing! I can't wait to see more WASM content.

  • @talha-nagorik
    @talha-nagorik ปีที่แล้ว

    Just what I was looking for 🔥

  • @dj_256
    @dj_256 9 หลายเดือนก่อน

    Dude just accomplished my dream tool in under 8 minutes lmao

  • @dibaliba
    @dibaliba 4 ปีที่แล้ว +6

    🔥🚀 I have press the like button when I get into this page at the very first time, coz there is no chance this video will have crap content.
    未看先讚啦!!!

  • @Daimyo7
    @Daimyo7 4 ปีที่แล้ว +6

    Going to be honest here I was looking at the same technology about 2 years ago.
    I worked on a transcoding project with multiple video streaming m3 u8, vast advertising.

  • @HenokWehibe
    @HenokWehibe 3 ปีที่แล้ว

    Another really useful video, will try it with my open alpr project great work again.

  • @aaron32190
    @aaron32190 3 ปีที่แล้ว +3

    Would love to see a vid about assembly script :)

  • @HackUniversity
    @HackUniversity 3 ปีที่แล้ว

    Wow! This is simply amazing! Everyone should see this! :)

  • @vietnamnguyen369
    @vietnamnguyen369 4 ปีที่แล้ว

    That's what I am looking forward. I am also trying to develop custom rust code and covert it to WASM. That's cool.

  • @djcardwellai
    @djcardwellai 3 ปีที่แล้ว

    These videos are gold. Thank you so much

  • @Yuu-6883
    @Yuu-6883 4 ปีที่แล้ว +4

    The overhead of ffmpeg compiled to wasm is huge and converting a video to gif is not computational expensive. When it comes heavier tasks like encoding, ffmpeg in browser runs significantly slower. I think the title is a bit misleading or too ambitious as “video editing” is mostly frame encoding tasks which is not practical at all with the wasm build. The wasm build doesn’t have access to native gpu drivers and that will make process even slower than a native app, which is why nobody has ever tried to port an actual video editing software like Vegas or AE to the web because the performance would be 20x worse. But for simple tasks like converting video to gif, doing it on the frontend is fine I guess.

  • @rand0mtv660
    @rand0mtv660 4 ปีที่แล้ว

    Hmm you using React more and more? I always thought of you as an Angular guy. It's good to see that you are open to everything.

  • @captainlennyjapan27
    @captainlennyjapan27 3 ปีที่แล้ว +5

    Can someone please help? I cannot move forward due to SharedBufferArray undefined error...

    • @samiurrahmanmukul
      @samiurrahmanmukul 2 ปีที่แล้ว +1

      I faced same issue. How can i solved this

  • @ShafterPlay
    @ShafterPlay 4 ปีที่แล้ว

    Your videos are sooooo amazing I can't even tell

  • @DodaGarcia
    @DodaGarcia 4 ปีที่แล้ว

    Oh wow this one went way over my head

  • @nithinchinni
    @nithinchinni 2 ปีที่แล้ว +4

    Can you fix the codebase that you shared in GIT. When I tried to run it, it throws an error: ffmpeg-core.js:22 Uncaught (in promise) ReferenceError: SharedArrayBuffer is not defined

  • @ymi_yugy3133
    @ymi_yugy3133 4 ปีที่แล้ว +2

    WASM decreased the size of the gap between the web and native substantially, but the lack of access to hardware encoders and decoders still remains an issue.

    • @fltfathin
      @fltfathin 2 ปีที่แล้ว

      Wdym hardware encoder decoder? For video file? Or interfacing with hardware? For the second one, we have webusb/ webserial

    • @ymi_yugy3133
      @ymi_yugy3133 2 ปีที่แล้ว

      @@fltfathin I should have been clearer. I mean for video.

    • @fltfathin
      @fltfathin 2 ปีที่แล้ว

      @@ymi_yugy3133 thanks for clarifying, hardware video codec is indeed a problem, maybe can be alleviated by doing codec with webgl or the likes.

    • @ymi_yugy3133
      @ymi_yugy3133 2 ปีที่แล้ว

      @@fltfathin it can’t. GPU implementations of video codecs are rarely faster than CPU implementations and when they are they need to be tuned for a specific model of GPU and require low level APIs like Vulkan and tweaks to the driver and probably even shader compiler. I would be extremely surprised if this was possible with WebGPU yet alone WebGL. But even those successful GPU implementations are still orders of magnitudes slower or less power efficient than ASICS.

  • @uniqhnd23
    @uniqhnd23 4 ปีที่แล้ว

    Really good music in the beginning 👌

  • @JeremyChone
    @JeremyChone 4 ปีที่แล้ว +3

    Good vid. Curious to know the licensing restriction for this type of "distribution."

    • @katech6020
      @katech6020 3 ปีที่แล้ว +1

      FFMPEG is a FOSS tool, so it is not a problem in this case. but in other cases, I get what do you mean

  • @daksmemes7428
    @daksmemes7428 3 ปีที่แล้ว

    excited for web assembly

  • @SpaghettDev
    @SpaghettDev 4 ปีที่แล้ว

    Back at it again!

  • @sridharkatta3461
    @sridharkatta3461 4 ปีที่แล้ว

    May be in future plan an intro to rust and how we can write web assembly code using rust, I am really interested in those kind of videos.

  • @SrTony-l5b
    @SrTony-l5b 27 วันที่ผ่านมา

    Спасибо за видео, достаточно доступно излагаете.

  • @timkelly9886
    @timkelly9886 2 ปีที่แล้ว

    Hey Jeff, are you still planning to create the Rust to WASM tutorial? That would be super cool

  • @albertbennett6290
    @albertbennett6290 3 ปีที่แล้ว

    Weird request, but can we have Reasonml in 100 seconds?
    Your videos are great by the way!

  • @tippy_
    @tippy_ 4 ปีที่แล้ว

    slowly and slowly wasm is starting to tickle my curisoity

  • @malikmouhiidine9828
    @malikmouhiidine9828 3 ปีที่แล้ว

    Please do a full course about webAssembly!

  • @omegaomar29
    @omegaomar29 4 ปีที่แล้ว

    Amazing, WASM it's so powerful, i'll try this example.

  • @nathandaven
    @nathandaven 3 ปีที่แล้ว

    Webassembly is so crazy

  • @thecoderabbi
    @thecoderabbi 2 ปีที่แล้ว +2

    This is helpful

  • @sumukhakb2701
    @sumukhakb2701 3 ปีที่แล้ว

    Awesome tutorial . Please make a video converter using WASM and ffmpeg

  • @rubenuijtde
    @rubenuijtde 4 ปีที่แล้ว +3

    The code at 8:01 is mindblowing :O
    Great video by the way!

    • @fire_boat
      @fire_boat 4 ปีที่แล้ว

      ? 8:01 is the end

  • @johnstorm589
    @johnstorm589 3 ปีที่แล้ว

    The future is now, old man!

  • @prashoonbhattacharjee8211
    @prashoonbhattacharjee8211 4 ปีที่แล้ว

    Pumped to make this project!!

  • @pro-nav
    @pro-nav 4 ปีที่แล้ว

    coming first is really exciting

  • @ikezedev
    @ikezedev 3 ปีที่แล้ว

    Great video as always. I heard you say Rust 😍😋

  • @alexzinkevych3596
    @alexzinkevych3596 3 ปีที่แล้ว

    This video is not about WASM. It is about using FFmpeg which is already wrapped to be used in JS.

  • @nadawhoever
    @nadawhoever 2 ปีที่แล้ว +2

    I cloned the repo and it gave me this error "SharedArrayBuffer is not defined"

  • @Iglum
    @Iglum 4 ปีที่แล้ว

    FFmpeg is my favorite program

  • @brucewayne2480
    @brucewayne2480 4 ปีที่แล้ว

    Amazing !!! It inspires me to code a simple app to gain some money 😛 (I ve never done it and dont know how to monetize something like that aside ads)

  • @jaimerojas6578
    @jaimerojas6578 3 ปีที่แล้ว

    Well, that was pretty cool!

  • @fevicoI
    @fevicoI 3 ปีที่แล้ว +2

    Uncaught TypeError: Failed to execute 'importScripts' on 'WorkerGlobalScope': This document requires 'TrustedScriptURL' assignment.
    Been getting this error. Any idea why?

  • @surbhigoel7062
    @surbhigoel7062 3 ปีที่แล้ว +2

    not working on crome v92....can you suggest how to set cors?

  • @alejkun4923
    @alejkun4923 3 ปีที่แล้ว

    Idea: Add Tensorflow to have Text hovering over tracked objects

  • @AB3D-tutorials
    @AB3D-tutorials 4 ปีที่แล้ว

    This is really cool!

  • @DaggieBlanqx
    @DaggieBlanqx 3 ปีที่แล้ว

    Wow! Thank you!

  • @supremelizard946
    @supremelizard946 2 ปีที่แล้ว

    If you use youtube-dl or one of the forks you can go from a source video straight to a gif I have a personal bash script that does that for me

  • @keteremillpario
    @keteremillpario 4 ปีที่แล้ว +1

    It would be interesting to see how you deploy this app on the web.
    One aspect I'm oblivious is how to bunddle everything up.
    Since you said that WASM binary it's a pretty large file, how do you give that to the client? I mean the ffmpeg object is already there, is the .load() method that brings it down to the computer client or the client already downloaded it? Sorry if I'm confusing some concepts here.

    • @jorgekunrath1016
      @jorgekunrath1016 4 ปีที่แล้ว

      I guess that FFMPEG does it in the background with .load() (2:58). Or the files already was bundled in the application, but not really downloaded and that function did that, but he mention CDN so not sure
      this part got me too

    • @keteremillpario
      @keteremillpario 4 ปีที่แล้ว +1

      ​@@jorgekunrath1016 indeed, I took a look at the documentation. What's bundled and sended to the user is always a javascript bundle. From there, once in the client enviroment, the script triggers the method .load() (this is an API call that downloads ffmpeg-core.js from a CDN - the file occupies arround 25MB! That's the reason you trigger load() from the client with an async function). Afterwards the method instantiate a .wasm code (or session), all in the browser.

    • @jorgekunrath1016
      @jorgekunrath1016 3 ปีที่แล้ว

      @@keteremillpario wow thats cool, thanks for share ^^

  • @thenextdoorneighburre458
    @thenextdoorneighburre458 4 ปีที่แล้ว

    Fire ship you truly are a god of tutorials

  • @sicknickeroni
    @sicknickeroni 2 ปีที่แล้ว +2

    i keep getting this: Uncaught ReferenceError: createFFmpegCore is not defined I can't find a fix. Does anyone know how to fix it?

  • @Vim_Tim
    @Vim_Tim 3 ปีที่แล้ว +8

    Upload to GIPHY... which converts the GIF back to an MP4 file 😂

  • @homercavazos
    @homercavazos ปีที่แล้ว

    I've considered being a pro member but are the pro member videos just as fast pace as this?

  • @manvendrasingh4556
    @manvendrasingh4556 ปีที่แล้ว +1

    please update the wasm changed some functions and features like i can't able to use createFFmpeg

  • @nadico5740
    @nadico5740 2 ปีที่แล้ว

    Hi, great video
    Can I use this inside a webWorker?

  • @AmxCsifier
    @AmxCsifier 4 ปีที่แล้ว

    Next time with svelte maybe? :D

  • @aspiringpro
    @aspiringpro 3 ปีที่แล้ว +2

    I want to be able to load a video, draw on that video(using canvas?), and then save it as a new file with the drawing visible. I also want to be able to have some sort of trim controls. Is something like this possible?

  • @kumaramresh7905
    @kumaramresh7905 2 ปีที่แล้ว +1

    Uncaught (in promise) ReferenceError: SharedArrayBuffer is not defined, getting this error

  • @31redorange08
    @31redorange08 4 ปีที่แล้ว +22

    Alternative title: How to create a memory leak by not revoking object URLs.

    • @engineeringwithai
      @engineeringwithai 4 ปีที่แล้ว +4

      it gets removed on page close right?

    • @nguyenhoangminhtrung2779
      @nguyenhoangminhtrung2779 4 ปีที่แล้ว +8

      now all the C/C++ pointer, memory issues will occurs much more easier on the Web

    • @31redorange08
      @31redorange08 4 ปีที่แล้ว

      @@engineeringwithai Yes. But that's not a good reason to be sloppy while developing web apps.

    • @ambarmutha8504
      @ambarmutha8504 3 ปีที่แล้ว +1

      @@engineeringwithai As per this answer, there is no guarantee. stackoverflow.com/questions/28896028/do-javascript-memory-leaks-matter-after-a-page-refresh-why

    • @engineeringwithai
      @engineeringwithai 3 ปีที่แล้ว +2

      @@ambarmutha8504 developer.mozilla.org/en-US/docs/Web/API/URL/createObjectURL
      The URL lifetime is tied to the document in the window on which it was created.
      as per MDN documentation it states its lifetime is for window.

  • @martinmaldonado4923
    @martinmaldonado4923 4 ปีที่แล้ว

    You're a legend!

  • @PTM1008
    @PTM1008 3 ปีที่แล้ว

    Next level stuff

  • @thanhphongtran2263
    @thanhphongtran2263 3 ปีที่แล้ว

    can you make a video turorial how to make a video trim function with react and ffmpeg?? please

  • @kevinbatdorf
    @kevinbatdorf 2 ปีที่แล้ว

    Where's the rust course mentioned at the end?

  • @TheEtsgp1
    @TheEtsgp1 2 ปีที่แล้ว

    An idea I would like to see is how to handle editing videos and how to store and retrieve those videos in the local file system in react for different users e.g user 1 and user 2? sadly there is not very many resources showing how to work with react and video media

  • @Abhinavkmr
    @Abhinavkmr 3 ปีที่แล้ว

    Thank You so much!!!

  • @a29stech33
    @a29stech33 3 ปีที่แล้ว

    Please make a tutorial to Compile c and c++ to wasm

  • @Flyken2
    @Flyken2 4 ปีที่แล้ว +3

    Do you think you could do a 100 seconds about ffmepg for my birthday in 3 days? :) I would like to see more about ffmpeg from you in a 100-second style video.

    • @Fireship
      @Fireship  4 ปีที่แล้ว +2

      Might be hard to pull off in 3 days, but have some birthday cake in the meantime 🍰

    • @Flyken2
      @Flyken2 4 ปีที่แล้ว

      @@Fireship I appreciate the cake however I'm actually going to be having ice cream and brownies, it's my 21st so I'll be buying my first alcoholic beverage, however I don't like alcohol I'll just be buying something small like a small case of ciders :) thank you so much for the consideration, if a 100 seconds of ffmpeg will be in the future, I can't wait to see it and learn more about it.

    • @31redorange08
      @31redorange08 4 ปีที่แล้ว

      @@Flyken2 Did anyone ask?