├── README.md ├── copy.bat ├── ffmpeg_cut.lua ├── get_selected_text.lua ├── img ├── screen_1.png ├── screen_2.png ├── screen_3.png └── screen_4.png ├── import_index.lua ├── split_chapter.lua └── video_shuffler.lua /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/README.md -------------------------------------------------------------------------------- /copy.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/copy.bat -------------------------------------------------------------------------------- /ffmpeg_cut.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/ffmpeg_cut.lua -------------------------------------------------------------------------------- /get_selected_text.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/get_selected_text.lua -------------------------------------------------------------------------------- /img/screen_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/img/screen_1.png -------------------------------------------------------------------------------- /img/screen_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/img/screen_2.png -------------------------------------------------------------------------------- /img/screen_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/img/screen_3.png -------------------------------------------------------------------------------- /img/screen_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/img/screen_4.png -------------------------------------------------------------------------------- /import_index.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/import_index.lua -------------------------------------------------------------------------------- /split_chapter.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/split_chapter.lua -------------------------------------------------------------------------------- /video_shuffler.lua: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tumuyan/video-shuffler-for-aegisub/HEAD/video_shuffler.lua --------------------------------------------------------------------------------