Re: [FFmpeg-devel] [PATCH] avfilter: Added siti filter

2021-01-18 Thread Boris Baracaldo
Calculate Spatial Info (SI) and Temporal Info (TI) scores for a video, as defined in ITU-T P.910: Subjective video quality assessment methods for multimedia applications. Update: Fixed bracket style. I'm already adding the data to the frame's metadata, is the suggestion to remove the file option

[FFmpeg-devel] [PATCH] avfilter: Added siti filter

2021-01-15 Thread Boris Baracaldo
Calculate Spatial Info (SI) and Temporal Info (TI) scores for a video, as defined in ITU-T P.910: Subjective video quality assessment methods for multimedia applications. --- Changelog| 1 + doc/filters.texi | 25 libavfilter/Makefile | 1 + libavfilter/allf

[FFmpeg-devel] Help: Get motion vector value from previous and next frame FFMPEG

2019-05-22 Thread Boris
Apologize me if this mailing list is not for such questions. I want help, then I think that here is the best place. Can you tells me how can I do to get motion vectors values (mvx, mvy) from previous and next Frame during transcoding with MPegEncContext structure, please? For current Frame, s->p_m

[FFmpeg-devel] [PATCH] libavformat/hlsenc: only initialize the "start_pts" value if the incoming packet is a video packet.

2018-11-01 Thread Boris Nagels
The packet type should be checked before the start value is assigned. For example, if the first packet to arrive is an audio packet, the value of start-pts is in the timebase units of the audio stream. This will cause the stream to be split on every I-frame of the video stream since the pts valu

[FFmpeg-devel] SSL certificate for ffmpeg.org website is not valid anymore

2017-07-17 Thread Boris Pek
Consider switching to another certification authority in the nearest future. For example, you may use free service from Let's Encrypt, which is very simple in use and quite good automated. Please forward this email to people who maintain your website, if they are not sub

[FFmpeg-devel] MPEG-4 audio/video file generation API

2015-02-22 Thread Boris Jaulmes
back (me or my director, jt.tchou...@laoviland.com), for any additional information. Best regards, ______ Boris JAULMES Junior software developer Laoviland Experience ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] MPEG-4 audio-video file generation API

2015-02-16 Thread Boris Jaulmes
back (me or my director, Jean-Thierry TCHOUMOU, in copy of that mail), for any additional information. Best regards, ______ Boris JAULMES Junior software developer Laoviland Experience ___ ffmpeg-devel mailing list ffmpeg-

Re: [FFmpeg-devel] [PATCH v2] Fix undefined reference to xcb_shape_rectangles in xcbgrab.c

2014-11-24 Thread Boris Reisig
Sorry, here's an update of my patch that works with (--enable-libxcb-shape) and without (--disable-libxcb-shape) now. Attached is v2 of the patch. On 11/23/2014 5:13 PM, Michael Niedermayer wrote: Hi On Sun, Nov 23, 2014 at 02:48:54PM -0600, Boris Reisig wrote: It seems when usin

[FFmpeg-devel] [PATCH] Fix undefined reference to xcb_shape_rectangles in xcbgrab.c

2014-11-23 Thread Boris Reisig
hape_rectangles' collect2: error: ld returned 1 exit status Makefile:122: recipe for target 'ffmpeg_g' failed make: *** [ffmpeg_g] Error 1 # This fixes the latest ffmpeg not compiling the latest libxcb with shape support. Boris Reisig --- configure-original 2014-11-23 12:45:45