Guys,
I Have found my problem...
When I have tried the Thespecial sample in first page of this topic, with
videoPlayer = new murmuurVIDEO(irrVideo, device->getTimer(), 1024, 768, videoOutput);
I have found this problem in sws_scale():
Unhandled exception at 0x066d6570 in FFMpeg2.exe ...
Search found 8 matches
- Fri Apr 30, 2010 6:15 am
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 31557
- Fri Apr 30, 2010 5:51 am
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 31557
- Fri Apr 30, 2010 4:59 am
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 31557
Guys,
Evan changing the memcpy for a loop the image is messed...
For now, the only way the image is OK here is creating the texture every frame...
Evan changing the memcpy for a loop the image is messed...
Code: Select all
for (int i = 0; i < width*height; i++)
_p[i] = _pimage[i]; For now, the only way the image is OK here is creating the texture every frame...
- Fri Apr 30, 2010 4:30 am
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 31557
- Fri Apr 30, 2010 4:03 am
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 31557
- Thu Apr 29, 2010 3:03 am
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 31557
- Thu Apr 29, 2010 2:57 am
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 31557
- Wed Apr 28, 2010 3:59 am
- Forum: Code Snippets
- Topic: 0.8 ffmpeg videoplayer with threaded sound (openAL) in synch
- Replies: 64
- Views: 31557
Image Distortion
Hello There!
thespecial1, first I need to Congratulate you for the great job you are doing... After a lot of work I got the 0.8 version, including OpenAL and Boost compilling and working in my PC. I'm using Windows7 and VS2008.
My problem is that the sounds works perfecly, but the image is all ...
thespecial1, first I need to Congratulate you for the great job you are doing... After a lot of work I got the 0.8 version, including OpenAL and Boost compilling and working in my PC. I'm using Windows7 and VS2008.
My problem is that the sounds works perfecly, but the image is all ...