Skip to content

spacerest/subtitle_zappai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

subtitle zappai

looks in .srt english subtitle files for groups of subtitles that follow a 5 - 7 - 5 syllable pattern.

it can be used by running it with

python find_zappai.py

in a directory containing the .srt files to search.

sometimes I post some images, gifs, or movies to @subtitle_haiku

other notes

how to convert a mov to a gif

ffmpeg -ss 00:00:00.000 -i input.mov -pix_fmt rgb24 -r 10 -t 00:00:10.000 output.gif

(optional optimization) convert -layers Optimize so_thats_orion.gif output_optimized.gif

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages