[SCRIPT] Batch convert YUV 4:4:4 videos to YUV 4:2:0 in Retropie/Linux
-
My script doesn't remove anything. On the contrary, it does use the subfolder
converted
to keep the original videos unchanged. The user has to replace the originals with the converted ones after the process.Frankly, since you had some problems to follow and understand the instructions given by me and mitu before, I guess that you did somehow remove the images directory by yourself. But this is difficult to determine retrospectively.
One possibility is that you used the
mv
(move) command I provided before wrongly, and moved your images directory somewhere else. You could try to find it using this command:find -name images
-
@clyde For troubleshooting I want to add following:
history | grep images
history
are all commands you have used in the near past.grep
is a command to filter out and find all commands with the word "images" in it. This way you can see if you have used any command associated with "images". -
@clyde hello, let me start by saying that your script is awesome. You are probably right and I might have changed something accidentally. I used the mv correctly and everything was working fine for several days. Both the image and the converted files folders just disappeared and most likely it is totally unrelated to the script. I am just pointing out that this only happened to the system I used the script for. It could just be a coincide. My theory is that after added a few new roms via USB something crashed.
I have a copy all the images in the downloaded_media folders. The question that I have is if there is a way to paste all the video paths all at once?
Thank you
-
@colombia20102018 said in [SCRIPT] Batch convert YUV 4:4:4 videos to YUV 4:2:0 in Retropie/Linux:
The question that I have is if there is a way to paste all the video paths all at once?
Sorry, I somehow missed your question back then. If it's still valid, please elaborate a bit more what you want to do exactly.
-
-
-
Hey! I just wanted to say thank you so much for this. Super helpful and worked right away compared to a few other scripts that supposedly should do the same thing. This fixed all my issues. You rock!
-
-
I've created post on how to convert these vids in Windows:
https://retropie.org.uk/forum/topic/35722/video-preview-fix-conversion-yuv444p-to-yuv420p
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.