Your IP : 216.73.216.134


Current Path : /opt/rh/rh-python35/root/lib64/python3.5/__pycache__/
Upload File :
Current File : //opt/rh/rh-python35/root/lib64/python3.5/__pycache__/calendar.cpython-35.opt-1.pyc



���\�Y�@s�dZddlZddlZddlZddddddd	d
ddd
dddddddgZeZGdd�de�ZGdd�de�Z	dZ
dZdddddddddddddg
ZGdd�d�Z
Gdd�d�Zed �Zed!�Ze
d"�Ze
d#�Zed$�\ZZZZZZZd%d�Zd&d�Zd'd	�Zd(d
�ZGd)d*�d*e�Z Gd+d,�d,e �Z!Gd-d.�d.e �Z"Gd/d0�d0�Z#Gd1d2�d2e!�Z$Gd3d4�d4e"�Z%e!�Z&e&j'Z(d5d�Z)e&j*Z+e&j,Z,e&j-Z.e&j/Z0e&j1Z1e&j2Z3e&j4Z5e&j6Z7dBZ8d7Z9e8e9d8d9�Z:e8e9d:d;�Z;d<Z<ej=e<dd�j>�Z?d=d�Z@d>d?�ZAeBd@kr�eAejC�dS)Ca$Calendar printing functions

Note when comparing these calendars to the ones printed by cal(1): By
default, these calendars have Monday as the first day of the week, and
Sunday as the last (the European convention). Use setfirstweekday() to
set the first day of the week (0=Monday, 6=Sunday).�N�IllegalMonthError�IllegalWeekdayError�setfirstweekday�firstweekday�isleap�leapdays�weekday�
monthrange�
monthcalendar�prmonth�month�prcal�calendar�timegm�
month_name�
month_abbr�day_name�day_abbrc@s(eZdZdd�Zdd�ZdS)rcCs
||_dS)N)r)�selfr�r�8/opt/rh/rh-python35/root/usr/lib64/python3.5/calendar.py�__init__szIllegalMonthError.__init__cCsd|jS)Nz!bad month number %r; must be 1-12)r)rrrr�__str__szIllegalMonthError.__str__N)�__name__�
__module__�__qualname__rrrrrrrsc@s(eZdZdd�Zdd�ZdS)rcCs
||_dS)N)r)rrrrrrszIllegalWeekdayError.__init__cCsd|jS)Nz7bad weekday number %r; must be 0 (Monday) to 6 (Sunday))r)rrrrrszIllegalWeekdayError.__str__N)rrrrrrrrrrs�����c@sceZdZdd�ed�D�Zejddd��dd�Zd	d
�Zdd�Zd
S)�_localized_monthcCs,g|]"}tjd|dd�j�qS)i�r)�datetime�date�strftime)�.0�irrr�
<listcomp>1s	z_localized_month.<listcomp>�rcCsdS)N�r)�xrrr�<lambda>2sz_localized_month.<lambda>cCs
||_dS)N)�format)rr,rrrr4sz_localized_month.__init__csD�j|}t|t�r3�fdd�|D�S|�j�SdS)Ncsg|]}|�j��qSr)r,)r%�f)rrrr':s	z0_localized_month.__getitem__.<locals>.<listcomp>)�_months�
isinstance�slicer,)rr&�funcsr)rr�__getitem__7s
z_localized_month.__getitem__cCsdS)N�
r)rrrr�__len__>sz_localized_month.__len__N)	rrr�ranger.�insertrr2r4rrrrr!/s
r!c@sMeZdZdd�ed�D�Zdd�Zdd�Zdd	�Zd
S)�_localized_daycCs,g|]"}tjdd|d�j�qS)i�r)r"r#r$)r%r&rrrr'Es	z_localized_day.<listcomp>�cCs
||_dS)N)r,)rr,rrrrGsz_localized_day.__init__csD�j|}t|t�r3�fdd�|D�S|�j�SdS)Ncsg|]}|�j��qSr)r,)r%r-)rrrr'Ms	z._localized_day.__getitem__.<locals>.<listcomp>)�_daysr/r0r,)rr&r1r)rrr2Js
z_localized_day.__getitem__cCsdS)Nr8r)rrrrr4Qsz_localized_day.__len__N)rrrr5r9rr2r4rrrrr7Bsr7z%Az%az%Bz%br8cCs.|ddko-|ddkp-|ddkS)z5Return True for leap years, False for non-leap years.�r�di�r)�yearrrrrascCsD|d8}|d8}|d|d|d|d|d|dS)zFReturn number of leap years in range [y1, y2).
       Assume y1 <= y2.rr:r;i�r)Zy1Zy2rrrrfs

cCstj|||�j�S)zTReturn weekday (0-6 ~ Mon-Sun) for year (1970-...), month (1-12),
       day (1-31).)r"r#r)r<r�dayrrrrnscCsdd|kodkns(t|��t||d�}t||tkoVt|�}||fS)zQReturn weekday (0-6 ~ Mon-Sun) and number of days (28-31) for
       year, month.rr()rr�mdays�Februaryr)r<rZday1Zndaysrrrr	ts
 c@s�eZdZdZddd�Zdd�Zdd�Zeee�Zd	d
�Z	dd�Z
d
d�Zdd�Zdd�Z
dd�Zdd�Zddd�Zddd�Zddd�ZdS)�Calendarzo
    Base calendar class. This class doesn't do any formatting. It simply
    provides data to subclasses.
    rcCs
||_dS)N)r)rrrrrr�szCalendar.__init__cCs|jdS)Nr8)�
_firstweekday)rrrr�getfirstweekday�szCalendar.getfirstweekdaycCs
||_dS)N)rA)rrrrrr�szCalendar.setfirstweekdayccs1x*t|j|jd�D]}|dVqWdS)zt
        Return an iterator for one week of weekday numbers starting with the
        configured first one.
        r8N)r5r)rr&rrr�iterweekdays�s zCalendar.iterweekdaysccs�tj||d�}|j�|jd}|tjd|�8}tjdd�}xR|Vy||7}Wntk
rPYnX|j|krW|j�|jkrWPqWWdS)z�
        Return an iterator for one month. The iterator will yield datetime.date
        values and will always iterate through complete weeks, so it will yield
        dates outside the specified month.
        rr8�daysN)r"r#rrZ	timedelta�
OverflowErrorr)rr<rr#rDZonedayrrr�itermonthdates�s
$zCalendar.itermonthdatesccsXxQ|j||�D]=}|j|kr<d|j�fVq|j|j�fVqWdS)z�
        Like itermonthdates(), but will yield (day number, weekday number)
        tuples. For days outside the specified month the day number is 0.
        rN)rFrrr=)rr<rr#rrr�itermonthdays2�szCalendar.itermonthdays2ccs@x9|j||�D]%}|j|kr0dVq|jVqWdS)z�
        Like itermonthdates(), but will yield day numbers. For days outside
        the specified month the day number is 0.
        rN)rFrr=)rr<rr#rrr�
itermonthdays�szCalendar.itermonthdayscsAt|j||����fdd�tdt��d�D�S)z�
        Return a matrix (list of lists) representing a month's calendar.
        Each row represents a week; week entries are datetime.date values.
        cs$g|]}�||d��qS)r8r)r%r&)�datesrrr'�s	z/Calendar.monthdatescalendar.<locals>.<listcomp>rr8)�listrFr5�len)rr<rr)rIr�monthdatescalendar�szCalendar.monthdatescalendarcsAt|j||����fdd�tdt��d�D�S)z�
        Return a matrix representing a month's calendar.
        Each row represents a week; week entries are
        (day number, weekday number) tuples. Day numbers outside this month
        are zero.
        cs$g|]}�||d��qS)r8r)r%r&)rDrrr'�s	z/Calendar.monthdays2calendar.<locals>.<listcomp>rr8)rJrGr5rK)rr<rr)rDr�monthdays2calendar�szCalendar.monthdays2calendarcsAt|j||����fdd�tdt��d�D�S)z�
        Return a matrix representing a month's calendar.
        Each row represents a week; days outside this month are zero.
        cs$g|]}�||d��qS)r8r)r%r&)rDrrr'�s	z.Calendar.monthdayscalendar.<locals>.<listcomp>rr8)rJrHr5rK)rr<rr)rDr�monthdayscalendar�szCalendar.monthdayscalendar�csU��fdd�tttd�D����fdd�tdt����D�S)a'
        Return the data for the specified year ready for formatting. The return
        value is a list of month rows. Each month row contains up to width months.
        Each month contains between 4 and 6 weeks and each week contains 1-7
        days. Days are datetime.date objects.
        cs"g|]}�j�|��qSr)rL)r%r&)rr<rrr'�s	z.Calendar.yeardatescalendar.<locals>.<listcomp>r(cs$g|]}�||���qSrr)r%r&)�months�widthrrr'�s	r)r5�JanuaryrK)rr<rQr)rPrrQr<r�yeardatescalendar�szCalendar.yeardatescalendarcsU��fdd�tttd�D����fdd�tdt����D�S)z�
        Return the data for the specified year ready for formatting (similar to
        yeardatescalendar()). Entries in the week lists are
        (day number, weekday number) tuples. Day numbers outside this month are
        zero.
        cs"g|]}�j�|��qSr)rM)r%r&)rr<rrr'�s	z.Calendar.yeardays2calendar.<locals>.<listcomp>r(cs$g|]}�||���qSrr)r%r&)rPrQrrr'�s	r)r5rRrK)rr<rQr)rPrrQr<r�yeardays2calendar�szCalendar.yeardays2calendarcsU��fdd�tttd�D����fdd�tdt����D�S)z�
        Return the data for the specified year ready for formatting (similar to
        yeardatescalendar()). Entries in the week lists are day numbers.
        Day numbers outside this month are zero.
        cs"g|]}�j�|��qSr)rN)r%r&)rr<rrr'�s	z-Calendar.yeardayscalendar.<locals>.<listcomp>r(cs$g|]}�||���qSrr)r%r&)rPrQrrr's	r)r5rRrK)rr<rQr)rPrrQr<r�yeardayscalendar�szCalendar.yeardayscalendarN)rrr�__doc__rrBr�propertyrrCrFrGrHrLrMrNrSrTrUrrrrr@~s


r@c@s�eZdZdZdd�Zdd�Zdd�Zdd	�Zd
d�Zdd
d�Z	dddd�Z
dddd�Zdddddd�Zdddddd�Z
dS)�TextCalendarzr
    Subclass of Calendar that outputs a calendar as a simple plain text
    similar to the UNIX program cal.
    cCs t|j||�dd�dS)z3
        Print a single week (no newline).
        �end� N)�print�
formatweek)r�theweekrQrrr�prweek	szTextCalendar.prweekcCs,|dkrd}n
d|}|j|�S)z*
        Returns a formatted day.
        rr)z%2i)�center)rr=rrQ�srrr�	formatdays	
zTextCalendar.formatdaycs#dj��fdd�|D��S)zA
        Returns a single week in a string (no newline).
        rZc3s*|] \}}�j||��VqdS)N)ra)r%�d�wd)rrQrr�	<genexpr>sz*TextCalendar.formatweek.<locals>.<genexpr>)�join)rr]rQr)rrQrr\szTextCalendar.formatweekcCs6|dkrt}nt}||d|�j|�S)z4
        Returns a formatted week day name.
        �	N)rrr_)rr=rQ�namesrrr�
formatweekdays	zTextCalendar.formatweekdaycs)dj��fdd��j�D��S)z-
        Return a header for a week.
        rZc3s!|]}�j|��VqdS)N)rh)r%r&)rrQrrrd-sz0TextCalendar.formatweekheader.<locals>.<genexpr>)rerC)rrQr)rrQr�formatweekheader)szTextCalendar.formatweekheaderTcCs-t|}|r d||f}|j|�S)z0
        Return a formatted month name.
        z%s %r)rr_)r�theyear�themonthrQ�withyearr`rrr�formatmonthname/s
zTextCalendar.formatmonthnamercCs&t|j||||�dd�dS)z+
        Print a month's calendar.
        rYrZN)r[�formatmonth)rrjrk�w�lrrrr8szTextCalendar.prmonthcCs�td|�}td|�}|j||d|dd�}|j�}|d|7}||j|�j�7}|d|7}xD|j||�D]0}||j||�j�7}|d|7}q�W|S)z@
        Return a month's calendar string (multi-line).
        rrr8�
)�maxrm�rstriprirMr\)rrjrkrorpr`�weekrrrrn>s!zTextCalendar.formatmonthrr�rOcsFtd|�}td|�}td|�}|ddd�g}|j}|t��j�|||d�j��|d|��j|��x�t�j�|��D]�\}}	t||dt	||ddd��}
|d|����fdd�|
D�}|t
|�|�j��|d|��fdd�|
D�}|t
|�|�j��|d|�td	d�|	D��}
x�t|
�D]�}g}xM|	D]E}|t|�kr�|jd
�q�|j�j|||��q�W|t
|�|�j��|d|�q�Wq�Wd
j
|�S)zC
        Returns a year's calendar as a multi-line string.
        rrr8rqr3c3s'|]}�j�|�d�VqdS)FN)rm)r%�k)�colwidthrrjrrrd_sz*TextCalendar.formatyear.<locals>.<genexpr>c3s|]}�VqdS)Nr)r%rv)�headerrrrdcscss|]}t|�VqdS)N)rK)r%�calrrrrdgsr))rr�append�reprr_rsri�	enumeraterTr5�min�formatstringrKr\re)rrjrorp�c�m�v�ar&�rowrPrgZheadersZheight�jZweeksryr)rwrxrrjr�
formatyearNs:	/%,

!zTextCalendar.formatyearcCs#t|j|||||��dS)zPrint a year's calendar.N)r[r�)rrjrorprr�rrr�pryearsszTextCalendar.pryearN)rrrrVr^rar\rhrirmrrnr�r�rrrrrXs

	%rXc@s�eZdZdZdddddddgZd	d
�Zdd�Zd
d�Zdd�Zddd�Z	ddd�Z
ddd�Zddddd�ZdS)�HTMLCalendarz4
    This calendar returns complete HTML pages.
    ZmonZtueZwedZthuZfriZsatZsuncCs)|dkrdSd|j||fSdS)z/
        Return a day as a table cell.
        rz<td class="noday">&nbsp;</td>z<td class="%s">%d</td>N)�
cssclasses)rr=rrrrra�szHTMLCalendar.formatdaycs*dj�fdd�|D��}d|S)z8
        Return a complete week as a table row.
        r)c3s'|]\}}�j||�VqdS)N)ra)r%rbrc)rrrrd�sz*HTMLCalendar.formatweek.<locals>.<genexpr>z<tr>%s</tr>)re)rr]r`r)rrr\�s"zHTMLCalendar.formatweekcCsd|j|t|fS)z:
        Return a weekday name as a table header.
        z<th class="%s">%s</th>)r�r)rr=rrrrh�szHTMLCalendar.formatweekdaycs0dj�fdd��j�D��}d|S)z<
        Return a header for a week as a table row.
        r)c3s|]}�j|�VqdS)N)rh)r%r&)rrrrd�sz0HTMLCalendar.formatweekheader.<locals>.<genexpr>z<tr>%s</tr>)rerC)rr`r)rrri�s(zHTMLCalendar.formatweekheaderTcCs3|rdt||f}ndt|}d|S)z5
        Return a month name as a table row.
        z%s %sz%sz.<tr><th colspan="7" class="month">%s</th></tr>)r)rrjrkrlr`rrrrm�szHTMLCalendar.formatmonthnamecCs�g}|j}|d�|d�||j||d|��|d�||j��|d�x7|j||�D]#}||j|��|d�qvW|d�|d�dj|�S)z6
        Return a formatted month as a table.
        z@<table border="0" cellpadding="0" cellspacing="0" class="month">rqrlz</table>r))rzrmrirMr\re)rrjrkrlr�r�rtrrrrn�s	





zHTMLCalendar.formatmonthrOcCs�g}|j}t|d�}|d�|d�|d||f�x�tttd|�D]w}t|t||d��}|d�x>|D]6}|d�||j||d	d
��|d�q�W|d�q]W|d
�dj|�S)z?
        Return a formatted year as a table of tables.
        rz?<table border="0" cellpadding="0" cellspacing="0" class="year">rqz.<tr><th colspan="%d" class="year">%s</th></tr>r(r3z<tr>z<td>rlFz</td>z</tr>z</table>r))rzrrr5rRr}rnre)rrjrQr�r�r&rPr�rrrr��s 	





zHTMLCalendar.formatyearzcalendar.cssNcCs�|dkrtj�}g}|j}|d|�|d�|d�|d�|d|�|dk	r{|d|�|d|�|d	�|d
�||j||��|d�|d�d
j|�j|d�S)zB
        Return a formatted year as a complete HTML page.
        Nz$<?xml version="1.0" encoding="%s"?>
zn<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
z<html>
z<head>
zC<meta http-equiv="Content-Type" content="text/html; charset=%s" />
z4<link rel="stylesheet" type="text/css" href="%s" />
z<title>Calendar for %d</title>
z</head>
z<body>
z</body>
z</html>
r)�xmlcharrefreplace)�sys�getdefaultencodingrzr�re�encode)rrjrQ�css�encodingr�r�rrr�formatyearpage�s$	






zHTMLCalendar.formatyearpage)
rrrrVr�rar\rhrirmrnr�r�rrrrr�xs	
r�c@s4eZdZdd�Zdd�Zdd�ZdS)�different_localecCs
||_dS)N)�locale)rr�rrrr�szdifferent_locale.__init__cCs/tjtj�|_tjtj|j�dS)N)�_localeZ	getlocale�LC_TIME�	oldlocale�	setlocaler�)rrrr�	__enter__�szdifferent_locale.__enter__cGstjtj|j�dS)N)r�r�r�r�)r�argsrrr�__exit__�szdifferent_locale.__exit__N)rrrrr�r�rrrrr��sr�c@sCeZdZdZdddd�Zdd�Zdd	d
�ZdS)�LocaleTextCalendara
    This class can be passed a locale name in the constructor and will return
    month and weekday names in the specified locale. If this locale includes
    an encoding all strings containing month and weekday names will be returned
    as unicode.
    rNcCs5tj||�|dkr(tj�}||_dS)N)rXrr��getdefaultlocaler�)rrr�rrrr�szLocaleTextCalendar.__init__c
CsWt|j��A|dkr%t}nt}||}|d|�j|�SWdQRXdS)Nrf)r�r�rrr_)rr=rQrg�namerrrrhs	
z LocaleTextCalendar.formatweekdayTc
CsHt|j��2t|}|r0d||f}|j|�SWdQRXdS)Nz%s %r)r�r�rr_)rrjrkrQrlr`rrrrms

z"LocaleTextCalendar.formatmonthname)rrrrVrrhrmrrrrr��s	r�c@sCeZdZdZdddd�Zdd�Zdd	d
�ZdS)�LocaleHTMLCalendara
    This class can be passed a locale name in the constructor and will return
    month and weekday names in the specified locale. If this locale includes
    an encoding all strings containing month and weekday names will be returned
    as unicode.
    rNcCs5tj||�|dkr(tj�}||_dS)N)r�rr�r�r�)rrr�rrrrszLocaleHTMLCalendar.__init__c
Cs:t|j��$t|}d|j||fSWdQRXdS)Nz<th class="%s">%s</th>)r�r�rr�)rr=r`rrrrh s
z LocaleHTMLCalendar.formatweekdayTc
CsCt|j��-t|}|r0d||f}d|SWdQRXdS)Nz%s %sz.<tr><th colspan="7" class="month">%s</th></tr>)r�r�r)rrjrkrlr`rrrrm%s

z"LocaleHTMLCalendar.formatmonthname)rrrrVrrhrmrrrrr�sr�cCs5t|kotkns(t|��|t_dS)N)�MONDAY�SUNDAYrrr)rrrrr2srOrucCstt|||��dS)z1Prints multi-column formatting for year calendarsN)r[r~)�colsrw�spacingrrrr,Fsr,cs*|d9}|j�fdd�|D��S)zEReturns a string formatted from n strings, centered within n columns.rZc3s|]}|j��VqdS)N)r_)r%r)rwrrrdNszformatstring.<locals>.<genexpr>)re)r�rwr�r)rwrr~Ks
r~i�cCsw|dd�\}}}}}}tj||d�j�t|d}|d|}|d|}	|	d|}
|
S)zBUnrelated but handy function to calculate Unix timestamp from GMT.Nrur��<)r"r#�	toordinal�
_EPOCH_ORD)�tupler<rr=ZhourZminute�secondrDZhoursZminutesZsecondsrrrrUs"'c
Csddl}|jdd�}|jdddddd	d
ddd
�|jdddddd	d
ddd�|jdddddd	d
ddd�|jdddddd	d
ddd�|jddddd
d dd!�|jd"d#dd$d
ddd%�|jd&d'dd(d
ddd)�|jd*d+ddd
d,d-d6dd/�|j|�\}}|jr�|jr�|jd0�tjd�|j|jf}|j	d.kr�|jr�t
d$|�}n	t�}|j}|dkr�tj�}t
d(|d|j�}tjjj}t|�dkrR||jtjj�j|��qt|�dkr�||jt|d�|��q|jd1�tjd�ng|jr�td$|�}n	t�}t
d2|jd3|j�}t|�dkr|j|d4<|j|d5<t|�dkrB|jtjj�j|�}	n�t|�dkrs|jt|d�|�}	nXt|�dkr�|j t|d�t|d�|�}	n|jd1�tjd�tjj}|jr|	j!|j�}	tjjj}||	�dS)7NrZusagez%usage: %prog [options] [year [month]]z-wz--width�destrQ�type�int�defaultr�helpz+width of date column (default 2, text only)z-lz--lines�linesrz4number of lines for each week (default 1, text only)z-sz	--spacingr�ruz-spacing between months (default 6, text only)z-mz--monthsrPrOz%months per row (default 3, text only)z-cz--cssr�zcalendar.csszCSS to use for page (html only)z-Lz--localer�z.locale to be used from month and weekday namesz-ez
--encodingr�zEncoding to use for output.z-tz--type�text�choices�htmlzoutput type (text or html)z/if --locale is specified --encoding is requiredzincorrect number of argumentsrorprr�)ztextr�)"�optparseZOptionParserZ
add_option�
parse_argsr�r��errorr��exitr�r�r�r��dictr��stdout�buffer�writerKr�r"r#Ztodayr<r�r�rXrQr�r�rPr�rnr�)
r�r��parserZoptionsr�ryr�Zoptdictr��resultrrr�main_s�								

			%#
		

!,

	r��__main__��)DrVr�r"r�r��__all__�
ValueErrorr�rrrRr?r>r!r7rrrrr5r�ZTUESDAYZ	WEDNESDAYZTHURSDAYZFRIDAYZSATURDAYr�rrrr	�objectr@rXr�r�r�r�rrBrrrNr
r^r\rtriZ
weekheaderrrnrr�rr�r
Z	_colwidthZ_spacingr,r~ZEPOCHr#r�r�rr�r�argvrrrr�<module>sf	-!
�up										
_

Rosenblum TV: Video training, virtual workshops, classes, tutorials
logologologologo
  • About
  • What We Do
  • Our Clients
  • Case Studies
    • The BBC
    • CBS News
    • New York Times Television
    • Spectrum News
    • The Newark Star-Ledger
    • The United Nations
    • McGraw/Hill
    • Oyster Yachts
    • Scottish Environmental Protection Agency
  • The Power of Storytelling
  • Why iPhones?
  • Michael on Media
  • Books
  • Contact
  • About
  • What We Do
  • Our Clients
  • Case Studies
    • The BBC
    • CBS News
    • New York Times Television
    • Spectrum News
    • The Newark Star-Ledger
    • The United Nations
    • McGraw/Hill
    • Oyster Yachts
    • Scottish Environmental Protection Agency
  • The Power of Storytelling
  • Why iPhones?
  • Michael on Media
  • Books
  • Contact

RE-INVENTING THE TELEVISION NEWS BUSINESS*

A revolution in video storytelling

Creating entirely new & cost-effective production methods

From the world leaders in video production training and the creators of Character Driven Storytelling™

*and every other business that uses video

WHAT WE DO

Over the past 35 years, we have designed, built or restructured some of the most powerful news and journalism companies in the world.

We replace the traditional TV news ‘crew’ with one highly trained journalist, working alone with nothing but an iPhone.

No more TV news ‘crews’, no editors and no field producers.

This is television news done the way newspaper journalism is done – one reporter with their electronic pad and pencil.

In doing this, we can cut the cost of production by as much as 75% while increasing ratings and audience engagement.

In the place of conventional TV news ‘packages’ – ie, reporter stand up, interview, b-roll, man on the street, we marry great journalism with Netflix and Hollywood storytelling.

It’s a combination that works.

We have taken most of our clients to #1 in their respective markets.

And it’s not just for news. Any company, any profit, any NGO and anyone else who is online needs to tell their story in compelling yet cost-effective video. We can teach you to do that. Either in person or virtually.

EXAMPLES OF WHAT WE CAN TEACH YOUR STAFF TO PRODUCE

ITAY HOD

Itay Hod, MMJ with KPIX/CBS in San Francisco, took the 5-Day Intensive Video Storytelling Bootcamp in 2018.

Because he works alone, with only an iPhone, he was able to embed himself with a homeless family.

Here’s the story he produced in a one-day turn.

KIET DO

Kiet Do, an MMJ with KPIX/CBS in San Francisco, took the 5-Day Intensive Video Storytelling Bootcamp in 2021.

Here is a story he produced, all on his own, with only an iPhone and in a one-day turn.

TAYLOR SCHAUB

Taylor Schaub, an MMJ with Spectrum News 1 in LA, took the 5-Day Intensive Video Storytelling Bootcamp in 2023.

Here is a story he turned in only one day, using only an iPhone. It was the first video story he ever did and it was nominated for an Emmy.

THE BOOTCAMP

How do we convert stations and whole networks to working in this way?

Since 1988, we have run intensive 5-Day Video Storytelling Bootcamps

We have done these all over the world.

These are hands-on bootcamps, and participants learn an entirely new way of creating TV news stories.

-We shoot at a 3:1 ratio or lower, so turnaround times are fast.

-We go directly from camera to timelilne and edit – no written scripts.  We work in the medium of pictures and sound.

-We are entirely character-driven.

-We are driven by pictures and real events.

-We are focused almost entirely on ’the viewer experience’.

Since 1988, more than 70,000 journalists around the world have taken our bootcamps, either in person on virtualy.

Case Studies

CBS Case Study Logos
CBS News

We have started to work with CBS News, bringing our ideas of character-driven storytelling to one of the most successful and biggest networks in the United States. Since beginning to work with them ratings have climbed and more importantly, audience engagement is through the ceiling.

Learn More
NYT Case Study Logos
New York Times Television

We started New York Times Television in 1990 and it was the first paper to be brought into the world of TV. It quickly became one of the most successful non-fiction production companies in the United States. The series and documentaries we produced won many awards including multiple Emmys.

Learn More
BBC Case Study Logos
The BBC

We have been working with the BBC since the year 2000 helping to convert their national news network to our visual storytelling technique. Most recently we have trained teams from their sports, documentaries, and comedy divisions to make character-driven stories using only smartphones.

Learn More
Spectrum Case Study Logos
Spectrum News

For the past five years we have worked with Spectrum News to introduce and train their journalists on visual, character driven storytelling using smartphones helping to create a different kind of local news for their network of 24-Hour News Stations across the United States.

Learn More
UN Case Study Logos
The United Nations

In 2006, we were approached by the United Nations. Rather than rely on news outlets, it would be much easier to train the field operatives to produce their own stories. We spent two years working with the UN, training more than 100 of their staff in bootcamps in Geneva and Nairobi.

Learn More
Star Ledger Case Study Logos
The Newark Star-Ledger

We trained 50 print reporters at the paper to shoot and tell their own stories, in conjunction with their print work. We built a TV newsroom in their existing print newsroom – you could not ask for a better set and they began to live stream their stories in conjunction with their print work.

Learn More
Mcgraw Hill Case Study Logos
Mcgraw Hill

We spent two years with McGraw Hill, training more than 150 of their staffers, making them completely video literate. McGraw/Hill media properties we transit included Business Week, Aviation Week, (what was the name of the architecture magazine), and JD Power and Associates.

Learn More
VOA Case Study Logos
Voice of America

In 1990, we were approached by The Voice of America, the official broadcasting agency for the United States Government. When we met with VOA, they were only a short wave radio broadcaster, but working with them, we took them into television, launching VOA-TV.

Learn More
Oyster Case Study Logos
Oyster Yachts

British based Oyster Yachts makes some of the finest yachts in the world. Like every other company, they had to find a way to feed the never-ending video demands of social media – sites like Instagram and TikTok. We trained the Oyster staff to tell their own stories, using only iPhones.

Learn More
SEPA Case Study Logos
Scottish Environmental Protection Agency

We were approached by SEPA, the Scottish Environmental Protection Agency because they had to continually find a way to ‘feed the media beast’. The result was that SEPA was able to tell their own stories, whenever they wanted, and at almost no additional cost.

Learn More
Image 11-11-22 at 6.25 PM

Michael on Media

Michael Rosenblum has been writing about the media since 1988. His work and ideas have appeared in The Guardian, The Huffington Post, Ilkeston Life and many other publications.

He has been blogging regularly for the past 35 years on this subject. Having taught media studies at Columbia University, NYU and now the University of Oxford, he is considered an expert on this subject.

Continue reading this post or look back at previous posts.

Read More

Do You Have Questions About Learning Video Skills?

If you would like to know more about our courses contact us and one of our training advisors will be happy to call you.

Contact Us

Copyright 2024. All rights reserved.