PR #20759 opened by Gyan Doshi (GyanD) URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20759 Patch URL: https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20759.patch
>From 0e87b6dafd19e66882a6a03849d7d50f8815bddb Mon Sep 17 00:00:00 2001 From: Gyan Doshi <[email protected]> Date: Mon, 27 Oct 2025 10:24:46 +0530 Subject: [PATCH] doc/filters: add link to rendered doc of drawvg --- doc/filters.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/filters.texi b/doc/filters.texi index c2780783c7..8edb4fad33 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13056,7 +13056,9 @@ Draw vector graphics on top of video frames, by executing a script written in a custom language called VGS (@emph{Vector Graphics Script}). The documentation for the language can be found in -@ref{,,drawvg - Language Reference,drawvg-reference}. +@ref{,,drawvg - Language Reference,drawvg-reference}. A version of this reference +with rendered examples can be found at the +@uref{https://ayosec.github.io/ffmpeg-drawvg/playground/docs/langref.html, author's site}. Graphics are rendered using the @uref{https://cairographics.org/,cario 2D graphics library}. -- 2.49.1 _______________________________________________ ffmpeg-devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
