ogv problems
2 posters
ogv problems
hi,
i tried to play a ogv video that i have convert with ffmpeg2theora with the following parameters:
ffmpeg2theora --optimize -x 320 -y 240 -V 200 -F 12 --noaudio myvideo.mp4
When i tried to use the sio2 videowidget i only get a white screen.
I can play the converted video with vlc and also the sio2.ogv video that comes with tutorial7.
I test it with iphone simulator and on the iphone device.
Can anyone help me out here?
Thanx
tommes
i tried to play a ogv video that i have convert with ffmpeg2theora with the following parameters:
ffmpeg2theora --optimize -x 320 -y 240 -V 200 -F 12 --noaudio myvideo.mp4
When i tried to use the sio2 videowidget i only get a white screen.
I can play the converted video with vlc and also the sio2.ogv video that comes with tutorial7.
I test it with iphone simulator and on the iphone device.
Can anyone help me out here?
Thanx
tommes
tommes- Posts : 1
Join date : 2009-02-28
Re: ogv problems
The problem is this: -x 320 -y 240, the video have to be a power of 2 in width and height, basically an OGV will be treated as a texture updated dynamically. Try in example -x 256 -y 256...
Cheers,
Cheers,
Similar topics
» sio2 beginner
» ObjectDuplicate problems
» Physics problems
» Export Problems....
» SDK problems with new project and adding .sio2
» ObjectDuplicate problems
» Physics problems
» Export Problems....
» SDK problems with new project and adding .sio2
Permissions in this forum:
You cannot reply to topics in this forum