Is there a way to increase the size limit of an Image that can be played?
I am able to display an Image up to 5k x 5k but as soon as I go up to 6k x 6k, I get the following errror:
No suitable decoder module:
VLC does not support the audio or video format "fake". Unfortunately, there is no way for you to fix this.
The Message Logger gives the following errors:
main debug: using decoder module "avcodec"
main debug: TIMER module_need() : 8.000 ms - Total 8.000 ms / 1 intvls (Avg 8.000 ms)
main debug: looking for video filter2 module: 20 candidates
swscale error: could not init SwScaler and/or allocate memory
main debug: TIMER module_need() : 0.000 ms - Total 0.000 ms / 1 intvls (Avg 0.000 ms)
main debug: no video filter found
avcodec debug: ffmpeg codec (Motion JPEG Video) stopped
main debug: removing module "avcodec"
fake error: unable to read image file C:\Documents and Settings\Steven Webb\Desktop\STUFF-KEEP\images\greenImage6000x6000.jpg
invmem error: --vmem-width and --vmem-height must be > 0
main debug: TIMER module_need() : 605.000 ms - Total 605.000 ms / 1 intvls (Avg 605.000 ms)
main error: no suitable decoder module for fourcc `fake'.
VLC probably does not support this sound or video format.
main debug: killing decoder fourcc `fake', 0 PES in FIFO
Thanks