Re: [FFmpeg-user] How to extract 1 frame as JPEG per minute

2018-12-22 Thread Carl Eugen Hoyos
2018-12-20 15:48 GMT+01:00, Ulf Zibis : > Hi again, > > Am 20.12.18 um 01:20 schrieb Carl Eugen Hoyos: >> I suspect your video does not start at "0". > > You may be right, so I'm wondering why. To find this out, I describe how > I created the video: > > The DVD was recorded by a hardware

Re: [FFmpeg-user] Two-Pass encoding on Android

2018-12-22 Thread Carl Eugen Hoyos
2018-12-22 16:29 GMT+01:00, Majid Shirazi : > this is what happen if I remove "&& \": > > *[libx264 @ 0xf0c07c00] using SAR=3825/3824* > *[libx264 @ 0xf0c07c00] using cpu capabilities: ARMv6 NEON* > *[libx264 @ 0xf0c07c00] ratecontrol_init: can't open stats file* Complete, uncut

Re: [FFmpeg-user] 16 bit PNG?

2018-12-22 Thread Carl Eugen Hoyos
2018-12-22 22:03 GMT+01:00, Michael Koch : > Is it possible to extract a single frame from a 10 bit video and > save it lossless as a 16 bit PNG file? FFmpeg's png encoder supports 16 bit per component. > Unfortunately the documentation for the > PNG video encoder is very short. $ ffmpeg -h

[FFmpeg-user] 16 bit PNG?

2018-12-22 Thread Michael Koch
Is it possible to extract a single frame from a 10 bit video and save it lossless as a 16 bit PNG file? Unfortunately the documentation for the PNG video encoder is very short. Or is any other image format with 10 or more bits supported? Michael ___

Re: [FFmpeg-user] Two-Pass encoding on Android

2018-12-22 Thread Majid Shirazi
this is what happen if I remove "&& \": *[libx264 @ 0xf0c07c00] using SAR=3825/3824* *[libx264 @ 0xf0c07c00] using cpu capabilities: ARMv6 NEON* *[libx264 @ 0xf0c07c00] ratecontrol_init: can't open stats file* *Error initializing output stream 0:0 -- Error while opening encoder

Re: [FFmpeg-user] android camera

2018-12-22 Thread Евгений Эресман
I understand that the command line does not reach the camera? >Суббота, 22 декабря 2018, 16:00 +03:00 от Nikhil Yadav >: > >Failed to allocate memory and Failed to open camera error are due to the >reason app doesn't have camera permission >Check weather your app has relevant permission or not

Re: [FFmpeg-user] android camera

2018-12-22 Thread Евгений Эресман
>Суббота, 22 декабря 2018, 16:00 +03:00 от Nikhil Yadav >: > >Failed to allocate memory and Failed to open camera error are due to the >reason app doesn't have camera permission >Check weather your app has relevant permission or not > >On Sat, Dec 22, 2018, 6:20 PM Евгений Эресман <

Re: [FFmpeg-user] iOS/watchOS/tvOS/macOS Frameworks

2018-12-22 Thread Ronak Patel
> On Dec 20, 2018, at 1:03 AM, Taner Sener wrote: > > On Wed, 19 Dec 2018 at 19:08, Ronak > wrote: >> >> Therefore, I'm trying to find out the best way to convert the Ffmpeg > .dylibs to .frameworks. >> >> I tried to just package the .dylibs (rename it) and make a .framework > manually, but

Re: [FFmpeg-user] android camera

2018-12-22 Thread Nikhil Yadav
Failed to allocate memory and Failed to open camera error are due to the reason app doesn't have camera permission Check weather your app has relevant permission or not On Sat, Dec 22, 2018, 6:20 PM Евгений Эресман wrote: > > > > >Суббота, 22 декабря 2018, 15:09 +03:00 от Carl Eugen Hoyos < >

Re: [FFmpeg-user] android camera

2018-12-22 Thread Евгений Эресман
>Суббота, 22 декабря 2018, 15:09 +03:00 от Carl Eugen Hoyos >: > >2018-12-22 6:51 GMT+01:00, Евгений Эресман < klab.72-at-mail...@ffmpeg.org >: >> >> Hello! >> Please help! >> Built ffmpeg-4.1 static with android_camera support. >> Config file attached >> Trying to grab the android camera from

Re: [FFmpeg-user] Two-Pass encoding on Android

2018-12-22 Thread Carl Eugen Hoyos
2018-12-22 8:22 GMT+01:00, Majid Shirazi : > According to the documentation for using Two-Pass method we have to run > ffmpeg twice like this: > > ffmpeg -y -i input -c:v libx264 -b:v 2600k -pass 1 -an -f mp4 /dev/null && \ > ffmpeg -i input -c:v libx264 -b:v 2600k -pass 2 -c:a aac -b:a 128k >

Re: [FFmpeg-user] android camera

2018-12-22 Thread Carl Eugen Hoyos
2018-12-22 6:51 GMT+01:00, Евгений Эресман : > > Hello! > Please help! > Built ffmpeg-4.1 static with android_camera support. > Config file attached > Trying to grab the android camera from the command line: When asking for help here, always provide the command line you tested together with the