VideoCacheView v1.81 - Save downloaded video files from Web browser cache
- Download Here -
Command-Line Options
/copyall {Folder} | Copy all video files that are currently stored in the cache into the specified folder. If you don't specify a folder, VideoCacheView will ask you to choose it. |
/copyalltemp {Folder} | Copy all .flv (Flash) video files currently stored in the temporary folder. If you don't specify a folder, VideoCacheView will ask you to choose it. |
/copymms <Source .dat file> <Destination .wmv file> | Convert a .dat file created when playing mms streams (Usually in the cache of the browser) into .wmv file that can be played by Media Player. |
/stext <Filename> | Save the list of all video files into a regular text file. |
/stab <Filename> | Save the list of all video files into a tab-delimited text file. |
/scomma <Filename> | Save the list of all video files into a comma-delimited text file. |
/stabular <Filename> | Save the list of all video files into a tabular text file. |
/shtml <Filename> | Save the list of all video files into HTML file (Horizontal). |
/sverhtml <Filename> | Save the list of all video files into HTML file (Vertical). |
/sxml <Filename> | Save the list of all video files to XML file. |
/sort <column> | This command-line option can be used with other save options for sorting by the desired column. If you don't specify this option, the list is sorted according to the last sort that you made from the user interface. The <column> parameter can specify the column index (0 for the first column, 1 for the second column, and so on) or the name of the column, like "Content Type" and "Filename". You can specify the '~' prefix character (e.g: "~Content Type") if you want to sort in descending order. You can put multiple /sort in the command-line if you want to sort by multiple columns. Examples: |
/nosort | When you specify this command-line option, the list will be saved without any sorting. |
/AddExportHeaderLine <0 | 1> | Add header line to tab-delimited or csv files. 0 = No, 1 = Yes. |
/ShowNonCachedFiles <0 | 1> | Show non-cached files. 0 = No, 1 = Yes. |
/ShowVideoFiles <0 | 1> | Show video files. 0 = No, 1 = Yes. |
/ShowAudioFiles <0 | 1> | Show audio files. 0 = No, 1 = Yes. |
/ShowSWFFiles <0 | 1> | Show .swf (flash) files. 0 = No, 1 = Yes. |
/ShowImageFiles <0 | 1> | Show image files. 0 = No, 1 = Yes. |
/ShowAdvancedOptionsOnStart <0 | 1> | Show 'Advanced Options' window when you run VideoCacheView. 0 = No, 1 = Yes. |
/LoadIE <0 | 1> | Load video files from the cache of Internet Explorer. 0 = No, 1 = Yes. |
/LoadMozilla <0 | 1> | Load video files from the cache of Firefox. 0 = No, 1 = Yes. |
/LoadOpera <0 | 1> | Load video files from the cache of Opera. 0 = No, 1 = Yes. |
/LoadChrome <0 | 1> | Load video files from the cache of Chrome Web browser. 0 = No, 1 = Yes. |
/LoadTempFolder <0 | 1> | Load video files from the temporary folder of Windows. 0 = No, 1 = Yes. |