https://github.com/jocover/ps4_dolbytruehd_decoder
https://github.com/jocover/ps4_dolbytruehd_decoder
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jocover/ps4_dolbytruehd_decoder
- Owner: jocover
- Created: 2022-05-02T23:28:55.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-04T14:43:54.000Z (about 3 years ago)
- Last Synced: 2025-03-24T19:22:26.004Z (3 months ago)
- Language: C++
- Size: 44.9 KB
- Stars: 17
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PS4 hardware Dolby TrueHD decoder
Decode Dolby TrueHD to Linear PCM audio data
##### how to decode and play Dolby TrueHD audio on Playstation 4
```
ffmpeg -re -i filename -map 0:a:0 -c:a copy -bsf:a truehd_core -f truehd udp://PS4_IP:7721
```