LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Any way to watch a video saved in a .rar (.r00, r01, ...) file? (https://www.linuxquestions.org/questions/linux-software-2/any-way-to-watch-a-video-saved-in-a-rar-r00-r01-file-759599/)

tirengarfio 10-04-2009 09:28 AM

Any way to watch a video saved in a .rar (.r00, r01, ...) file?
 
Hi,

i downloaded a video file that is saved in a rar file. Inside that .rar file there is .r00, .r01, ... files.

Any way to watch the video directly with any open source software?

Ciao

jschiwal 10-04-2009 09:39 AM

You need to assemble the video first. Use the unrar program.
Having old styled rar files inside of an rar archive is very odd. Don't be surprised if the person who did that erred in archiving the video.

H_TeXMeX_H 10-04-2009 10:14 AM

Run unrar of 7z on the first part of the rar archive, this usually ends with '.rar'.

Shadow_7 10-04-2009 10:56 AM

$ unrar e -kb file.rar

Normally the .r00+ files are parented by a .rar file. And the format requires all members present to complete successfully. But you can extract partial data for as long as you have the .rar + .r00 +.r01, until it experiences a missing or corrupt portion in the sequence. Even if you have .r55+, if you don't have .rar, .r00 and everything before .r55, you're SOL on those later parts.


All times are GMT -5. The time now is 12:49 PM.