Skip to content
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

Data_loader #5

Open
manza-ari opened this issue Jul 18, 2018 · 10 comments
Open

Data_loader #5

manza-ari opened this issue Jul 18, 2018 · 10 comments

Comments

@manza-ari
Copy link

manza-ari commented Jul 18, 2018

Hi
I am facing this error while doing installation steps in data_loader folder

error

Kindly please guide me.

How to Modify setup.py to use your FFmpeg path (${FFMPEG_INSTALL_PATH})?

@chaoyuaw
Copy link
Owner

Hi, thanks for the question. What I meant was modifying
./ffmpeg/include/
and
-L./ffmpeg/lib/

For example, if you install ffmpeg in /home/users/cywu/my_ffmpeg, then you should modify them to be
/home/users/cywu/my_ffmpeg/include/
and
-L/home/users/cywu/my_ffmpeg/lib/

@manza-ari
Copy link
Author

manza-ari commented Jul 19, 2018

Thank you so much for your reply, I already tried this.

Do you understand my error?

Kindly, check the attach file for errors.
log.txt

@RyanCV
Copy link

RyanCV commented Aug 1, 2018

@chaoyuaw I followed your instruction as follows:

1. Download FFmpeg (git clone https://github.com/FFmpeg/FFmpeg.git).
2. Go to FFmpeg home, and git checkout 74c6a6d3735f79671b177a0e0c6f2db696c2a6d2.
3. make clean
4. ./configure --prefix=${my_ffmpeg} --enable-pic --disable-yasm --enable-shared
5. make
6. make install
7. If needed, add ${FFMPEG_INSTALL_PATH}/lib/ to $LD_LIBRARY_PATH.

After step1, I have downloaded the file in path /FFmpeg, and I create the folder at path /FFmpeg/my_ffmpeg, but after installation, there is no xx/lib folder in /FFmpeg or /FFmpeg/my_ffmpeg, why is it? Any thing wrong here?

@RyanCV
Copy link

RyanCV commented Aug 1, 2018

It works now using ./configure --prefix=./my_ffmpeg --enable-pic --disable-yasm --enable-shared

@Tylerjoe
Copy link

Tylerjoe commented Aug 5, 2018

@RyanCV but in the my_ffmpeg folder ,there isn't the include and lib,how should I modify them.Thanks

@RyanCV
Copy link

RyanCV commented Aug 13, 2018

@Tylerjoe try this, my_ffmpeg is the new folder you need to create before run:
./configure --prefix=./my_ffmpeg --enable-pic --disable-yasm --enable-shared

@Tylerjoe
Copy link

@RyanCV Thanks for your reply, I have create my_ffmpeg, but I don't know why there is nothing in the folder. But I have solved this problem by set with the default path

@salt-fly
Copy link

@RyanCV but in the my_ffmpeg folder ,there isn't the include and lib,how should I modify them.Thanks

hi!
i also encounter this problem, can't find lib and include , how do you solve it ? should i reinstall?

@AkonLau
Copy link

AkonLau commented Jun 16, 2020

@manza-ari Hi, I meet the same questions with yours. Have you solved it? What should I do? Thanks!

@fengfan028
Copy link

@manza-ari Hi, I meet the same questions with yours. Have you solved it? What should I do? Thanks!

hi
have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants