omxplayer-sync
omxplayer-sync copied to clipboard
--win and --crop not working
When I am trying to use --crop or --win function for synchronized videos, omxplayer-sync doesn't work and shows this error:
WARNING: dbus connection could not be established org.freedesktop.DBus.Error.ServiceUnknown: The name org.mpris.MediaPlayer2.omxplayer was not provided by any .service files
I am using comand omxplayer-sync -m --win '0 0 640 480' /home/pi/video/iva_test.mp4
Some file works fine without crop or win and the functions work with normal omxplayer (without sync).
Is there any solution? Thanks a lot
Try adding the flags here to pass them thru: https://github.com/turingmachine/omxplayer-sync/blob/0d30c1057e5395c4a12a0136eb783c0aa522d20c/omxplayer-sync#L138
did this work?