Super-mario-bros-A3C-pytorch
Super-mario-bros-A3C-pytorch copied to clipboard
Higher resolution video
I want some Higher resolution videos because the quality of the output is too low. Is that any way to output video with a higher resolution?
in env.py
line 18:
self.command = ["ffmpeg", "-y", "-f", "rawvideo", "-vcodec", "rawvideo", "-s", "{}X{}".format(width, height), "-pix_fmt", "rgb24", "-r", "60","-i","-", "-an", "-vcodec", "mpeg4", "-s", "1024x960", saved_path]
1024x960 is new resolution