Before mentioning the errors I got in setting up SMTube, I got a question, is there a way to modify the window size of the mplayerGUI application when it executes the command to open the applications with the URL, some other MPLAYER_OPTIONS string?
I got mplayer to center itself on a black screen with this as the run command, it's pretty nice, but not if you want to multitask:
-vo cgx_wpa -cache-min 20 -autoq 100 -autosync 30 -zoom -fsGot all necessary libraries and found
ffmpeg.
I am getting these errors when I first execute the program when it reads through he font cache:Fontconfig warning: "fonts:fontconfig/etc/fonts:fontconfig/conf.d/30-metric-aliases.conf", line 84: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "fonts:fontconfig/etc/fonts:fontconfig/conf.d/30-metric-aliases.conf", line 93: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "fonts:fontconfig/etc/fonts:fontconfig/conf.d/30-metric-aliases.conf", line 102: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "fonts:fontconfig/etc/fonts:fontconfig/conf.d/40-nonlatin.conf", line 24: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "fonts:fontconfig/etc/fonts:fontconfig/conf.d/40-nonlatin.conf", line 41: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "fonts:fontconfig/etc/fonts:fontconfig/conf.d/45-latin.conf", line 23: Having multiple <family> in <alias> isn't supported and may not work as expected
Fontconfig warning: "fonts:fontconfig/etc/fonts:fontconfig/conf.d/45-latin.conf", line 55: Having multiple <family> in <alias> isn't supported and may not work as expected
I was getting this output when using the non GUI mplayer with this option string= -cache 8192 -cache-min 20 -autoq 100 -autosync 30:Movie-Aspect is 2.00:1 - prescaling to correct movie aspect.
VO: [p96_pip] 600x300 => 600x300 Planar YV12
VDec: vo config request - 600 x 300 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 2.00:1 - prescaling to correct movie aspect.
VO: [p96_pip] 600x300 => 600x300 Planar YV12
Maybe you are playing a non-interleaved stream/file or the codec failed?
For AVI files, try to force non-interleaved mode with the -ni option.
And that just loops until it hits that last line mentioning AVI files.
I tried:
smtube -ni -url http://www.youtube.com/watch?v=VRp9PSTKh_4and
smtube -url http://www.youtube.com/watch?v=VRp9PSTKh_4 -nibut this happens:
Just wanted to let the porting developer know it isn't processing the -ni argument correctly, it assumes it is part of the URL for the video, unless I'm passing it incorrectly.
Edited by m1nuto on 2017/10/10 4:44:49
Edited by m1nuto on 2017/10/10 4:53:25
Edited by m1nuto on 2017/10/10 4:58:55
Edited by m1nuto on 2017/10/10 5:16:11
Edited by m1nuto on 2017/10/10 5:22:08
Edited by m1nuto on 2017/10/10 5:49:11