diff --git a/index.html b/index.html index e50d089..dee5f3a 100644 --- a/index.html +++ b/index.html @@ -488,6 +488,7 @@
Note: ffmpeg must be compiled with the tesseract library for this script to work (--with-tesseract
if using brew install ffmpeg
method)
ffplay input_file -vf "ocr,drawtext=fontfile=/Library/Fonts/Andale Mono.ttf:text=%{metadata\\\:lavfi.ocr.text}:fontcolor=white"
Note: ffmpeg must be compiled with the tesseract library for this script to work (--with-tesseract
if using brew install ffmpeg
method)
ffprobe -show_entries frame_tags=lavfi.ocr.text -f lavfi -i "movie=input_file,ocr"