citronneur / rdpy

Remote Desktop Protocol in Twisted Python
GNU General Public License v3.0
1.67k stars 545 forks source link

Can I dump the rss file into a video format? #57

Open anirudhrata opened 7 years ago

anirudhrata commented 7 years ago

Hi, Is there a way to convert the rss file into any video formats so that I can fast forward the RDP capture. I have a big capture file that I want to go through at a fast rate. Also, if there is a way that this can be done directly in rssplayer that would also be useful.

Thanks.

anirudhrata commented 7 years ago

I found a way to fast forward the play by reducing the QTimer.singleShot time value to aronud 10 msec. Let me know if there is any way to convert the file into video.

tkeeler33 commented 6 years ago

@anirudhrata - Did you ever find a way to convert rss to a video format? I am looking to do the same thing. Any help would be greatly appreciated.

anirudhrata commented 6 years ago

@tkeeler33 I tried a couple of things but was not successful. My only requirement was to fast forward through the RDP capture which I achieved by changing the QTimer value as stated above.