Git Product home page Git Product logo

fbff's People

Contributors

aligrudi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

fbff's Issues

fbff: /dev/dsp busy?

Hi, when I try to open any file I recieve this: "fbff: /dev/dsp busy?". Any possible solutions?

Can't compile fbff correctly on Debian

Hello

So i can't seem to compile fbff correctly,and from what i understand,it all come down to ffmpeg,though correctly if i'am wrong :)

here the error output for ffmpeg,version 3.2.3 (since i seen in one of your commit that you added support for it)

$ make
cc -o fbff fbff.o ffs.o draw.o -L/opt/lib -lavutil -lavformat -lavcodec -lavutil -lswscale -lswresample -lz -lm -lpthread
//usr/local/lib/libavformat.a(rtsp.o): In function `ff_rtsp_connect':
/home/npower10/etc/bin/ffmpeg-3.2.3/libavformat/rtsp.c:1660: undefined reference to `ff_log2_tab'
//usr/local/lib/libavformat.a(matroskadec.o): In function `ebml_read_num':
/home/npower10/etc/bin/ffmpeg-3.2.3/libavformat/matroskadec.c:820: undefined reference to `ff_log2_tab'
/home/npower10/etc/bin/ffmpeg-3.2.3/libavformat/matroskadec.c:820: undefined reference to `ff_log2_tab'
//usr/local/lib/libavformat.a(rtpenc_vc2hq.o): In function `get_interleaved_ue_golomb':
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:142: undefined reference to `ff_interleaved_dirac_golomb_vlc_code'
//usr/local/lib/libavformat.a(rtpenc_vc2hq.o): In function `init_get_bits':
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/get_bits.h:426: undefined reference to `ff_interleaved_golomb_vlc_len'
//usr/local/lib/libavformat.a(rtpenc_vc2hq.o): In function `get_interleaved_ue_golomb':
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:142: undefined reference to `ff_interleaved_dirac_golomb_vlc_code'
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:130: undefined reference to `ff_interleaved_dirac_golomb_vlc_code'
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:142: undefined reference to `ff_interleaved_dirac_golomb_vlc_code'
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:130: undefined reference to `ff_interleaved_dirac_golomb_vlc_code'
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:130: undefined reference to `ff_interleaved_dirac_golomb_vlc_code'
//usr/local/lib/libavformat.a(rtpenc_vc2hq.o):/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:142: more undefined references to `ff_interleaved_dirac_golomb_vlc_code' follow
//usr/local/lib/libavformat.a(rtpenc_vc2hq.o): In function `get_interleaved_ue_golomb':
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:128: undefined reference to `ff_interleaved_ue_golomb_vlc_code'
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:128: undefined reference to `ff_interleaved_ue_golomb_vlc_code'
/home/npower10/etc/bin/ffmpeg-3.2.3/./libavcodec/golomb.h:128: undefined reference to `ff_interleaved_ue_golomb_vlc_code'
collect2: error: ld returned 1 exit status
Makefile:11: recipe for target 'fbff' failed
make: *** [fbff] Error 1 ```

and that's just for the version 3.2.3,which i thought would work since you mentioned that you added support for it.
Need to be noted however,that i tried near all version of ffmpeg,from 3.2.3 to the latest,which is 4.0.1 at the moment of writing.Of course,i also noted that all the newer version output more error message when compiled with fbff than the older ones.

I'm running Debian Testing branch and use the latest package available.
I think it is very intriguing that the latest version output more errors than the older one,considering that fbff can be found on the AUR,for Arch Linux and supposedly work as expected.

Best regards,N.

PS:i found earlier a version of ffmpeg that,once compiled,output the least error out of all the one i tried with fbff ```
$ make
cc -o fbff fbff.o ffs.o draw.o -L/opt/lib -lavutil -lavformat -lavcodec -lavutil -lswscale -lswresample -lz -lm -lpthread
//usr/local/lib/libavformat.a(rtsp.o): In function `ff_rtsp_connect':
/home/npower10/etc/bin/ffmpeg-3.0.1/libavformat/rtsp.c:1653: undefined reference to `ff_log2_tab'
//usr/local/lib/libavformat.a(matroskadec.o): In function `ebml_read_num':
/home/npower10/etc/bin/ffmpeg-3.0.1/libavformat/matroskadec.c:745: undefined reference to `ff_log2_tab'
/home/npower10/etc/bin/ffmpeg-3.0.1/libavformat/matroskadec.c:745: undefined reference to `ff_log2_tab'
collect2: error: ld returned 1 exit status
Makefile:11: recipe for target 'fbff' failed
make: *** [fbff] Error 1

this is ffmpeg version 3.0.1 btw

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.