[SCRIPT] RetroPie Convert Videos
-
@toimas said in [SCRIPT] RetroPie Convert Videos:
Why is there no conversion even if the criteria is met?
Because the video doesn't need converting.
-
??? The video is in yuv444p... the conversion should be to yuv420p...
-
@toimas How are you running the script ? What parameters are you using ? Did you add
--to-ces yuv420p
? -
tried
./retropie-convert-videos.sh --from-ces "yuv444p" --to-ces "yuv420p" --scraper "sselph" --convert-systems "arcade"
or also with the config
# From color (optional) # Target only videos with this particular C.E.S. # If left blank, it will target all videos, regardless of the C.E.S. # (e.g. "yuv444p") from_ces = "yuv444p" # To color (mandatory) # Convert videos to this particular C.E.S. # (e.g. "yuv420p") to_ces = "yuv420p"
same result... no conversion of matching source-videos in yuv444p to yuv420p
-
Weird, it worked for me before with the arcade videos I downloaded from adb.arcadeitalia.net and your parameters are correct.
EDIT: can you upload somewhere the
.mp4
file ? -
Well... I don't think it's the videos but rather the script...
WIthout further investigation I'd suggest that the following case is rather 'counter-productive'results+=("> \"$(basename "$video")\" --> Don't convert! Has the same Color Encoding System (C.E.S) as 'from_ces': '$from_ces'.")
I just can't think of a single case where I first check a file for matching conditions only to 'not convert' it then...
-
I've uploaded a yuv444p file (orginally from screenscsraper.fr)
https://www.dropbox.com/s/o0x30tzv0fpni7l/centiped-video.mp4?dl=0 -
@toimas said in [SCRIPT] RetroPie Convert Videos:
I just can't think of a single case where I first check a file for matching conditions only to 'not convert' it then...
I may misunderstand you, but why check something only to ignore the result afterwards?
Conversion needs time and extra storage space, if only temporarily. Imagine that you have 5000 videos (not uncommon with MAME romsets), but only some of them are in 444p. You may not want to convert all 5000 just for a handful of them.
-
My goodness... so many misunderstandings...
Currently the script ignores conversion for videos THAT MATCH the FROM condition... -
Hi everyone! I've just released a new version 2.1.1 with the Skyscraper's video path fixed :)
-
@memodellocos Can you try with the new version? I've merged your PR. Thanks! ;)
-
@toimas I'll take a look at that when I have the time. The idea is that if
from_ces
andto_ces
are equal, the script won't convert that video. But your settings should work. -
-
BTW, the script is using
libav-tools
, should I change it forffmpeg
? What do you think? -
@hiulit The new Debian Buster release doesn't have
libav-tools
anymore, they've switched back toffmpeg
(https://packages.debian.org/stretch/libav-tools). I think that you should transition toffmpeg
to have the script keep working in newer releases of Debian/Raspbian/Ubuntu. -
@mitu Thanks. I'll do it then.
-
@hiulit Any plans to release a standalone version for linux? Would be great to use this on my stationary desktop.
-
@Rion What do you mean by standalone? With a GUI? I never though about it actually, and I don't think I will ever make such an app, mainly because I wouldn't know how, hehe :) But I could make a version of the script (or adapt it) to work without the RetroPie settings. If that's what you meant, I could do that ;)
-
-
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.