FFMpegCore icon indicating copy to clipboard operation
FFMpegCore copied to clipboard

(Question) Cookbook and Other Docs

Open sp00ky opened this issue 1 year ago • 1 comments

Hopefully this isn't a silly question, but I'm wondering if there are some formal docs or at least a set of examples for doing common ops. Maybe even a guide to translating how you'd do something from the command line to how to do it using FFMpegCore.

For example, say I wanted to take a bunch of videos off my GoPro and join them all. In the process I'd like to zoom (crop/resize?) the whole video and I'd like to use hardware acceleration for the whole thing. Where would I look if I wanted to see how to accomplish that using FFMpegCore. FYI, ChatGPT hallucinates the whole thing :)

Thanks!

sp00ky avatar May 06 '24 14:05 sp00ky

There are no official docs beyond the examples shown in the README and in the Examples project (https://github.com/rosenbjerg/FFMpegCore/blob/main/FFMpegCore.Examples/Program.cs). There are, however, a lot of unit tests which as a side effect demonstrate how to accomplish some tasks: https://github.com/rosenbjerg/FFMpegCore/tree/main/FFMpegCore.Test

tiesont avatar May 06 '24 18:05 tiesont