-
Notifications
You must be signed in to change notification settings - Fork 44
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
can't compile, cedrus264 error #2
Comments
push |
Hi, sorry for late reply. I couldn't understand why you get this error. But You may need to clean the source, and try rebuild again. I am ready to help. In my github, I provided *.deb package for FFmpeg on A20. Did you try it? 2015-04-03 15:32 GMT+03:00 aRUNTU [email protected]:
|
Thanks for the answer¡¡¡ |
I've got the same error, a "make clean" && "./configure" again did it. But when I install and test it I get high bitrates like the alcantor's version (without P frames) produces. When I use your .deb then everything works fine, I get moderate bitrates when using -qp 28 so I assume the .deb uses P-Frames, the self-compiled not. Comparing to the software libx264 encoder the cedrus264 works of course much faster - around 8 fps (software 1,2 fps) but the file will be a little bit larger and the quality does not reach libx264 quality. When decerasing -qp the quality get's better but the file will be inadequate larger. I use it to make timelapse video from Logitech 910 captured 1280x720 jpeg images: |
Dear friend, I will write a tutorial for compiling, and put to sunxi wiki for you. Now I I use CSI onboard camera to capture frames . Why deb file is not enough for
|
Hi stulluk, hope you had nice holidays ;-) deb file is fine, but I'm getting symbol warnings with relink recommendation: And yes, I'm not very happy with the quality/file size compared to software encoding with libx264. But I think this is a problem of the hardware encoder? |
Hi. I tried to compile several times and every time end up with the error like in first post and another one -
"make` clean" && "./configure" again, doesn't work in my case. I don't have luck with .deb package too, the error is:
I've successfully build mpv by passing arguments in built-in ffmpeg from here - "--enable-nonfree --enable-gpl --enable-version3 --enable-vdpau --enable-libx264 --enable-libmp3lame --enable-libpulse --enable-libv4l2" and both mpv and ffmpeg compiled just fine, so what could be the problem here? |
Hello! I've confirm the issue - make error on Armbian (Orange Pi Zero H2+) :
|
I see the same thing on my bananapi M1 running this image: collect2: error: ld returned 1 exit status |
This version works for me: Cheers, |
Hi, any hint about this???:
aruntu@aruntu:/etc/aruntu-extras/programs/FFmpeg-Cedrus-master$ sudo make -j2 && sudo make install
LD ffmpeg_g
libavcodec/libavcodec.a(cedrus264.o): In function
cedrus264_encode_init': /etc/aruntu-extras/programs/FFmpeg-Cedrus-master/libavcodec/cedrus264.c:218: undefined reference to
ve_get_regs'collect2: error: ld returned 1 exit status
make: *** [ffmpeg_g] Error 1
The text was updated successfully, but these errors were encountered: