git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
avformat/rtsp : fix misleading indentation
8 juillet, par Marvin Scholz -
avcodec/adpcm : squelch uninitialized variable warnings
8 juillet, par Peter Ross -
doc/scaler.texi : add missing gamma option
8 juillet, par Desmond Liu -
avfilter/overlay_cuda : add timeline editing support
7 juillet, par Jorge Estradaavfilter/overlay_cuda: add timeline editing support Enables timeline editing options for overlay_cuda similar to what overlay allows Example overlaying an image on a video between 30 to 60 seconds: ffmpeg -hwaccel cuda -hwaccel_output_format cuda -i sample-video.mp4 -i sample-image.jpg -filter_complex "[1:v]hwupload_cuda[image],[0:v]scale_npp=format=yuv420p[video],[video][image]overlay_cuda=enable='between(t,30,60)'" -c:v h264_nvenc -c:a copy -y overlay-output-gpu.mp4 Signed-off-by: Jorge Estrada <jestrada.list@gmail.com> Signed-off-by: Timo Rothenpieler <timo@rothenpieler.org>
-
avformat/tls : rename accidentally changed options
7 juillet, par Marvin Scholz