omxplayer-sync icon indicating copy to clipboard operation
omxplayer-sync copied to clipboard

--win and --crop not working

Open dusandobias opened this issue 4 years ago • 2 comments

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

dusandobias avatar Oct 19 '20 10:10 dusandobias

Try adding the flags here to pass them thru: https://github.com/turingmachine/omxplayer-sync/blob/0d30c1057e5395c4a12a0136eb783c0aa522d20c/omxplayer-sync#L138

magdesign avatar Oct 19 '20 11:10 magdesign

did this work?

magdesign avatar Dec 04 '20 11:12 magdesign