Re: [FFmpeg-user] blocked domain

2018-09-17 Thread 3djake
you could try the github mirror git clone https://github.com/FFmpeg/FFmpeg.git On Mon, Sep 17, 2018 at 8:13 PM Martin German wrote: > I am using https. > The command executed was: > git clone https://git.ffmpeg.org/ffmpeg.git > > BR, > > El lun., 17 sept. 2018 a l

Re: [FFmpeg-user] blocked domain

2018-09-17 Thread 3djake
Are you using http, git or ssh? Are you using github repo or the ffmpeg mirror? Some ports could be blocked so I would use https/http. On Mon, Sep 17, 2018 at 7:19 PM Martin German wrote: > Hi All, > > I am trying to clone the ffmpeg repo from my pc, but I can't connect to it. > Do you know if

[FFmpeg-user] ffplay using frame buffer

2018-03-20 Thread 3djake
Hello, How do I compile ffmpeg so that ffplay can use /dev/fb0 for playback? ./configure --arch=armel --target-os=linux --enable-gpl --enable-omx --enable-omx-rpi --enable-nonfree --enable-mmal --enable-ffplay It appears that the version of ffplay from the repository can use /dev/fb0 but the one

Re: [FFmpeg-user] x11 window capture

2017-09-30 Thread 3djake
If there is no way to do it, would writing a python wrapper for xcomposite be a viable method? On Sat, Sep 30, 2017 at 11:14 PM, 3djake <3dj...@gmail.com> wrote: > Hello everyone > > I need to capture applications in Linux using ffmpeg(not the whole desktop > or a region of i

[FFmpeg-user] x11 window capture

2017-09-30 Thread 3djake
Hello everyone I need to capture applications in Linux using ffmpeg(not the whole desktop or a region of it). Is there a way to do this currently? The reason I do not want to just capture a region is that other windows can cover that application and the user can also move and resize the window. I