[FFmpeg-user] ffprobe returns wrong bitrate on fragmented mp4

2019-12-01 Thread daniel jee
I tried running ffprobe on a fragmented mp4 file with a bunch of moof + mdat boxes. The command that I tried was: ffprobe -show_streams -show_format ./video.mp4 The output was as follows: ffprobe version 3.4.6-0ubuntu0.18.04.1 Copyright (c) 2007-2019 the FFmpeg developers built with gcc 7

[FFmpeg-user] Building under MSVC '17

2019-12-01 Thread Dan Wlodarski
Looking for guidance on building FFMPEG from GitHub source — tag n4.2.1 — under Microsoft Visual Studio 2017 running on Win10. The following directions: https://trac.ffmpeg.org/wiki/CompilationGuide/MSVC result in a test of MSVC's linker failing, reporting that the multithread static library

Re: [FFmpeg-user] can't build today's git with qsv

2019-12-01 Thread sean darcy
On 11/27/19 11:11 AM, Reindl Harald wrote: Am 27.11.19 um 16:35 schrieb sean darcy: + strip -V GNU strip version 2.32-29.fc31 hell, after that many hours what about upgrade binutils or downgrade it to a version without the "[.gnu.build.attributes]: corrupt GNU build attribute note: wrong

Re: [FFmpeg-user] linux compile ffmpeg with options from file

2019-12-01 Thread Carl Eugen Hoyos
Am So., 1. Dez. 2019 um 15:59 Uhr schrieb Michele Salerno : > it's posible ./configure --options from file.txt ? FFmpeg's configure script only reads options from the command line. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

[FFmpeg-user] linux compile ffmpeg with options from file

2019-12-01 Thread Michele Salerno
I have this role ansible but non merge https://github.com/mikysal78/ffmpeg-cuda/blob/3ee1bba28f6618c4800f5fb24ddf4ec291ee2c26/tasks/main.yml#L65 if run line manual is ok, from ansible no. it's posible ./configure --options from file.txt ? Thanks. ___