
Recherche avancée
Médias (1)
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
Autres articles (76)
-
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)
Sur d’autres sites (10462)
-
FFMPEG libx264 on Ubuntu 16
20 décembre 2019, par KanzaI have FFMPEG installed on my Ubuntu 16 but I want to use libx264 codec which I am unable to use. My current FFMPEG version is
ffmpeg -version
ffmpeg version N-90418-g74c6a6d Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10) 20160609
configuration: --prefix= --enable-pic --disable-yasm --enable-shared
libavutil 56. 11.100 / 56. 11.100
libavcodec 58. 15.100 / 58. 15.100
libavformat 58. 10.100 / 58. 10.100
libavdevice 58. 2.100 / 58. 2.100
libavfilter 7. 13.100 / 7. 13.100
libswscale 5. 0.102 / 5. 0.102
libswresample 3. 0.101 / 3. 0.101 -
FFMPEG NVENC encoding with Windows10
1er mars 2021, par Daniel BartleyI had to reinstall windows 10 because windows. I have this exact same code working prior to the reinstall, however after I cant get it to work.



I am using the latest nvidia drivers 416.16
I have VisualStudio and Cuda Toolkit installed
2x 1080TIs



Using ffmpeg 4.0.2 :



T:\ffmpeg\bin\4.0.2\ffmpeg.exe -c:v h264_cuvid -i "T:\Streams\01-ready\2018-10-10 21-19-21.mp4" -i "T:\Streams\10-source\kpg-logo.png" -filter_complex "overlay=10:10" -b:v 24000k -c:v h264_nvenc -c:a copy "T:\Streams\02-encoded\2018-10-10 21-19-21_watermarked.mp4"




Output :



ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers
 built with gcc 7.3.1 (GCC) 20180722
 configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
 libavutil 56. 14.100 / 56. 14.100
 libavcodec 58. 18.100 / 58. 18.100
 libavformat 58. 12.100 / 58. 12.100
 libavdevice 58. 3.100 / 58. 3.100
 libavfilter 7. 16.100 / 7. 16.100
 libswscale 5. 1.100 / 5. 1.100
 libswresample 3. 1.100 / 3. 1.100
 libpostproc 55. 1.100 / 55. 1.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'T:\Streams\01-ready\2018-10-10 21-19-21.mp4':
 Metadata:
 major_brand : isom
 minor_version : 512
 compatible_brands: isomiso2avc1mp41
 encoder : Lavf57.84.100
 Duration: 00:28:41.71, start: 0.000000, bitrate: 24422 kb/s
 Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt470bg/unknown/unknown), 2560x1440, 24130 kb/s, 60 fps, 60 tbr, 15360 tbn, 120 tbc (default)
 Metadata:
 handler_name : VideoHandler
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 286 kb/s (default)
 Metadata:
 handler_name : SoundHandler
Input #1, png_pipe, from 'T:\Streams\10-source\kpg-logo.png':
 Duration: N/A, bitrate: N/A
 Stream #1:0: Video: png, rgba(pc), 2560x1440 [SAR 2834:2834 DAR 16:9], 25 tbr, 25 tbn, 25 tbc
Stream mapping:
 Stream #0:0 (h264_cuvid) -> overlay:main
 Stream #1:0 (png) -> overlay:overlay
 overlay -> Stream #0:0 (h264_nvenc)
 Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
[h264_nvenc @ 000002851a001940] CreateInputBuffer failed: out of memory (10)
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
Press any key to continue . . .




Error Message



[h264_nvenc @ 000002851a001940] CreateInputBuffer failed: out of memory (10)
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Conversion failed!
Press any key to continue . . .




Any ideas ?



EDIT :
Still having issues, now even with the simple commands :



ffmpeg.exe -y -hwaccel cuvid -c:v h264_cuvid -i "input" -c:v h264_nvenc -preset slow "output.mp4"
ffmpeg version 4.0.2 Copyright (c) 2000-2018 the FFmpeg developers
 built with gcc 7.3.1 (GCC) 20180722
 configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
 libavutil 56. 14.100 / 56. 14.100
 libavcodec 58. 18.100 / 58. 18.100
 libavformat 58. 12.100 / 58. 12.100
 libavdevice 58. 3.100 / 58. 3.100
 libavfilter 7. 16.100 / 7. 16.100
 libswscale 5. 1.100 / 5. 1.100
 libswresample 3. 1.100 / 3. 1.100
 libpostproc 55. 1.100 / 55. 1.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'T:\Streams\01-ready\2018-10-15 20-49-44.mp4':
 Metadata:
 major_brand : isom
 minor_version : 512
 compatible_brands: isomiso2avc1mp41
 encoder : Lavf57.84.100
 Duration: 00:00:10.64, start: 0.000000, bitrate: 22978 kb/s
 Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709/unknown/unknown), 2560x1440, 24216 kb/s, 60 fps, 60 tbr, 15360 tbn, 120 tbc (default)
 Metadata:
 handler_name : VideoHandler
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 156 kb/s (default)
 Metadata:
 handler_name : SoundHandler
Stream mapping:
 Stream #0:0 -> #0:0 (h264 (h264_cuvid) -> h264 (h264_nvenc))
 Stream #0:1 -> #0:1 (aac (native) -> aac (native))
Press [q] to stop, [?] for help
Output #0, mp4, to 'T:\Streams\02-encoded\2018-10-15 20-49-44.mp4':
 Metadata:
 major_brand : isom
 minor_version : 512
 compatible_brands: isomiso2avc1mp41
 encoder : Lavf58.12.100
 Stream #0:0(und): Video: h264 (h264_nvenc) (Main) (avc1 / 0x31637661), cuda, 2560x1440 [SAR 1:1 DAR 16:9], q=-1--1, 2000 kb/s, 60 fps, 15360 tbn, 60 tbc (default)
 Metadata:
 handler_name : VideoHandler
 encoder : Lavc58.18.100 h264_nvenc
 Side data:
 cpb: bitrate max/min/avg: 0/0/2000000 buffer size: 4000000 vbv_delay: -1
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)
 Metadata:
 handler_name : SoundHandler
 encoder : Lavc58.18.100 aac
[h264_cuvid @ 000001a99033b600] ctx->cvdl->cuvidMapVideoFrame(ctx->cudecoder, parsed_frame.dispinfo.picture_index, &mapped_frame, &pitch, &params) failed -> CUDA_ERROR_UNKNOWN: unknown error
Error while decoding stream #0:0: Generic error in an external library
/* repeated many many times */
[h264_nvenc @ 000001a98fcfc100] Failed locking bitstream buffer: invalid param (8)
video encoding failed: Invalid argument
[aac @ 000001a98fdcd380] Qavg: 64894.355
[aac @ 000001a98fdcd380] 2 frames left in the queue on closing
Conversion failed!
Press any key to continue . . .




Full windows batch file :



@echo off

set ffmpegversion=20181015-c27c7b4-win64-static

set sourcedir=T:\Streams\01-ready
set outputdir=T:\Streams\02-encoded
set finaldir=T:\ffmpeg\mp4-upload

set libdir=T:\ffmpeg\bin\%ffmpegversion%

set introvid=T:\Streams\10-source\kpg-intro-10pec-audio.mp4
set watermark=T:\Streams\10-source\kpg-logo.png
set introvidlen=3.00
set outputbitrate=24000

cd /d %libdir%

if not exist %outputdir% (
 mkdir %outputdir%
)

if not exist %finaldir% (
 mkdir %finaldir%
)

setlocal enabledelayedexpansion
@echo Checking %sourcedir%\*.mp4
for %%f in (%sourcedir%\*.mp4) do ( 
 if not exist "%outputdir%\%%~nf_watermarked.mp4" (
 %libdir%\ffmpeg.exe -i "%%f" -i "%watermark%" -filter_complex "overlay=0:0" -b:v %outputbitrate%k -s 2560x1440 -pix_fmt yuv420p -c:a copy "%outputdir%\%%~nf_watermarked.mp4"
 TIMEOUT 2
 )

 if not exist "%outputdir%\%%~nf_watermarked_ready.mp4" (
 %libdir%\ffmpeg.exe -i "%introvid%" -i "%outputdir%\%%~nf_watermarked.mp4" -an -filter_complex " [0:v]trim=start=0:end=%introvidlen%,setpts=PTS-STARTPTS[firstclip]; [1:v]trim=start=1,setpts=PTS-STARTPTS[secondclip]; [0:v]trim=start=%introvidlen%,setpts=PTS-STARTPTS[fadeoutsrc]; [1:v]trim=start=0:end=1,setpts=PTS-STARTPTS[fadeinsrc]; [fadeinsrc]format=pix_fmts=yuva420p, fade=t=in:st=0:d=1:alpha=1[fadein]; [fadeoutsrc]format=pix_fmts=yuva420p, fade=t=out:st=0:d=1:alpha=1[fadeout]; [fadein]fifo[fadeinfifo]; [fadeout]fifo[fadeoutfifo];[fadeoutfifo][fadeinfifo]overlay[crossfade]; [firstclip][crossfade][secondclip]concat=n=3[output]; [0:a][1:a] acrossfade=d=1 [audio]" -map "[output]" -map "[audio]" -c:v libx264 -c:a aac -b:v %outputbitrate%k -ar 44100 -ab 96k -sn "%outputdir%\%%~nf_watermarked_ready.mp4"
 TIMEOUT 2
 )

 if not exist "%finaldir%\%%~nf.mp4" (
 COPY "%outputdir%\%%~nf_watermarked_ready.mp4" "%finaldir%\%%~nf.mp4"
 TIMEOUT 2
 )
)

PAUSE



-
Wrong video duration when recording with ffmpeg
4 octobre 2018, par lulasI am trying to record a H264 video using ffmpeg.
In order to do this, I am grabbing frames from a video source and pushing them into a pipe that FFmpeg reads from and afterwards writes to a file.
My problem is that when I record a 10 second video, the file contains the full video sped up, being the final duration 3 seconds...
I believe the problem I am having might be related with the frame rate, since I am saying to record with 30 FPS, but I can only provide 10 FPS.
These are the options I use with FFmpeg :
-thread_queue_size 512 -framerate 30 -f rawvideo -pix_fmt rgb32 -video_size 1920x1080 -i \.\pipe\pipe_name -vcodec libx264 -crf 23 -pix_fmt yuv420p -preset ultrafast -r 30 "output.mp4"
And these are the FFmpeg logs :
2018-10-04 15:56:11.9342 | INFO | ffmpeg version N-91715-gd71dfc087b Copyright (c) 2000-2018 the FFmpeg developers
2018-10-04 15:56:11.9402 | INFO | built with gcc 8.2.1 (GCC) 20180813
2018-10-04 15:56:11.9402 | INFO | configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
2018-10-04 15:56:11.9402 | INFO | libavutil 56. 19.100 / 56. 19.100
2018-10-04 15:56:11.9542 | INFO | libavcodec 58. 27.100 / 58. 27.100
2018-10-04 15:56:11.9542 | INFO | libavformat 58. 17.103 / 58. 17.103
2018-10-04 15:56:11.9728 | INFO | libavdevice 58. 4.101 / 58. 4.101
2018-10-04 15:56:11.9728 | INFO | libavfilter 7. 26.100 / 7. 26.100
2018-10-04 15:56:11.9999 | INFO | libswscale 5. 2.100 / 5. 2.100
2018-10-04 15:56:12.0239 | INFO | libswresample 3. 2.100 / 3. 2.100
2018-10-04 15:56:12.0239 | INFO | libpostproc 55. 2.100 / 55. 2.100
2018-10-04 15:56:12.0350 | INFO | Input #0, rawvideo, from '\\.\pipe\pipe_name':
2018-10-04 15:56:12.0350 | INFO | Duration: N/A, start: 0.000000, bitrate: 1990656 kb/s
2018-10-04 15:56:12.0350 | INFO | Stream #0:0: Video: rawvideo (BGRA / 0x41524742), bgra, 1920x1080, 1990656 kb/s, 30 tbr, 30 tbn, 30 tbc
2018-10-04 15:56:12.0481 | INFO | Stream mapping:
2018-10-04 15:56:12.0481 | INFO | Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
2018-10-04 15:56:12.0691 | INFO | Press [q] to stop, [?] for help
2018-10-04 15:56:12.0881 | INFO | [libx264 @ 000001bceea618c0] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
2018-10-04 15:56:12.0881 | INFO | [libx264 @ 000001bceea618c0] profile Constrained Baseline, level 4.0, 4:2:0, 8-bit
2018-10-04 15:56:12.0951 | INFO | [libx264 @ 000001bceea618c0] 264 - core 157 r2932 303c484 - H.264/MPEG-4 AVC codec - Copyleft 2003-2018 - http://www.videolan.org/x264.html - options: cabac=0 ref=1 deblock=0:0:0 analyse=0:0 me=dia subme=0 psy=1 psy_rd=1.00:0.00 mixed_ref=0 me_range=16 chroma_me=1 trellis=1 8x8dct=0 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=0 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=0 keyint=250 keyint_min=25 scenecut=0 intra_refresh=0 rc=crf mbtree=0 crf=30.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=0
2018-10-04 15:56:12.0951 | INFO | Output #0, mp4, to 'output.mp4':
2018-10-04 15:56:12.0951 | INFO | Metadata:
2018-10-04 15:56:12.0951 | INFO | encoder : Lavf58.17.103
2018-10-04 15:56:12.0951 | INFO | Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv420p, 1920x1080, q=-1--1, 30 fps, 15360 tbn, 30 tbc
2018-10-04 15:56:12.1171 | INFO | Metadata:
2018-10-04 15:56:12.1171 | INFO | encoder : Lavc58.27.100 libx264
2018-10-04 15:56:12.1531 | INFO | Side data:
2018-10-04 15:56:12.1691 | INFO | cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
2018-10-04 15:56:12.8750 | INFO | frame= 8 fps=0.0 q=31.0 size= 0kB time=00:00:00.00 bitrate=5907.7kbits/s speed=0.000121x
2018-10-04 15:56:13.3238 | INFO | frame= 11 fps=9.9 q=31.0 size= 0kB time=00:00:00.10 bitrate= 3.8kbits/s speed=0.0904x
2018-10-04 15:56:13.7782 | INFO | frame= 16 fps=9.5 q=31.0 size= 0kB time=00:00:00.26 bitrate= 1.4kbits/s speed=0.159x
2018-10-04 15:56:14.2346 | INFO | frame= 21 fps=9.5 q=31.0 size= 0kB time=00:00:00.43 bitrate= 0.9kbits/s speed=0.197x
2018-10-04 15:56:14.8011 | INFO | frame= 27 fps=9.7 q=31.0 size= 0kB time=00:00:00.63 bitrate= 0.6kbits/s speed=0.229x
2018-10-04 15:56:15.4266 | INFO | frame= 33 fps=9.7 q=32.0 size= 0kB time=00:00:00.83 bitrate= 0.5kbits/s speed=0.246x
2018-10-04 15:56:16.0827 | INFO | frame= 39 fps=9.6 q=31.0 size= 256kB time=00:00:01.03 bitrate=2029.7kbits/s speed=0.255x
2018-10-04 15:56:16.7291 | INFO | frame= 47 fps= 10 q=31.0 size= 256kB time=00:00:01.30 bitrate=1613.4kbits/s speed=0.277x
2018-10-04 15:56:17.4279 | INFO | frame= 54 fps= 10 q=31.0 size= 256kB time=00:00:01.53 bitrate=1367.9kbits/s speed=0.284x
2018-10-04 15:56:18.0562 | INFO | frame= 61 fps= 10 q=31.0 size= 512kB time=00:00:01.76 bitrate=2374.3kbits/s speed=0.298x
2018-10-04 15:56:18.5401 | INFO | frame= 64 fps=9.9 q=31.0 size= 512kB time=00:00:01.86 bitrate=2247.1kbits/s speed=0.287x
2018-10-04 15:56:19.2106 | INFO | frame= 70 fps=9.9 q=32.0 size= 512kB time=00:00:02.06 bitrate=2029.6kbits/s speed=0.293x
2018-10-04 15:56:19.6653 | INFO | frame= 75 fps=9.9 q=31.0 size= 512kB time=00:00:02.23 bitrate=1878.2kbits/s speed=0.294x
2018-10-04 15:56:20.1512 | INFO | frame= 78 fps=9.6 q=31.0 size= 512kB time=00:00:02.33 bitrate=1797.7kbits/s speed=0.287x
2018-10-04 15:56:21.0577 | INFO | frame= 84 fps=9.3 q=31.0 size= 768kB time=00:00:02.53 bitrate=2483.6kbits/s speed=0.281x
2018-10-04 15:56:21.6416 | INFO | frame= 91 fps=9.5 q=31.0 size= 768kB time=00:00:02.76 bitrate=2274.1kbits/s speed=0.29x
2018-10-04 15:56:22.1779 | INFO | frame= 97 fps=9.6 q=31.0 size= 768kB time=00:00:02.96 bitrate=2120.8kbits/s speed=0.295x
2018-10-04 15:56:22.6571 | INFO | frame= 101 fps=9.5 q=-1.0 Lsize= 1015kB time=00:00:03.33 bitrate=2495.6kbits/s speed=0.313x
2018-10-04 15:56:22.6571 | INFO | video:1014kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.117556%
2018-10-04 15:56:22.6571 | INFO | [libx264 @ 000001bceea618c0] frame I:1 Avg QP:27.00 size: 60682
2018-10-04 15:56:22.6571 | INFO | [libx264 @ 000001bceea618c0] frame P:100 Avg QP:31.09 size: 9774
2018-10-04 15:56:22.6571 | INFO | [libx264 @ 000001bceea618c0] mb I I16..4: 100.0% 0.0% 0.0%
2018-10-04 15:56:22.6736 | INFO | [libx264 @ 000001bceea618c0] mb P I16..4: 10.6% 0.0% 0.0% P16..4: 15.2% 0.0% 0.0% 0.0% 0.0% skip:74.3%
2018-10-04 15:56:22.6736 | INFO | [libx264 @ 000001bceea618c0] coded y,uvDC,uvAC intra: 15.8% 24.4% 1.4% inter: 4.8% 6.8% 0.0%
2018-10-04 15:56:22.6736 | INFO | [libx264 @ 000001bceea618c0] i16 v,h,dc,p: 39% 20% 15% 26%
2018-10-04 15:56:22.6736 | INFO | [libx264 @ 000001bceea618c0] i8c dc,h,v,p: 54% 19% 20% 7%
2018-10-04 15:56:22.6896 | INFO | [libx264 @ 000001bceea618c0] kb/s:2466.66So, through the logs I can see that I provided around 100 frames in 10 seconds, but FFmpeg wrote all those 100 frames in 3 seconds...
What can I do to write the 100 frames spread in the 10 seconds ?
I looked into a FFmpeg option called -vsync, but haven’t had any success with it.