
401
Downloads
401
Downloads of v 1.41
4/2/2015
Last update
While watching a video in a Web site, you may sometimes want to save the video into your local drive, and then play it offline later.
This utility allows you to capture .flv (Flash Video) files and RTSP/MMS video streams while the Web browser download and play them inside a Web page. After the entire video file is downloaded and played by the Web browser, the video file is saved in the folder that you selected, and you can play it offline later with any Video player.
To install WebVideoCapture (Install), run the following command from the command line or from PowerShell:
C:\> choco install webvideocap.install
To upgrade WebVideoCapture (Install), run the following command from the command line or from PowerShell:
C:\> choco upgrade webvideocap.install
Files
Hide- tools\chocolateyInstall.ps1
Show
$packageName = 'webvideocap.install' $installerType = 'exe' $url = 'http://www.nirsoft.net/utils/webvideocap_setup.exe' $checksum = 'e43431eb39d01e9d5be77b3d7bde936e567c968e' $checksumType = 'sha1' $silentArgs = '/S' $validExitCodes = @(0) Install-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -Url "$url" ` -SilentArgs "$silentArgs" ` -ValidExitCodes $validExitCodes ` -Checksum "$checksum" ` -ChecksumType "$checksumType"
- tools\chocolateyUninstall.ps1
Show
$packageName = 'webvideocap.install' $packageSearch = 'Nirsoft webvideocap' $installerType = 'exe' $silentArgs = '/S' $validExitCodes = @(0) try { Get-ItemProperty -Path @( 'HKLM:\Software\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKLM:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*', 'HKCU:\Software\Microsoft\Windows\CurrentVersion\Uninstall\*' ) ` -ErrorAction:SilentlyContinue ` | Where-Object { $_.DisplayName -like "$packageSearch*" } ` | ForEach-Object { Uninstall-ChocolateyPackage -PackageName "$packageName" ` -FileType "$installerType" ` -SilentArgs "$silentArgs" ` -File "$($_.UninstallString)" ` -ValidExitCodes $validExitCodes } } catch { throw $_.Exception }
Virus Scan Results
- webvideocap.install.1.41.nupkg (3217420eb5a8) - ## / 56 - Log in or click on link to see number of positives
- webvideocap_setup.exe (be60cc9b261a) - ## / 55 - Log in or click on link to see number of positives
Dependencies
This package has no dependencies.
Package Maintainer(s)
Software Author(s)
Copyright
© 2007 NirSoft
Tags
Release Notes
Version History
Version | Downloads | Last updated | Status |
---|---|---|---|
WebVideoCapture (Install) 1.41 | 401 | Thursday, April 2, 2015 | approved |
Discussion for the WebVideoCapture (Install) Package
Ground rules:
- This discussion is only about WebVideoCapture (Install) and the WebVideoCapture (Install) package. If you have feedback for Chocolatey, please contact the google group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or WebVideoCapture (Install), or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.