Skip to content

Commit

Permalink
Maj GitHub Sync - Wednesday, 13 December, 2023 03:42:40 PM +07
Browse files Browse the repository at this point in the history
  • Loading branch information
majal committed Dec 13, 2023
1 parent ec42035 commit e02da8f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion SL/ffv
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ Required parameters:
If 'ALL' is supplied for language code, the script will
search on which languages the verses are available.
Bible reference Single-chapter reference in quotation marks
Bible reference Single-chapter reference in quotation marks.
See examples below.
Optional options:
Expand All @@ -79,6 +80,21 @@ Optional options:
-w, --offset-width ([+]/-)pixels for delogo filter text width
-h, --help Show this help text
Examples:
Search in which languages the verses are available:
$(basename "${0}") all 'Psalms 1:1, 2, 4-6'
Preview possible output using ffplay:
(This is also a good example to experiment with the offset flags.)
$(basename "${0}") ASL \"ec 1:18\"
Encode using ffmpeg and then play file(s) using mpv:
$(basename "${0}") bvl 'Rev. 13:1, 2' -fm
"

exit 1
Expand Down

0 comments on commit e02da8f

Please sign in to comment.