Re: [Gambas-user] Playing dv video files

2015-06-06 Thread bill-lancaster
You're right Tobi, I need to look into the many settings for mplayer. It might be connected with the -wid parameter Bill -- View this message in context: http://gambas.8142.n7.nabble.com/Playing-dv-video-files-tp51701p51703.html Sent from the gambas-user mailing list archive at Nabble.com. -

Re: [Gambas-user] Playing dv video files

2015-06-06 Thread Tobias Boege
On Fri, 05 Jun 2015, bill-lancaster wrote: > This code works:- > hProc = Exec ["mplayer", "-fps", 25, "-wid", dwgMoviePlayer.Handle, > User.Home &/ "aa.dv"] > The dv file plays in the drawing area. > But it doesn't work when adding 'For Read Write As "Process"' to the line. > Any ideas would be we