ffmpeg-python
FFmpeg


ffmpeg-python | FFmpeg | |
---|---|---|
33 | 494 | |
10,292 | 47,765 | |
1.1% | 1.5% | |
0.0 | 10.0 | |
6 months ago | about 5 hours ago | |
Python | C | |
Apache License 2.0 | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
ffmpeg-python
- FFmpeg in Python: library to manipulate video and audio
-
FFmpeg 6.0
Even given an option it can be difficult to find the corresponding documentation, if only because of the many different submodules and encoders and decoders and filters that have o-so-slightly different options. That said, I've just switched from pydub to ffmpeg-python (due to memory issues of the former[1]) and judging from the Jupiter notebook[2] it seems a much more intuitive method of constructing ffmpeg pipelines.
[1] https://github.com/jiaaro/pydub/issues/135
[2] https://github.com/kkroening/ffmpeg-python/tree/master/examp...
-
I've made a Python script to convert my flacs to mp3s and expanded it a little bit (to keep folder structure, work with cover art etc), sharing it here just in case someone wants to use it :)
You might want to look into ffmpeg-python as well
-
Looking for an ffmpeg alternative
This bug on github sounds like the same issue you have
-
Im making a video editor in Python. Yes, i'm crazy. No, it wont lag
take a look at https://github.com/kkroening/ffmpeg-python
-
How to grab an international internship in 3rd year
The ffmpeg-python python package still makes use of the “future” python package (search for “past” in the code base). These should be removed and updated as necessary.
-
Altering individual pixels in individual frames in ffmpeg Python
I've had a look through these examples, but I can't get the numpy conversion to work (I get broken pipe errors, but if any of you can get it working this solution would be ideal)
-
Is Generative Cinema possible?
Your going to be wanting to enumerate all the files in a folder, shuffle them, and then use a library for splicing them together. A quick google search brought me to moviePy, which seems pretty solid. ffmpeg is the industry standard for programmatically working with video, but it's...complicated to say the least. Looks like there are some good python bindings for it, but it may be overkill for this project. I'm sure there are others out there too.
-
Shotcut is a free, open-source, cross-platform video editor
stitching [0], [1], and [2]
[0]https://github.com/kkroening/ffmpeg-python#quickstart
[1]https://kkroening.github.io/ffmpeg-python/#ffmpeg.zoompan
[2]https://ffmpeg.org/ffmpeg-filters.html#Examples-133
-
Ffmpeg Buddy
I've been using ffmpeg-python recently, and it will do a lot of the crazy complex transforms for you, and you can write sane python code vs. trying to deal with the crazy default ffmpeg syntax.
https://github.com/kkroening/ffmpeg-python
FFmpeg
-
More storage for media : organize files using ChatGPT : part 2, converting JPEG to HEIC
Still no HEIC. Let's get the latest build from master. I have installed: ffmpeg-2024-10-24-git-153a6dc8fa-full_build.7z after having checked SHA256. Still no HEIC. Let's check the github of ffmpeg and it seems that HEIC is not listed in the ffmpeg image formats HEIC is not supported...read the manual before diving into the implementation.
-
How we edited 175 conference videos in 5 hours
This gave me the full video on my hard drive. There is also a feature in yt-dlp to download a certain time segment of a video but it seemed unreliable and I also have to use ffmpeg to add intro and outro videos in any case.
-
GIF App Development – How to Develop GIF Encoding
Fortunately, you don’t always need to go to so low level of abstraction when you develop GIF encoding in your app. One of the most popular libraries for image/video encoding is FFmpeg. Android developer-friendly version is not provided officially. However, some wrappers do exist. At the time of writing one of the most popular is Mobile FFmpeg. Something like this will be probably all you need when you just want to produce GIF out of some input source.
-
Compress and Convert Your Videos with Command Line
There are many methods how we can solve this problem. But here, I would like to tell you about FFmpeg. It is a free and open-source tool available for all major operating systems. FFmpeg is fast and gives good results in compression, changing formats, and resolution.
- Ask HN: Is there any software you only made for your own use but nobody else?
-
Using OpenAI Whisper to Transcribe Podcasts on Koyeb
FFmpeg installed
-
How to generate thumbnails from video ?
For this, download the ffmpeg library from the official site of ffmpeg https://ffmpeg.org/.
-
Add album art to music files via the command line
For MP3s I used ffmpeg and followed the following steps
-
Creando Subtítulos Automáticos para Vídeos con Python, Faster-Whisper, FFmpeg, Streamlit, Pillow
FFmpeg (https://ffmpeg.org/)
-
Show HN: CompressX, my FFmpeg wrapper for macOS, made $9k in the last 4 months
GPL2
Since FFmpeg is GPL2, doesn’t that require CompressX to disclose its source code?
IANAL, apologies if I miss understand license requirements.
https://github.com/FFmpeg/FFmpeg?tab=License-1-ov-file
What are some alternatives?
moviepy - Video editing with Python
OpenH264 - Open Source H.264 Codec
pydub - Manipulate audio with a simple and easy high level interface
jcodec - JCodec main repo
m4b-tool - m4b-tool is a command line utility to merge, split and chapterize audiobook files such as mp3, ogg, flac, m4a or m4b
libde265 - Open h.265 video codec implementation.
OpenTimelineIO - Open Source API and interchange format for editorial timeline information.
mpv - 🎥 Command line video player
pythonic-cv - Performant pythonic wrapper of unnecessarily painful opencv functionality
Exoplayer - This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
FFmpeg - Mirror of https://git.ffmpeg.org/ffmpeg.git
GStreamer - GStreamer open-source multimedia framework

