mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
How can I include your ffmpeg into a C++ project? #129
Labels
No labels
bug
enhancement
help wanted
invalid
pull-request
question
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/ffmpeg-rockchip#129
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sztukai on GitHub (Dec 11, 2024).
I've tried many ways to import FFmpeg into my C++ project in order to avoid some unnecessary costs, but I haven't been able to succeed all the time.
@nyanmisaka commented on GitHub (Dec 11, 2024):
This project just adds a few codecs and filters, otherwise it is identical to vanilla FFmpeg.
You can ask concrete questions. But there is no general tutorial on how to use the LibAV interface, nor do I plan to write one. Search engines are your best friend. https://soledadpenades.com/posts/2009/linking-with-ffmpegs-libav/