Go to file
Smolak c006103bc1 new files with scrappy spiders 2019-11-16 21:24:28 +01:00
resources initial commit 2019-06-14 10:37:30 +02:00
src new files with scrappy spiders 2019-11-16 21:24:28 +01:00
README.md nothing special 2019-06-14 11:19:24 +02: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!