-
Notifications
You must be signed in to change notification settings - Fork 34
An error is always reported when attempting to compile examples/slice. #97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Please post a detailed error log. |
PS C:\Users\Administrator\Downloads\rusty_ffmpeg-master> cargo build Caused by: --- stderr |
The |
Compiling rusty_ffmpeg v0.13.1+ffmpeg.6.0 (C:\Users\Administrator\Downloads\rusty_ffmpeg-master) Caused by: --- stderr C:\src\vcpkg\packages\ffmpeg_x64-windows |
run |
Compiling rusty_ffmpeg v0.13.1+ffmpeg.6.0 (C:\Users\Administrator\Downloads\rusty_ffmpeg-master) Caused by: --- stderr
|
Please install LLVM and set |
The compilation is completed smoothly but cannot run smoothly. I will copy the files under "examples slice" to a new project. And added "dependencies" (trusty_ffmpeg="0.13.1+ffmpeg. 6.0"), which encountered an error during the compilation process.
error: could not compile |
Please try #37 (comment) |
initializing all the containers, codecs and protocols. I replaced bear. mp4 Is this situation already considered a successful compilation. The only remaining issue is video encoding! |
Yep, the complation succeed. You can change included codec by tweaking features in vcpkg FFmpeg, or build your own FFmpeg without vcpkg. That's a far more complex topic. You can also check rsmpeg if you want safer method. |
Feel free to open another issue if you encounter any other problem. |
Compiling vcpkg v0.2.15
Compiling rusty_ffmpeg v0.13.1+ffmpeg.6.0
error: failed to run custom build command for
rusty_ffmpeg v0.13.1+ffmpeg.6.0
The text was updated successfully, but these errors were encountered: