diff --git a/index.html b/index.html index bbf001a..ac0f628 100644 --- a/index.html +++ b/index.html @@ -492,7 +492,6 @@
ffmpeg -i input_file -acodec libvorbis -b:v 690k output_file
This command takes an input file and transcodes it to Ogg/Theora in an .ogv wrapper with 690k video bitrate.
-Note: FFmpeg must be installed with support for Ogg Theora. If you are using Homebrew, you can check with brew info ffmpeg
and then update it with brew upgrade ffmpeg --with-theora --with-libvorbis
if necessary.
Note: ffmpeg must be compiled with the tesseract library for this script to work (--with-tesseract
if using the 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 the brew install ffmpeg
method)
ffprobe -show_entries frame_tags=lavfi.ocr.text -f lavfi -i "movie=input_file,ocr"