https://github.com/womblee/bf4_morse_video_decoder
Morse code video decoder, originally made for decoding the lantern on the DICE LA easter egg in Battlefield 4.
https://github.com/womblee/bf4_morse_video_decoder
battlefield-4 bf4 decoder dice-la lantern morse morse-code morse-decoder solver
Last synced: 2 months ago
JSON representation
Morse code video decoder, originally made for decoding the lantern on the DICE LA easter egg in Battlefield 4.
- Host: GitHub
- URL: https://github.com/womblee/bf4_morse_video_decoder
- Owner: womblee
- License: apache-2.0
- Created: 2025-03-13T03:21:17.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-13T03:43:29.000Z (3 months ago)
- Last Synced: 2025-03-13T04:23:52.265Z (3 months ago)
- Topics: battlefield-4, bf4, decoder, dice-la, lantern, morse, morse-code, morse-decoder, solver
- Language: Python
- Homepage: https://nlog.us/ps/morse_code.html
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Battlefield 4 DICE LA Morse Code Decoder
Morse code video decoder, originally made for decoding the lantern on the DICE LA easter egg in Battlefield 4.Open a Video: Click "Open Video" to select your recorded Dragon Valley lantern signal video.
Start Decoding: Click "Decode" to begin the analysis process.
View Results: Your unique 9-digit code will appear in the right panel.
Save Output: Click "Save Results" to export your code to a text file.# Installation
```bat
git clone https://github.com/womblee/bf4_morse_video_decoder
cd morse-decoder
pip install -r requirements.txt
python morse_decoder.py
```# Usage
