我知道有很多“未找到入口点”的帖子;但我发现它们不符合我的问题。
当我尝试运行ffmpeg时,我收到此错误消息:
但问题是我只收到消息是我从服务器应用程序或服务器应用程序所在的文件夹运行ffmpeg e:\StreamServer2\
如果我从其他文件夹运行,例如。 e:\StreamServer2.BAK\
没有问题。
当我运行位于StreamServer2.BAK
ffmpeg.exe
是同一档案的副本。
我尝试删除ffmpeg.exe并将新文件复制到该文件夹。因为我认为当我们将服务器移动到新的数据中心时,ffmpeg.exe被损坏了。但这没有任何区别。
我正在使用thise参数运行ffmpeg:
ffmpeg.exe -analyzeduration 0 -fpsprobesize 0 -rtsp_transport tcp -i rtsp://addrOnIpCam -g 52 -movflags frag_keyframe+empty_moov -b:v 64k -q 5 test.avi
并从服务器应用程序:
ffmpeg.exe -analyzeduration 0 -fpsprobesize 0 -rtsp_transport tcp -i rtsp://addrOnIpCam -g 52 -movflags frag_keyframe+empty_moov -b:v 64k -q 5 -an -