How to change the movie on the televisions (Custom MP4)

Want to play real-life 90s movies on your TVs? Yes, it is possible for the PC release version (not available on Demo or Steam Deck). Follow these steps:

  1. Go to your game folder in Steam:
    RetroRewind\Content\Movies\VHS\Public
  2. Replace the file RR_Channel_Public.mp4 with your own video file.

Video File Requirements:

FFmpeg Encoding Command:

Use this command if you are encoding your own video manually:

ffmpeg -i YOUR_VIDEO.mp4 -c:v libx264 -profile:v high -level 3.1 -pix_fmt yuv420p -c:a aac -ar 48000 -b:a 160k RR_Channel_Public.mp4