Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Marco Paolieri
On Sun, Nov 26, 2017 at 8:02 PM, Carl Eugen Hoyos wrote: > > Then please use git bisect to find the change > introducing the regression. I'm trying, but many commits do not compile properly. Specifically, I'm stuck with: make: *** No rule to make target 'libavutil/macros.h', needed by 'libswscal

[FFmpeg-user] how to resolve “Impossible to convert between the formats supported by the filter”, in yadif to opencl

2017-11-26 Thread hydra3333
Hello. I have an issue with using yadif and OpenCL (opencl with the latest git updates) in combination. Using the latest ffmpeg master built as at 2017.11.26, I'm having trouble deciphering what the error messages means and, more importantly, what to do about them. Changing from -vf to -filter_

[FFmpeg-user] how to resolve “Impossible to convert between the formats supported by the filter”, in yadif to opencl

2017-11-26 Thread hydra3333
Hello. I have an issue with using yadif and OpenCL (opencl with the latest git updates) in combination. Using the latest ffmpeg master built as at 2017.11.26, I'm having trouble deciphering what the error messages means and, more importantly, what to do about them. Changing from -vf to -filter_

Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Carl Eugen Hoyos
2017-11-27 4:45 GMT+01:00 Marco Paolieri : >> >> > Thanks! With this, 0.6.7 runs >> >> Sorry, I don't understand this sentence. > > Using the option '-ac 2', ffmpeg 0.6.7 works. Then please use git bisect to find the change introducing the regression. Carl Eugen __

Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Marco Paolieri
> > > Thanks! With this, 0.6.7 runs > > Sorry, I don't understand this sentence. ​Using the option '-ac 2', ffmpeg 0.6.7 works. But, using the same option, the current version from the master git branch doesn't work. -- Marco ​ ___ ffmpeg-user mailing

Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Carl Eugen Hoyos
2017-11-27 4:17 GMT+01:00 Marco Paolieri : >> $ ffmpeg -f alsa -ac 2 -i hw:1,0 -t 30 out.wav > > Thanks! With this, 0.6.7 runs Sorry, I don't understand this sentence. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mail

Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Marco Paolieri
> $ ffmpeg -f alsa -ac 2 -i hw:1,0 -t 30 out.wav Thanks! With this, 0.6.7 runs but newer versions still complain about: [alsa @ 0x55eb8e2a6780] cannot set ALSA buffer size (Invalid argument) hw:1,0: Input/output error Any idea? -- Marco ___ ffmpeg-user

Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Carl Eugen Hoyos
2017-11-27 3:14 GMT+01:00 Marco Paolieri : > Now, it gives a different error: > > ~/bin$ ./ffmpeg -f alsa -i hw:1,0 -t 30 out.wav > FFmpeg version 0.6.7, Copyright (c) 2000-2010 the FFmpeg developers >built on Nov 26 2017 18:07:01 with gcc 7.2.0 >configuration: --disable-vaapi --disabl

Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Marco Paolieri
On Sun, Nov 26, 2017 at 2:13 PM, Carl Eugen Hoyos wrote: >> I tried to compile ffmpeg 0.6.7 from GitHub, but without success; it >> gives the error: >> >> libavcodec/vaapi_mpeg4.c:89:73: error: implicit declaration of >> function ‘ff_h263_get_gob_height’; did you mean ‘ff_h261_encode_init’? >> >>

Re: [FFmpeg-user] Feature request: -number_range

2017-11-26 Thread Carl Eugen Hoyos
2017-11-26 7:32 GMT+01:00 Michael Koch : > The option "-start_number_range" is only used when searching for the first > image of a sequence. I propose to add a new option "-number_range" that > specifies the number of trials if the next image in a sequence isn't found. > For example, when making a

Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Carl Eugen Hoyos
2017-11-26 22:51 GMT+01:00 Marco Paolieri : > Hi Carl, > > Thank you for the help! I now compiled ffmpeg from sources (btw, the > online doc was great) but I get the same error: > > $ ffmpeg -f alsa -i hw:1,0 -t 30 out.wav > ffmpeg version N-89254-g37c57df Copyright (c) 2000-2017 the FFmpeg develop

Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Marco Paolieri
Hi Carl, Thank you for the help! I now compiled ffmpeg from sources (btw, the online doc was great) but I get the same error: $ ffmpeg -f alsa -i hw:1,0 -t 30 out.wav ffmpeg version N-89254-g37c57df Copyright (c) 2000-2017 the FFmpeg developers built with gcc 7 (Debian 7.2.0-14) configuration:

Re: [FFmpeg-user] why ffmpeg takes lot of cpu?

2017-11-26 Thread Carl Eugen Hoyos
2017-11-26 22:01 GMT+01:00 Reindl Harald : > > > Am 25.11.2017 um 19:03 schrieb comp4me: >> >> If I will use thread 1 will i get 100% cpu and not 250% cpu? >> but the performance will be the same?(that what i not understand) > > no it will not - the remaining cpu usage is not just for fun > what th

Re: [FFmpeg-user] why ffmpeg takes lot of cpu?

2017-11-26 Thread Reindl Harald
Am 25.11.2017 um 19:03 schrieb comp4me: If I will use thread 1 will i get 100% cpu and not 250% cpu? but the performance will be the same?(that what i not understand) no it will not - the remaining cpu usage is not just for fun what the hell do you expect from video encoding? "why ffmpeg tak

[FFmpeg-user] If FFmpeg compatible with Windows Docker ?

2017-11-26 Thread Shyam Sundar
Hi, I am trying to run FFmpeg 3.3.3 windows static binary on windows docker container, same binary which works perfectly on normal windows machine. Incase of docker, looks like the process itself is not getting launched when ffmpeg.exe command is run. I don't see any error either. Strange behavio

Re: [FFmpeg-user] Bit Depth of PNG Overlay with Alpha channel

2017-11-26 Thread Paul B Mahol
On 11/26/17, Flatgrey wrote: > Thanks Gyan > > That improved things slightly. The difference is pretty noticeable though > to the output I can get with Premiere. > > Do you know if you can specify the colour bit depth for the png file? png supports 8 bit depth or 16 bit depth per pixel component

Re: [FFmpeg-user] Splicing together videos with different characteristics

2017-11-26 Thread Carl Eugen Hoyos
2017-11-26 17:32 GMT+01:00 Full Name : > I have a series of videos of my daughter giving piano recitals over the > years. The videos start when she was very little, playing with a single > finger, till now, that she can play the piano with high proficiency. I > would like to splice them together in

Re: [FFmpeg-user] Splicing together videos with different characteristics

2017-11-26 Thread Paul B Mahol
On 11/26/17, Full Name wrote: > I have a series of videos of my daughter giving piano recitals over the > years. The videos start when she was very little, playing with a single > finger, till now, that she can play the piano with high proficiency. I would > like to splice them together into a sin

Re: [FFmpeg-user] Bit Depth of PNG Overlay with Alpha channel

2017-11-26 Thread Flatgrey
Thanks Gyan That improved things slightly. The difference is pretty noticeable though to the output I can get with Premiere. Do you know if you can specify the colour bit depth for the png file? Thanks Pete Sent from my iPhone > On 25 Nov 2017, at 11:57, Gyan Doshi wrote: > > >> On 11/2

Re: [FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Carl Eugen Hoyos
2017-11-26 13:06 GMT+01:00 Marco Paolieri : > Hello! > > I am trying to capture audio from an ATI Wonder 600 USB adapter using > > ffmpeg -f alsa -ac 2 -ar 48000 -i hw:1,0 -t 10 a.wav > > but I receive the error > > [alsa @ 0x555d7c2850a0] cannot set ALSA buffer size (Invalid argument) > hw:1,0: In

[FFmpeg-user] Cannot set ALSA buffer size (Invalid argument) during capture

2017-11-26 Thread Marco Paolieri
Hello! I am trying to capture audio from an ATI Wonder 600 USB adapter using ffmpeg -f alsa -ac 2 -ar 48000 -i hw:1,0 -t 10 a.wav but I receive the error [alsa @ 0x555d7c2850a0] cannot set ALSA buffer size (Invalid argument) hw:1,0: Input/output error using - ffmpeg version 3.3.4-2+b3 - alsa k

Re: [FFmpeg-user] Creat mosaic without loose quality

2017-11-26 Thread Carl Eugen Hoyos
2017-11-26 8:51 GMT+01:00 Marco De Angelis : > I'm analyzing the video using Quicktime since it is easy to move frame by > frame > using arrow keys, but sometime it take lot of time moving backward and forward > and it stop. > I've tryed to change CRF from 0 to 18, but or the quality is very low

Re: [FFmpeg-user] Creat mosaic without loose quality

2017-11-26 Thread Marco De Angelis
Hi, thanks for yor help. Now the final video has the desired fps (60). I'm analyzing the video using Quicktime since it is easy to move frame by frame using arrow keys, but sometime it take lot of time moving backward and forward and it stop. I've tryed to change CRF from 0 to 18, but or the qua