From 3a0fbceeac23f2ab160d92a7f82eb781b6bed12f Mon Sep 17 00:00:00 2001 From: FranLMSP Date: Sun, 29 Mar 2026 10:56:02 -0400 Subject: [PATCH] Update README.MD --- README.MD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.MD b/README.MD index 04d86fd..c475286 100644 --- a/README.MD +++ b/README.MD @@ -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 4. Place your MPEG file in the `cd_root` folder and name it `VIDEO.MPG` 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 ``` @@ -20,4 +20,4 @@ ffmpeg -i bad-apple.mp4 -vf "scale=320:240,format=yuv420p" -c:v mpeg1video -b:v ``` ### 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.