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
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_
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_
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
__
>
> > 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
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
> $ 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
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
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’?
>>
>>
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
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
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:
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
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
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
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
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
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
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
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
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
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
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
23 matches
Mail list logo