Video only launching with sound

I am creating another ticket since I don’t want it to be mixed about the other ticket I wrote about the tvdb2 issue.

So I am able to scrapmovies with MovieDB but once I try to launch
them I got only the sound playing and a message at the top of the screen
saying “added to playlist”, it does the same with mkv and mp4 files.

      Regarding the error while launching video file these are the logs for one video I tried  to launch

http://paste.osmc.io/osiwakijet

The information regarding the video file I tested are here

http://paste.osmc.io/isafosuvey.tex

Check the spelling of your first log file link - it’s not valid.

Thanks I just corrected the link.

Looks like you are running out of GPU memory:

Jan 18 22:54:02 osmc mediacenter[275]: eglCreateImageKHR:  failed to create image for buffer 0x69 target 12465 error 0x300c
Jan 18 22:54:02 osmc mediacenter[275]: eglCreateImageKHR:  failed to create image for buffer 0x6a target 12465 error 0x300c
Jan 18 22:54:03 osmc mediacenter[275]: eglCreateImageKHR:  failed to create image for buffer 0x73 target 12465 error 0x300c
Jan 18 22:54:03 osmc mediacenter[275]: eglCreateImageKHR:  failed to create image for buffer 0x77 target 12465 error 0x300c

Jan 18 22:54:09 osmc mediacenter[275]: mmal: mmal_port_enable: failed to enable port vc.ril.video_render:in:0(I420)(0x53e58cd0) (ENOMEM)
Jan 18 22:54:09 osmc mediacenter[275]: mmal: mmal_vc_port_enable: failed to enable port vc.ril.video_render:in:0(I420): ENOMEM
Jan 18 22:54:09 osmc mediacenter[275]: mmal: mmal_port_enable: failed to enable port vc.ril.video_render:in:0(I420)(0x55bef440) (ENOMEM)
Jan 18 22:54:09 osmc mediacenter[275]: mmal: mmal_vc_port_enable: failed to enable port vc.ril.video_render:in:0(I420): ENOMEM
Jan 18 22:54:09 osmc mediacenter[275]: mmal: mmal_port_enable: failed to enable port vc.ril.video_render:in:0(I420)(0x55c95e20) (ENOMEM)
Jan 18 22:54:09 osmc mediacenter[275]: mmal: mmal_vc_port_enable: failed to enable port vc.ril.video_render:in:0(I420): ENOMEM

This appears to be due to an error in your /boot/config.txt:

max_usb_current=1gpu_mem_1024=256
hdmi_ignore_cec_init=1
disable_overscan=1
start_x=1
disable_splash=1
dtoverlay=lirc-rpi:gpio_out_pin=17,gpio_in_pin=18

max_usb_current=1 and gpu_mem_1024=256 should be on separate lines, because they are on the same line neither one of them will be working. Fix that and it should fix your issue.

Thank you for you help. I modified the config.txt and I am now able to see the movie.

There is still an issue with the picture which appears kinda shaky and sound and image are not synchronised. When I launch the video on my laptop or directly on my tv (by plugging my HD straight in to the usb port of my tv) it works fine.