aliakseis / FFmpegPlayer

Simple FFmpeg video player
MIT License
147 stars 44 forks source link

vs2015? #13

Open Qianzujin opened 5 years ago

aliakseis commented 5 years ago

FFmpegPlayer is compileable with VS 2015. Do you have some problems?

Qianzujin commented 5 years ago

image

aliakseis commented 5 years ago

You need to have FFmpeg installed. The default way is with vcpkg, according to the readme description:

vcpkg install ffmpeg ffmpeg:x86-windows

Alternatively you can take it here: https://ffmpeg.zeranoe.com/builds/

Qianzujin commented 5 years ago

ok thanks

Qianzujin commented 5 years ago

image

Qianzujin commented 5 years ago

Sorry,I am a rookie......

aliakseis commented 5 years ago

Probably it is related to your case: https://github.com/Microsoft/vcpkg/issues/3399#issuecomment-415842225

Qianzujin commented 5 years ago

How can I get in touch with you anytime? I am a beginner of MFC. I hope I can get help from you. Thank you.

Qianzujin commented 5 years ago

How can I get in touch with you anytime? I am a beginner of MFC. I hope I can get help from you. Thank you.

我的英文都是百度翻译的,如果翻译的不对,还请见谅 My English is translated by Baidu. If the translation is not correct, please forgive me.

aliakseis commented 5 years ago

It is very possible that there is an issue with vcpkg. Could you please try applying changes and repeating installation so that we move farther... https://github.com/microsoft/vcpkg/issues/3399#issuecomment-415842225

aliakseis commented 5 years ago

How's it going with vcpkg?

Qianzujin commented 5 years ago

How's it going with vcpkg?

Sorry, the software is still not installed.

Qianzujin commented 5 years ago

How's it going with vcpkg?

https://github.com/microsoft/vcpkg/issues/6334

Qianzujin commented 5 years ago

How's it going with vcpkg?

microsoft/vcpkg#6334

You can look at this.

w136111526 commented 5 years ago

@Qianzujin 你可以去ffmpeg官网直接下载windows开发包,然后安装boost, 配置下vs,就可以编译了

Qianzujin commented 5 years ago

安装boost,

i can try it

Qianzujin commented 5 years ago

@Qianzujin 你可以去ffmpeg官网直接下载windows开发包,然后安装boost, 配置下vs,就可以编译了

very thank you

aliakseis commented 5 years ago

Yes, it should work as well, with corresponding paths added. Yu can take FFmpeg stuff from here: https://ffmpeg.zeranoe.com/builds/ and choose appropriate Boost installer here: https://sourceforge.net/projects/boost/files/boost-binaries/1.70.0/