ffmpeg-cpp icon indicating copy to clipboard operation
ffmpeg-cpp copied to clipboard

linux version

Open cdubet opened this issue 3 years ago • 2 comments

making linux version working:

  • Create a basic cmake (the exe are not at the right place yet)
  • removing some windows only header
  • fixing typos (was OK on windows because file name are not case sensitive)
  • fixing exception (no ctor with string, pass it by reference instead of copy)
  • short intro how to use it on linux in readme

cdubet avatar Dec 22 '20 12:12 cdubet

Reading your cmake file I have some doubts with some path containing spaces. Is it really something for Linux ?

FYI : https://github.com/ebachard/ffmpeg-cpp

As you can see, the linux version exists since a long while. I just protected my work from "pillage" (sorry french word ... could it be looting ?). + I added some proofs of concepts who could be ported on Windows without too much changes (some are obvious).

ebachard avatar Jan 11 '21 14:01 ebachard

Reading your cmake file I have some doubts with some path containing spaces. Is it really something for Linux ? yes it is. It works at least for linux mint 20

I made it quickly because I needed a ffmpeg wrapper for a small tool I am not a cmake specialist so there are for sure things that could be done better (for ex if ffmpeg is installed with package or from the source) which line is disturbing you ?

PS: pillage is looting as far as I know (french is my mother language so my english is not a reference)

cdubet avatar Jan 12 '21 18:01 cdubet