projekte:vector_graphics_adapter_en

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
projekte:vector_graphics_adapter_en [2024/12/30 12:12] – Update repository, remove obsolete stuff, fix typos da1l6projekte:vector_graphics_adapter_en [2024/12/30 12:18] (aktuell) da1l6
Zeile 36: Zeile 36:
 xrandr --addmode VGA1 scope xrandr --addmode VGA1 scope
 xrandr --output VGA1 --mode scope --right-of <PRIMARY-MONITOR></code> xrandr --output VGA1 --mode scope --right-of <PRIMARY-MONITOR></code>
-  * ffmpeg is needed (libav lacks the edgedetect filter) +  * ffmpeg is needed 
-  * opencv is also needed +  * opencv3 is also needed 
-  * The modified mpv media player with the custom filters can retrived with ''git clone https://github.com/da1l6/mpv''+  * The modified mpv media player with the custom filters can retrived with ''git clone https://gitlab.warpzone.ms/da1l6/vga.git''
   * Example usage command:   * Example usage command:
     <code>/path/to/build/mpv --fs --geometry=<WIDTH-PRIMARY-MONITOR>:0 --loop --vf scale=576:512,lavfi=[edgedetect=high=0.04:low=0.03],vector:width=2048:height=200 <VIDEO></code>     <code>/path/to/build/mpv --fs --geometry=<WIDTH-PRIMARY-MONITOR>:0 --loop --vf scale=576:512,lavfi=[edgedetect=high=0.04:low=0.03],vector:width=2048:height=200 <VIDEO></code>
-    * The optimal values for t1 (or lowand t2 (or highcan depend on source video. Just try a few.+    * The optimal values for low and high can depend on video source. Just try a few.
     * The canny edge detection is a CPU hog. Because of this ''--vf scale:w:h'' is used to scale down the image before running it.     * The canny edge detection is a CPU hog. Because of this ''--vf scale:w:h'' is used to scale down the image before running it.
  
  • projekte/vector_graphics_adapter_en.txt
  • Zuletzt geändert: 2024/12/30 12:18
  • von da1l6