Skip to main content

All Questions

Tagged with
-1 votes
0 answers
18 views

Can you give some advice to young noob [closed]

For a student who has just learned c++ and ffmpeg for a year and a half, looking for audio and video development work that can be written on the resume, do you have any good project recommendations?
yeluzi's user avatar
  • 1
0 votes
1 answer
352 views

Why are frei0r C++ filters DLLs not loading in ffmpeg but C filters do

I am trying to crosscompile ffmpeg with frei0r support for windows 10. On linux (Ubuntu 18.04) all goes flawlessly. On Windows (Mingw-w64 7.3.0 on Ubuntu), build is fine. However, when running on ...
Dikran Seropian's user avatar
3 votes
1 answer
663 views

crash while building with ffmpeg and contrib in raspberry pi 3 model B(debian)

OpenCV => 3.3.0 Operating System / Platform => raspberry pi 3 model B(debian) Compiler => UNIX Makefiles Cmake-GUI => 3.6.2 https://pastebin.com/5VGHA92m (build output from terminal) [ 39%] ...
Deekshith MR's user avatar
0 votes
1 answer
2k views

ffmpeg rtsp error: Nonmatching transport in server reply

I'm using ffmpeg to read an rtsp camera. I'm getting these errors: Nonmatching transport in server reply in c++ and Invalid data found when processing input. I can play this in VLC in Windows. I'm ...
Douglas's user avatar