Ruslan-B / FFmpeg.AutoGen

FFmpeg auto generated unsafe bindings for C#/.NET and Core (Linux, MacOS and Mono).
GNU Lesser General Public License v3.0
1.34k stars 315 forks source link

using LGPL compiled ffmpeg shared for FFmpeg n5.0 from [here](https://github.com/BtbN/FFmpeg-Builds/releases) #290

Closed camerongibbs-eic closed 10 months ago

camerongibbs-eic commented 10 months ago

targets openH264 rather than the GPL x264 encoder

modifies FFmpeg.AutoGen.Example to output an MP4 rather than .h264 file by way of:

includes a somewhat mangled but updated and somewhat working version of the Transcoding gist shared by Ruslan-B

Ruslan-B commented 10 months ago

I saw why it closed? I need time to get your intention.

Ruslan-B commented 10 months ago

I don't see any changes to generator, rather examples, api wise existing 5.x version supposed to work fine. However, examples might uplifted, have to spend more time to analyze pros and cons and have updated to version 6.0

camerongibbs-eic commented 10 months ago

Accidentally raised the PR against your repo instead of my fork, was just testing out some stuff. feel free to ignore this PR.