Welcome to Dream.In.Code
Getting Help is Easy!

Join 86,243 Programmers. There are 2,261 online right now! Ask your question and get quick answers from Dream.In.Code experts. Join the #1 programming help community on the internet! Registration is fast and FREE... Join Now!

Chat LIVE With a Expert
Powered by LivePerson.com

Register to Make This Box Go Away!

slave mode with MPlayer in python

 
Reply to this topicStart new topic

slave mode with MPlayer in python, Getting slave mode to work with MPlayer

jacquiasbury
post 4 Apr, 2008 - 03:08 PM
Post #1


New D.I.C Head

*
Joined: 4 Apr, 2008
Posts: 2



I have already used 'popen' function in my python code to allow MPlayer to run through python however now i want to use slave mode to control MPlayer but cannot get it to work, does anyone know the answer please:

p = os.popen2(r'cmd /k')
p[0].write('filename.mpg MPlayer*.bat /B\r\n')
p[0].flush()
p[0].write('frame_step\n')
p[0].flush()
p[0].write('exit\r\n')
p[0].flush()

the framestep part is a slave mode option but doesnot work? tongue.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post


dave_6_10
post 8 Apr, 2008 - 07:55 AM
Post #2


New D.I.C Head

Group Icon
Joined: 19 Mar, 2008
Posts: 14

QUOTE(jacquiasbury @ 4 Apr, 2008 - 03:08 PM) *

I have already used 'popen' function in my python code to allow MPlayer to run through python however now i want to use slave mode to control MPlayer but cannot get it to work, does anyone know the answer please:

p = os.popen2(r'cmd /k')
p[0].write('filename.mpg MPlayer*.bat /B\r\n')
p[0].flush()
p[0].write('frame_step\n')
p[0].flush()
p[0].write('exit\r\n')
p[0].flush()

the framestep part is a slave mode option but doesnot work? tongue.gif



I think the proper way is
p[0].write('frame.step\n')
Give it a try, I hope that it helps you out smile.gif
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 5/16/08 08:22AM

Live Help!

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

Bye Bye Ads

Free DIC T-Shirt

T-Shirt Example

Related Sites

Monthly Drawing

Thumb Drive

Partners

Top Contributors

Top 10 Kudos This Month