Go to file
Wojciech Smolak d41140f488 Merge branch 'hints' of s333949/archSpeechReco into master 2020-08-19 18:13:33 +00:00
resources pcss_upload 2020-08-19 18:08:54 +00:00
src Merge branch 'hints' of s333949/archSpeechReco into master 2020-08-19 18:13:33 +00:00
.gitignore prawilny refaktor początek 2020-06-06 00:56:55 +02:00
README.md nothing special 2019-06-14 11:19:24 +02:00
requirements.txt some cleanups 2020-06-05 18:08:03 +00:00

README.md

HOW TO DOWNLOAD VIDEO FILE FROM FILMOTEKA: URL_FROM_FINA: //*[@id="player_10988_media"]/video/@src #following command downloads only voice channel ffmpeg -i URL_FROM_FINA -vn -acodec pcm_s16le -ar 44100 -ac 1 output.wav

CREATE SAMPLES FROM BIG WAV (30 seconds samples): ffmpeg -i output.wav -f segment -segment_time 30 -c copy out%03d.wav

USAGE: python3 reco.py INPUT_WAV_FILES > OUTPUT_FILE

HAVE FUN!