- Himeji Castle - better than Osaka Castle: https://maps.app.goo.gl/wAThXuS7JGZdysHA9
Buffalo WSR-3200AX4S running OpenWRT would crash when cloning large git repos. I found that SQM with layer_cake would fix this, but was unstable over the long term. So I tied a toggle script to the WPS button so I could switch between download mode and regular mode.
- Install https://github.com/openai/whisper
- Make audio files of the video files
for file in *.MOV; do ffmpeg -i "$file" -vn -acodec copy "${file:r}.m4a"; done
- Run whisper on the audio files
for file in *.m4a; do whisper "$file" --language English; done
- Play videos with VLC to see subtitles or use the other various files created by whisper.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <select> | |
| <option value="AF">Afghanistan</option> | |
| <option value="AL">Albania</option> | |
| <option value="DZ">Algeria</option> | |
| <option value="AS">American Samoa</option> | |
| <option value="AD">Andorra</option> | |
| <option value="AO">Angola</option> | |
| <option value="AI">Anguilla</option> | |
| <option value="AQ">Antarctica</option> | |
| <option value="AG">Antigua and Barbuda</option> |