0

I have a video (input.mp4) that I would like to play video on my PS4. Using ffmpeg, how do I convert that video to be played on the PS4 using a thumbdrive?

I searched and tried several methods, but nothing turned out to be useful.

Steps followed

ffmpeg -i NVP.mkv -c:v libx264 -crf 20 -profile:v high -level 4.2 -vf format=yuv420p output.mkv (does not work)

I created a directory called "Videos" and copied the file (output.mkv) in there.

My thumb drive is a 4GB drive formatted as FAT32

My machine is using macOS Mojave (10.14.6).

From PlayStation's resources, the format has to be

  • MKV
  • Video: H.264/MPEG-4 AVC High Profile Level 4.2
  • Audio: MP3, AAC LC, AC-3 (Dolby Digital)
slhck
  • 235,242
Filip
  • 1
  • 1
  • 3

0 Answers0