So ich habe das ganze nochmal durchgespielt.....
das mit
. /usr/share/mpv/mpv_identify.sh ORIG_ "/mnt/sdb1/video/movies/you.are.wanted.s01e06-720p.mkv"
set |grep ID_
bringts folgendes
ID_audio=1
ID_audio_codec='dca (DCA (DTS Coherent Acoustics))'
ID_chapters=6
ID_container_fps=23.976025
ID_dheight=720
ID_dwidth=1280
ID_editions=1
ID_filename=you.are.wanted.s01e06-720p.mkv
ID_height=720
ID_path=/mnt/sdb1/video/movies/you.are.wanted.s01e06-720p.mkv
ID_stream_end=893769334
ID_sub=1
ID_video=1
ID_video_aspect=1.777778
ID_video_codec='h264 (H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10)'
ID_video_format=h264
ID_width=1280
Das scheint so zu passen (man beachte im mpv_identifx.sh muss es container-fps heissen nicht fps)
ich hab jetzt mal in der mplayer.sh das eingefueg um zu sehen ob die Variable überhaupt belegt ist
ORIG_X=$ID_dwidth
echolog $ID_dwidth
echolog test
debugmsg "parsed output for ORIG_X:" $ORIG_X
lt Log ist die Variable aber leer....
Mar 20 13:07:50 (MLD) user.notice root: *** DEBUG: MPLAYER_RETURN: "0"
Mar 20 13:07:50 (MLD) user.notice root:
Mar 20 13:07:50 (MLD) user.notice root: test
Mar 20 13:07:50 (MLD) user.notice root: *** DEBUG: parsed output for ORIG_X: "0"
Also scheint irgendwas mit den Variablen nicht zu passen.... bleibt aber letztendlich wahrscheinlich auch das Problem aus dem vorherigen Post mit dem Segfault wegen graphtft beim aufruf von mpv... ich glaube aber ich hatte das gleiche Problem schon mal bei graphlcd (da hatte ich ein anderes Display am Start....
Gruss Gerd