About 15,600 results
Open links in new tab
  1. How do I set up and use FFmpeg in Windows?

    FFmpeg is indeed a powerful video encoder/decoder tool¹. It operates in the command line, as opposed to using a GUI. Command line is that black window you find by typing [windows+r], …

  2. Can I use FFmpeg in a commercial product? [closed]

    Feb 7, 2015 · I sell both products. I want to know — can I distribute my desktop app with FFmpeg without paying a fee to FFmpeg people and without releasing my source code? I also want to …

  3. ffmpeg cannot load an installed library - libavdevice.so.60

    Aug 10, 2024 · ffmpeg cannot load an installed library - libavdevice.so.60 Ask Question Asked 1 year, 4 months ago Modified 11 months ago

  4. How to install AviSynth+ 32-bit? - Video Production Stack Exchange

    32-bit FFmpeg will call the 32-bit version of AviSynth. I guess that your problem lies in your FFmpeg installation — you have probably 64-bit, and it means that in the process of …

  5. How to deinterlacing with ffmpeg? - Video Production Stack …

    If you have to stick with FFmpeg, the nnedi filter is definitely superior but at the cost of massive reduction in processing speed. What is your use case, how critical is rendering time and must …

  6. Problem converting TS to MP4 container with ffmpeg

    Aug 23, 2017 · I used the following command: ffmpeg -i vlc-output.ts -acodec copy -vcodec copy car-free\ tourism.mp4 All seemed fine, but whilst the resulting file can be opened in …

  7. How do the super resolution filters in FFmpeg work?

    To make super-resolution in FFMpeg easier, Mikuláš, Dirk and I have taken the excellent answer of Mark, and we used it to prepare a Docker image with FFMpeg and Libtensorflow.

  8. ffmpeg - AAC stream in MP4 file has wrong duration. How to fix?

    How do you know file is 2:09:42 long? From ffmpeg documention: ffmpeg time= $ ffmpeg -i input.webm -f null - ... frame=206723 fps=1390 q=-0.0 Lsize=N/A time=00:57:28.87 …

  9. libx264 for ffmpeg on linux - Video Production Stack Exchange

    Jun 17, 2017 · I am running ffmpeg on ubuntu. I tried to set the codec to libx264 but it was not recognised by ffmmpeg. Is there a way too install that codec for use by ffmpeg?

  10. video capture - Using ffmpeg with avfoundation, capture_cursor …

    Dec 18, 2015 · ffmpeg -video_size 1680x1050 -framerate 30 -f avfoundation -i "1" -c:v libx264 -qp 0 -preset ultrafast -capture_cursor 1 -capture_mouse_clicks 1 capture.mkv The …