diff --git a/src/main/resources/audio_formats.txt b/src/main/resources/audio_formats.txt new file mode 100644 index 0000000..4279515 --- /dev/null +++ b/src/main/resources/audio_formats.txt @@ -0,0 +1,40 @@ +39 +3gp +aa +aac +aax +act +aiff +amr +ape +au +awb +dct +dss +dvf +flac +gsm +iklax +ivs +m4a +m4b +m4p +mmf +mp3 +mpc +msv +ogg +oga +mogg +opus +ra +rm +raw +sln +tta +vox +wav +wma +wv +webm +8svx \ No newline at end of file diff --git a/src/main/resources/subtitle_formats.txt b/src/main/resources/subtitle_formats.txt new file mode 100644 index 0000000..bbd093e --- /dev/null +++ b/src/main/resources/subtitle_formats.txt @@ -0,0 +1,5 @@ +4 +idx +sub +srt +ass \ No newline at end of file diff --git a/src/main/resources/video_formats.txt b/src/main/resources/video_formats.txt new file mode 100644 index 0000000..4dc9a08 --- /dev/null +++ b/src/main/resources/video_formats.txt @@ -0,0 +1,32 @@ +31 +avi +mpg +mpeg +mkv +wmv +flv +webm +3gp +rmvb +3gpp +mts +m4v +mov +rm +asf +mp4 +vob +ogv +drc +qt +yuv +asm +m4p +mp2 +mpe +mpv +m2v +svi +3g2 +roq +nsv \ No newline at end of file