From: Paul <kr...@ip...> - 2001-10-06 04:59:36
|
I also need to scale the video to 800x600, can I use sdl to upscale to do this using hardware scaling? Any pointers would be great :) On Sat, 6 Oct 2001 05:28, you wrote: > On Fri, Oct 05, 2001 at 09:01:27PM +1000, Paul wrote: > > Can I use libmpeg2 to display to an SDL surface? I'm searching for a > > quick way to implement Mpeg2 in an application. > > the mpeg2dec test program has an SDL output mode - I think it does work. > > Try running mpeg2dec -o sdl foo.mpg > (maybe with the -s option too if foo.mpg is multiplexed) > > The corresponding source code is in libvo/video_out_sdl.c |