Re: [FFmpeg-user] H265 conversion hardware ?

2018-05-18 Thread Louis Letourneau
> Does anybody know of any hardware that would work with my MacBook Pro and speed up conversion to H265 (HEVC) ? AJA Corvid HEVC https://www.aja.com/products/developer/corvid-hevc I've used it extensively under Linux and they do support MAC This being said, I never tried it under MAC. (none

Re: [FFmpeg-user] H265 conversion hardware ?

2018-05-18 Thread Dennis Mungai
Also, check this out: ffmpeg -hide_banner -h encoder=hevc_toolbox Output: Supported pixel formats: videotoolbox_vld nv12 yuv420p hevc_videotoolbox AVOptions: -profile E..V Profile (from 0 to 3) (default 0) main E..V Main Profile

Re: [FFmpeg-user] H265 conversion hardware ?

2018-05-18 Thread Dennis Mungai
On MacOSX? There's videotoolbox, but I'm yet to confirm if HEVC accelerated encoding works with it.. On 18 May 2018 at 23:08, Gabriel Zachmann wrote: > Does anybody know of any hardware that would work with my MacBook Pro and > speed up conversion to H265 (HEVC) ? > > I

[FFmpeg-user] ffprobe reported data

2018-05-18 Thread Alvaro Jimenez
Does FFPROBE report stream info by reading metadata or it actually decodes the stream to report media specs? H:\>ffprobe -show_streams http://www.bok.net/dash/tears_of_steel/cleartext/stream.mpd >> ffprobe_results.txt ffprobe version N-90866-g48330500ef Copyright (c) 2007-2018 the FFmpeg

[FFmpeg-user] H265 conversion hardware ?

2018-05-18 Thread Gabriel Zachmann
Does anybody know of any hardware that would work with my MacBook Pro and speed up conversion to H265 (HEVC) ? I already googled about that , but could not find anything. Best regards, Gabriel ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] compile error - ERROR: srt >= 1.2.0 not found using pkg-config

2018-05-18 Thread Lou Logan
On Fri, May 18, 2018, at 7:04 AM, Svyatko Huk wrote: > Hi guys. > > Using the latest main and dev build I am getting the above error when i > try to build a static FFMPEG binary with SRT enabled. > When i -- Disable-Shared during SRT configure stage, i get the .a > and .pc files in the lib64

Re: [FFmpeg-user] bananapi cedrus h264 hardware encoder yields 0-byte size file

2018-05-18 Thread cedric.dew...@telfort.nl
>> >See the v4l2 options for global timestamps. >> Where and how can I enable this? Where is the manual? > >The manual is in the doc/ subdir of your build, or here: >https://www.ffmpeg.org/ffmpeg-devices.html#video4linux2_002c-v4l2 > >I had mentioned v4l2's timestamps option in a previous mail as

Re: [FFmpeg-user] bananapi cedrus h264 hardware encoder yields 0-byte size file

2018-05-18 Thread Moritz Barsnick
On Fri, May 18, 2018 at 13:34:45 +0200, cedric.dew...@telfort.nl wrote: > >Why do you report this issue here then? > The issue is also present with ffmpeg 4.0 But that doesn't have that hardware encoder. > >See the v4l2 options for global timestamps. > Where and how can I enable this? Where is

Re: [FFmpeg-user] non-monotonous DTS in output stream

2018-05-18 Thread cedric.dew...@telfort.nl
>Origineel Bericht >Van : ceffm...@gmail.com >Datum : 18/05/2018 10:05 >Aan : ffmpeg-user@ffmpeg.org >Onderwerp : Re: [FFmpeg-user] non-monotonous DTS in output stream > >2018-05-17 14:57 GMT+02:00, cedric.dew...@telfort.nl >: >> Hi All, >> I am capturing mjpeg

Re: [FFmpeg-user] bananapi cedrus h264 hardware encoder yields 0-byte size file

2018-05-18 Thread cedric.dew...@telfort.nl
>Origineel Bericht >Van : ceffm...@gmail.com >Datum : 18/05/2018 10:03 >Aan : ffmpeg-user@ffmpeg.org >Onderwerp : Re: [FFmpeg-user] bananapi cedrus h264 hardware encoder yields >0-byte size file > >2018-05-18 9:05 GMT+02:00, cedric.dew...@telfort.nl : > >> I use

Re: [FFmpeg-user] configure x265 error

2018-05-18 Thread Carl Eugen Hoyos
2018-05-17 17:04 GMT+02:00, karl : > ERROR: x265 not found using pkg-config The config.log you attached does not contain --enable-libx265 and did not fail. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] bananapi cedrus h264 hardware encoder yields 0-byte size file

2018-05-18 Thread Carl Eugen Hoyos
2018-05-18 9:05 GMT+02:00, cedric.dew...@telfort.nl : > I use the following source: > https://github.com/danielkucera/FFmpeg/tree/cedrus264 Why do you report this issue here then? See the v4l2 options for global timestamps. Carl Eugen

Re: [FFmpeg-user] non-monotonous DTS in output stream

2018-05-18 Thread Carl Eugen Hoyos
2018-05-17 14:57 GMT+02:00, cedric.dew...@telfort.nl : > Hi All, > I am capturing mjpeg frames from my webcam connected to a bananapi, running > armbian. The resulting video file is choppy when played with mplayer and > VLC, and in the console I see the following

[FFmpeg-user] bananapi cedrus h264 hardware encoder yields 0-byte size file

2018-05-18 Thread cedric.dew...@telfort.nl
Hi all, I'm trying to hardware encode a h264 file on my bananapi with an allwinner A20 SOC. I get a .h264 file that has a size of 0 bytes. I use the following source: https://github.com/danielkucera/FFmpeg/tree/cedrus264 configured in the following way: ./configure --prefix=/usr

Re: [FFmpeg-user] non-monotonous DTS in output stream

2018-05-18 Thread cedric.dew...@telfort.nl
> >I thought you were getting "/dev/video0: Invalid argument"? Yes, i dit get invalid argument with this very old version of ffmpeg: https://github.com/chwe17/FFmpeg-Cedrus/ But with this newer version my webcam is openend correctly: https://github.com/danielkucera/FFmpeg/tree/cedrus264 >What

Re: [FFmpeg-user] non-monotonous DTS in output stream

2018-05-18 Thread cedric.dew...@telfort.nl
>Origineel Bericht >Van : micaelsi...@gmail.com >Datum : 17/05/2018 19:39 >Aan : ffmpeg-user@ffmpeg.org >Onderwerp : Re: [FFmpeg-user] non-monotonous DTS in output stream > >On Thu, 17 May 2018, 09:57 cedric.dew...@telfort.nl, < >cedric.dew...@telfort.nl> wrote: > >> Hi All, >> I am