Re: [FFmpeg-user] Development & Support

2020-02-28 Thread Mark Filipak
On 02/28/2020 07:10 PM, Lou Logan wrote: On Fri, Feb 28, 2020, at 9:52 AM, Mark Filipak wrote: Is there some way I can fund development? Is there some way I can fund support? Perhaps as a subscription? (And, Yes, I'm aware of the "Donate" options.) PayPal is listed on the Donate page and

Re: [FFmpeg-user] How to compress .MOV file compatible to Canon camera

2020-02-28 Thread Carl Eugen Hoyos
Am Sa., 29. Feb. 2020 um 00:50 Uhr schrieb Ulf Zibis : > As I don't find any documentation on this at > https://www.ffmpeg.org/ffmpeg-codecs.html#libx264_002c-libx264rgb > maybe there are more levels and variations ... where do I find more or > complete documentation on this? "This" will encode

Re: [FFmpeg-user] Development & Support

2020-02-28 Thread Lou Logan
On Fri, Feb 28, 2020, at 9:52 AM, Mark Filipak wrote: > > Is there some way I can fund development? Is there some way I can fund > support? Perhaps as a subscription? (And, Yes, I'm aware of the "Donate" > options.) PayPal is listed on the Donate page and allows you to make a monthly donation,

Re: [FFmpeg-user] How to compress .MOV file compatible to Canon camera

2020-02-28 Thread Ulf Zibis
I  tried with "-profile:v baseline -level 3.0" from here; https://trac.ffmpeg.org/wiki/Encode/H.264#Compatibility Unfortunately this didn't help. As I don't find any documentation on this at https://www.ffmpeg.org/ffmpeg-codecs.html#libx264_002c-libx264rgb maybe there are more levels and

Re: [FFmpeg-user] intel hd4000 h264 encoding with vaapi for quicktime - yuv420p possible?

2020-02-28 Thread Kevin Smallman
Doesn't seem to work: $ ffmpeg -vaapi_device /dev/dri/renderD128 -i RFK\ Storyville\ 2-90_lf21B-KI.mp4 \ > -vf 'hwupload,fps=25,scale_vaapi=w=640:h=360:format=nv12' \ > -c:v h264_vaapi -profile:v baseline -level:v 3.0 -aspect 16:9 \ > -c:a aac -b:a 128k -ac 2 -f mp4 \ > RFK\ Storyville\

Re: [FFmpeg-user] Development & Support

2020-02-28 Thread Mark Filipak
On 02/27/2020 06:02 AM, Michael Koch wrote: Am 27.02.2020 um 11:27 schrieb Mick Finn:... on Paul Bourke's website: www.paulbourke.net/dome/ --> Paul totally understood, I know that you are doing this in your free time, and we all have the same problem that money must come from somewhere.

Re: [FFmpeg-user] abort and missing SIGABRT handling

2020-02-28 Thread Mircea Carausu via ffmpeg-user
Many thanks for all replies. It provides the background info I was looking for. Thank you, Mircea On Thu, Feb 27, 2020 at 11:17 AM tth wrote: > Le 27/02/2020 19:35:24, Nicolas George a écrit : > > Carl Eugen Hoyos (12020-02-27): > > > The abort() calls are not supposed to actually be hit. If