Tell me more ×
Super User is a question and answer site for computer enthusiasts and power users. It's 100% free, no registration required.

I have a link to recorded webex webinar, I wish to download the video and convert into different format. How should I go about the downloading the recorded webex video ? Appreciate your inputs.

share|improve this question
possible duplicate of How to convert Webex' WRF to any other video format?, because you said you want to "convert it into different format" – slhck Jun 8 '11 at 17:32
yes, but first I need to download it, how can I do it ? – Ravi Gupta Jun 8 '11 at 17:50

2 Answers

I used Process Monitor to locate temp files. Search for nbrplay.exe, operations WriteFile Temp files are located in %TEMP% in folder named something like 29784192

Video is in DAT SOund is in WAV

I don't know how to open DAT file though.

share|improve this answer

It seems that while watching a Webinar, there are temporary files created in your Temporary Folder.

You'd have to go to the Temp folder, arrange the items by modification date, and look for the ones created when you visit the Webinar site and start playing. If you're lucky, you'll find several files, including the biggest one, which is probably a video.

It'll probably not have the right extension, but a rename might do, or, depending on the contents, directly trying to open it with VLC. You'd have to inspect the file for any hints towards which video codec and container is used, and then try the appropriate extension (e.g. mp4 or avi).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.