GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
BLIND-REPEAT(1) FreeBSD General Commands Manual BLIND-REPEAT(1)

blind-repeat - Repeat a video

blind-repeat (count | 'inf') file

blind-repeat write the a video to stdout that is a loop of the selected video. The looped video is read from the selected file. The video will be repeated count times, or until there is no process the reads from this process's stdout if inf is selected instead of count.

file must be a regular file, or '-'. If file is '-', blind-repeat will read stdin into memory; you are highly discouraged from using this unless stdin is a single frame, or known to only be a very small number of frames, is it can potentially use all of the computer's memory.

blind-repeat requires enough free memory to load the entire video into memory if it is read from stdin. A frame requires 32 bytes per pixel it contains. So for a 720p video at 25 Hz, 1 GB is reached in just below 1.5 seconds.

blind(7), blind-from-image(1)

Mattias Andrée <maandree@kth.se>
blind 1.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.