├── README.md ├── config.txt ├── launcher.py ├── screenshot.png ├── ui ├── ui.css ├── ui.html └── ui.js └── video2sub.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangboyang/video2sub/HEAD/README.md -------------------------------------------------------------------------------- /config.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangboyang/video2sub/HEAD/config.txt -------------------------------------------------------------------------------- /launcher.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangboyang/video2sub/HEAD/launcher.py -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangboyang/video2sub/HEAD/screenshot.png -------------------------------------------------------------------------------- /ui/ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangboyang/video2sub/HEAD/ui/ui.css -------------------------------------------------------------------------------- /ui/ui.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangboyang/video2sub/HEAD/ui/ui.html -------------------------------------------------------------------------------- /ui/ui.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangboyang/video2sub/HEAD/ui/ui.js -------------------------------------------------------------------------------- /video2sub.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zhangboyang/video2sub/HEAD/video2sub.py --------------------------------------------------------------------------------