Update README.MD

This commit is contained in:
2026-03-29 10:56:02 -04:00
parent d74b4aff07
commit 3a0fbceeac

View File

@@ -12,7 +12,7 @@ You can also check Ian's implementaton here: https://github.com/ianmicheal/pl_mp
3. Remember to run `. /opt/toolchains/dc/kos/environ.sh` and `. /opt/toolchains/dc/kos/environ_dreamcast.sh` to set up the necessary env variables 3. Remember to run `. /opt/toolchains/dc/kos/environ.sh` and `. /opt/toolchains/dc/kos/environ_dreamcast.sh` to set up the necessary env variables
4. Place your MPEG file in the `cd_root` folder and name it `VIDEO.MPG` 4. Place your MPEG file in the `cd_root` folder and name it `VIDEO.MPG`
5. `make` 5. `make`
6. mkdcdisc -e main.elf -o any_name.cdi -n "ANY NAME" -D cd_root/ 6. `mkdcdisc -e main.elf -o any_name.cdi -n "ANY NAME" -D cd_root/`
## Converting an MP4 file to MPEG ## Converting an MP4 file to MPEG
``` ```
@@ -20,4 +20,4 @@ ffmpeg -i bad-apple.mp4 -vf "scale=320:240,format=yuv420p" -c:v mpeg1video -b:v
``` ```
### Disclaimer ### Disclaimer
A lot of the code here was written by AI (sorry, I'm still not that good at C or Dreamcast homebrew). Though, a lot of manual work still went into this to correct the AI's mistakes. A lot of the code here was written by AI (sorry, I'm still not that good at C or Dreamcast homebrew). Though, a lot of manual work still went into this.