The movie starts without video, just with the sound. I see this in the log:
Code: Log
		
					
				 info <general>: ffmpeg[0x42e7318]:   Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 1280x694 [SAR 1:1 DAR 640:347], 3001 kb/s, 23.98 fps, 23.98 tbr, 23.98 tbn, 23.98 tbc
 info <general>: ffmpeg[0x42e7318]:   Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 640 kb/s
...
 info <general>: Creating video codec with codec id: 12
 info <general>: CDVDVideoCodecDRMPRIME::Open - using decoder V4L2 mem2mem MPEG4 decoder wrapper
error <general>: ffmpeg[0x42e7318]: [mpeg4_v4l2m2m] Could not find a valid device
error <general>: ffmpeg[0x42e7318]: [mpeg4_v4l2m2m] can't configure decoder
 info <general>: CDVDVideoCodecDRMPRIME::Open - unable to open codec
 info <general>: CDVDVideoCodecDRMPRIME::Open - using decoder MPEG-4 part 2
 info <general>: ffmpeg[0x42e7318]: [deinterlace_v4l2m2m] Using device /dev/video18
debug <general>: CDVDVideoCodecDRMPRIME::FilterClose - Freeing filter graph
debug <general>: CDVDVideoCodecDRMPRIME::FilterTest - found deinterlacing filter deinterlace_v4l2m2m
debug <general>: CVideoPlayerVideo::OpenStream - open stream with codec id: 12
 info <general>: Creating video threadIs it a known problem for MPEG4 and RPI? Changing to 'gpu_mem=256' didn't help.
Code: Video details
		
					
				Video
ID                                       : 0
Format                                   : MPEG-4 Visual
Format profile                           : Advanced Simple@L5
Format settings                          : BVOP2 / Custom Matrix
Format settings, BVOP                    : 2
Format settings, QPel                    : No
Format settings, GMC                     : No warppoints
Format settings, Matrix                  : Custom
Muxing mode                              : Packed bitstream
Codec ID                                 : XVID
Codec ID/Hint                            : XviD
Duration                                 : 1 h 29 min
Bit rate                                 : 3 001 kb/s
Width                                    : 1 280 pixels
Height                                   : 694 pixels
Display aspect ratio                     : 1.85:1
Frame rate                               : 23.976 (24000/1001) FPS
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Compression mode                         : Lossy
Bits/(Pixel*Frame)                       : 0.141
Stream size                              : 1.87 GiB (82%)
Writing library                          : XviD 69 
		 
		
		
	