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__/pstats.cpython-35.pyc



���\�f�@s�dZddlZddlZddlZddlZddlZddlmZdgZGdd�d�Z	Gdd�d�Z
dd	�Zd
d�Zdd
�Z
dd�Zdd�Zdd�Zdd�Zedkr�ddlZyddlZWnek
rYnXGdd�dej�Zeej�dkrPejdZndZykee�Zx(ejdd�D]Zeje�qyWeddej�ej �eddej�Wne!k
r�YnXdS)z3Class for printing reports on profiled python code.�N)�
cmp_to_key�Statsc@sieZdZdZdddd�Zdd�Zdd	�Zd
d�Zdd
�Zdd�Z	ddOddSddWdd[dd^ddadddddgd djd#dod%dsd(dvd+dzd.d~iZ
d/d0�Zd1d2�Zd3d4�Z
d5d6�Zd7d8�Zd9d:�Zd;d<�Zd=d>�Zd?d@�ZdAdB�ZdCdD�ZdEdFdG�ZdHdI�ZdJdK�ZdS)ra<This class is used for creating reports from data generated by the
    Profile class.  It is a "friend" of that class, and imports data either
    by direct access to members of Profile class, or by reading in a dictionary
    that was emitted (via marshal) from the Profile class.

    The big change from the previous Profiler (in terms of raw functionality)
    is that an "add()" method has been provided to combine Stats from
    several distinct profile runs.  Both the constructor and the add()
    method now take arbitrarily many file names as arguments.

    All the print methods now take an argument that indicates how many lines
    to print.  If the arg is a floating point number between 0 and 1.0, then
    it is taken as a decimal percentage of the available lines to be printed
    (e.g., .1 means print 10% of all available lines).  If it is an integer,
    it is taken to mean the number of lines of data that you wish to have
    printed.

    The sort_stats() method now processes some additional options (i.e., in
    addition to the old -1, 0, 1, or 2).  It takes an arbitrary number of
    quoted strings to select the sort order.  For example sort_stats('time',
    'name') sorts on the major key of 'internal function time', and on the
    minor key of 'the name of the function'.  Look at the two tables in
    sort_stats() and get_sort_arg_defs(self) for more examples.

    All methods return self, so you can string together commands like:
        Stats('foo', 'goo').strip_dirs().sort_stats('calls').                            print_stats(5).print_callers(5)
    �streamNcGs_|ptj|_t|�s'd}n|d}|dd�}|j|�|j|�dS)Nr�)�sys�stdoutr�len�init�add)�selfr�args�arg�r�6/opt/rh/rh-python35/root/usr/lib64/python3.5/pstats.py�__init__>s	

zStats.__init__cCs�d|_g|_d|_d|_d|_d|_d|_t�|_i|_	i|_
|j|�y|j�WnBt
k
r�td|jr�|jdndd|j��YnXdS)NrzInvalid timing data %sr��file���)�all_callees�files�fcn_list�total_tt�total_calls�
prim_calls�max_name_len�set�	top_level�stats�
sort_arg_dict�
load_stats�get_top_level_stats�	Exception�printr)rr
rrrr	Hs"									

'z
Stats.initcCs�|dkri|_dSt|t�r�t|d��}tj|�|_WdQRXy-tj|�}tj	|j
�d|}WnYnX|g|_n.t|d�r�|j
�|j|_i|_|js�td|j|f��dS)N�rbz    �create_statsz.Cannot create or construct a %r object from %r)r�
isinstance�str�open�marshal�load�os�stat�timeZctime�st_mtimer�hasattrr$�	TypeError�	__class__)rr
�fZ
file_statsrrrr[s(	
		zStats.load_statscCs�x�|jj�D]�\}\}}}}}|j|7_|j|7_|j|7_d|krt|jj|�tt|��|j	krtt|��|_	qWdS)N�jprofiler�profiler)r2rr3)
r�itemsrrrrr
r�func_std_stringr)r�func�cc�nc�tt�ct�callersrrrr qs+zStats.get_top_level_statscGsF|s
|Sx5t|�D]'}t|�t|�krAt|�}|j|j7_|j|j7_|j|j7_|j|j7_x!|jD]}|jj|�q�W|j	|j	kr�|j	|_	d|_
xg|jj�D]V\}}||jkr|j|}nddddif}t
||�|j|<q�WqW|S)Nr)�reversed�typerrrrrrr
rrrr4�add_func_stats)r�arg_list�itemr6r+Z
old_func_statrrrr
{s(	z	Stats.addc
Cs0t|d��}tj|j|�WdQRXdS)z:Write the profile data to a file we know how to load back.�wbN)r'r(�dumpr)r�filenamer1rrr�
dump_stats�szStats.dump_stats�callsr�
call countZncallsZcumtime��cumulative time�
cumulativer��	file namerC�line��line number�module�name��
function nameZnfl�name/file/lineZpcallsr�primitive call count�stdname��
standard namer,��
internal timeZtottimecCs�|js�i|_}i}xh|jj�D]W\}}|}xB|r�|sNP||kred||<P|||<|dd�}qAWq,Wx|D]
}||=q�W|jS)z)Expand all abbreviations that are unique.rNrr)r�sort_arg_dict_defaultr4)r�dictZbad_list�word�tupZfragmentrrr�get_sort_arg_defs�s 	
	


zStats.get_sort_arg_defscGsz|sd|_|St|�dkrat|dt�raddddddddi|dg}|j�}f}d|_d}xA|D]9}|||d}|j|||d7_d	}q�Wg}xY|jj�D]H\}\}}	}
}}|j||	|
|f|t	|�|f�q�W|j
d
tt|�j
��g|_}
x|D]}|
j|d�q[W|S)
NrrrUrEr,rXrIrz, �keyrr)rrr%�intr^�	sort_typerr4�appendr5�sortr�	TupleComp�compare)rZfieldZ
sort_arg_defsZ
sort_tupleZ	connectorr\Z
stats_listr6r7r8r9r:r;r�tuplerrr�
sort_stats�s2	%	

+

zStats.sort_statscCs|jr|jj�|S)N)r�reverse)rrrr�
reverse_order�s	
zStats.reverse_ordercCs[|j}i|_}d}x�|j�D]�\}\}}}}}	t|�}
tt|
��|krztt|
��}i}x*|	j�D]\}}
|
|t|�<q�W|
|kr�t||
|||||f�||
<q)|||||f||
<q)W|j}t�|_}x!|D]}|jt|��qW||_	d|_
d|_|S)Nr)rr4�func_strip_pathrr5r>rrr
rrr)rZoldstatsZnewstatsrr6r7r8r9r:r;ZnewfuncZ
newcallers�func2�callerZold_topZnew_toprrr�
strip_dirs�s.	
(	
			zStats.strip_dirsc
Cs�|jr
dSi|_}x�|jj�D]r\}\}}}}}||kr[i||<x>|j�D]0\}}	||kr�i||<|	|||<qhWq*WdS)N)rrr4)
rrr6r7r8r9r:r;rkrlrrr�calc_calleess	
+

zStats.calc_calleesc
Csx|}t|t�r�ytj|�}Wn-tjk
rW|d|7}||fSYnXg}x�|D](}|jt|��re|j|�qeWn�t|�}t|t	�r�d|ko�dknr�t
||d�}|d|�}nAt|t
�r3d|ko|knr3|}|d|�}t|�t|�krn|dt|�t|�|f7}||fS)Nz#   <Invalid regular expression %r>
gg�?g�?rz6   List reduced from %r to %r due to restriction <%r>
)r%r&�re�compile�error�searchr5rbr�floatr`)rZsel�list�msgZnew_listZrexr6�countrrr�eval_print_amounts,
++zStats.eval_print_amountcCs|j}|jr9|jdd�}d|jd}nt|jj��}d}x)|D]!}|j|||�\}}q[Wt|�}|s�d|fSt|d|j	�|t|j�krd}x8|D]0}tt
|��|kr�tt
|��}q�W|d|fS)Nz   Ordered by: �
z!   Random listing order was used
rrrX)rrrartr�keysrwrr"rr5)rZsel_list�widthZ	stat_listruZ	selectionrvr6rrr�get_print_list/s$		


zStats.get_print_listcGs[x$|jD]}t|d|j�q
W|jr@td|j�d}x-|jD]"}t|t|�d|j�qPWt||jdddd|j�|j|jkr�td|jddd|j�td|jd|j�td|j�|j|�\}}|rW|j	�x|D]}|j
|�q Wtd|j�td|j�|S)	Nr� �zfunction calls�endz(%d primitive calls)zin %.3f secondsz        )rr"rr�func_get_function_namerrrr{�print_title�
print_line)r�amountrC�indentr6rzrtrrr�print_statsGs(	 " 

zStats.print_statscGs�|j|�\}}|r�|j�|j|d�xM|D]E}||jkrn|j|||j|�q<|j||i�q<Wtd|j�td|j�|S)Nz	called...r)r{rn�print_call_headingr�print_call_liner"r)rr�rzrtr6rrr�
print_callees^s

zStats.print_calleesc
Gs�|j|�\}}|r�|j|d�x@|D]8}|j|\}}}}}	|j|||	d�q2Wtd|j�td|j�|S)Nzwas called by...z<-r)r{r�rr�r"r)
rr�rzrtr6r7r8r9r:r;rrr�
print_callersms
zStats.print_callersc
Cs�tdj|�|d|j�d}xT|jj�D]C\}}}}}|r6tt|j���}	t|	t�}Pq6W|r�td|dd|j�dS)Nz	Function rFr|z    ncalls  tottime  cumtime)	r"�ljustrr�values�next�iterr%rf)
r�	name_sizeZcolumn_titleZ	subheaderr7r8r9r:r;�valuerrrr�xs %zStats.print_call_headingz->cCsktt|�j|�|ddd|j�|sFtd|j�dSt|j��}d}x|D]�}t|�}||}	t|	t�r|	\}
}}}
|
|kr�d|
|f}n
d|
f}d|jdd	t	|��t
|�t
|
�|f}|d
}n.d||	t
|j|d�f}|d}t|||d|j�d}qeWdS)
Nr~r|rrz%d/%dz%dz%s %s %s  %srVrXrz	%s(%r) %srG)r"r5r�r�sortedryr%rf�rjustr�f8r)rr��sourceZ	call_dictZarrowZclistr�r6rPr�r8r7r9r:ZsubstatsZ
left_widthrrrr��s*,



$
zStats.print_call_linecCs0tdddd|j�tdd|j�dS)Nz-   ncalls  tottime  percall  cumtime  percallr~r|rzfilename:lineno(function))r"r)rrrrr��szStats.print_titlecCs[|j|\}}}}}t|�}||krH|dt|�}t|jd�ddd|j�tt|�ddd|j�|dkr�tdddd|j�n#tt||�ddd|j�tt|�ddd|j�|dkrtd	ddd|j�n#tt||�ddd|j�tt|�d|j�dS)
N�/�	r~r|rrr}z        z        )rr&r"r�rr�r5)rr6r7r8r9r:r;�crrrr��s"##zStats.print_liner�rr�r�)r�rFr�rr�r�)r�rFr�rGr�r�)r�rHr�rGr�r�)r�rH�rJr�r�)r�rK�rJr�r�)r�rK�rMr�r�)r�rN�rJr�r�)r�rK�rQr�r�)r�rR�rQr�rJr�rMr�r�r�r�)r�rSr�rr�r�)r�rT�rVr�r�)r�rWr�rXr�r�)r�rYr�rXr�r�)r�rY)�__name__�
__module__�__qualname__�__doc__rr	rr r
rDrZr^rgrirmrnrwr{r�r�r�r�r�r�r�rrrrr sF

 c@s.eZdZdZdd�Zdd�ZdS)rda�This class provides a generic function for comparing any two tuples.
    Each instance records a list of tuple-indices (from most significant
    to least significant), and sort direction (ascending or decending) for
    each tuple-index.  The compare functions can then be used as the function
    argument to the system sort() function when a list of tuples need to be
    sorted in the instances order.cCs
||_dS)N)�comp_select_list)rr�rrrr�szTupleComp.__init__cCsSxL|jD]A\}}||}||}||kr;|S||kr
|Sq
WdS)Nr)r�)r�left�right�index�	direction�l�rrrrre�s

zTupleComp.compareN)r�r�r�r�rrerrrrrd�srdcCs(|\}}}tjj|�||fS)N)r*�path�basename)�	func_namerCrLrPrrrrj�srjcCs|dS)NrXr)r6rrrr�srcCsc|dd�d	krW|d}|jd�rP|jd�rPd|dd
�S|Snd|SdS)NrX�~r�<�>z{%s}rz	%s:%d(%s))r�rr)�
startswith�endswith)r�rPrrrr5�s
r5cCsV|\}}}}}|\}}}	}
}||||||	||
t||�fS)z3Add together all the stats for two profile entries.)�add_callers)�targetr�r7r8r9r:r;Zt_ccZt_ncZt_ttZt_ctZ	t_callersrrrr>�sr>cCs�i}x$|j�D]\}}|||<qWx}|j�D]o\}}||kr�t|t�r�tdd�t|||�D��||<q�|||7<q:|||<q:W|S)z*Combine two caller lists in a single list.cSs"g|]}|d|d�qS)rrr)�.0�irrr�
<listcomp>�s	zadd_callers.<locals>.<listcomp>)r4r%rf�zip)r�r�Znew_callersr6rlrrrr��s!r�cCs+d}x|j�D]}||7}qW|S)z@Sum the caller statistics to get total number of calls received.r)r�)r;r8rErrr�count_calls�sr�cCsd|S)Nz%8.3fr)�xrrrr�sr��__main__c@sKeZdZddd�Zdd�Zdd�Zdd	�Zd
d�Zdd
�Zdd�Z	dd�Z
dd�Zdd�Zdd�Z
dd�Zdd�Zdd�Zdd�Zd d!�Zd"d#�Zd$d%�Zd&d'�Zd(d)�Zd*d+�Zd,d-�Zd.d/�Zd0d1�Zd2d3�Zd4d5�ZdS)6�ProfileBrowserNcCsKtjj|�d|_d|_tj|_|dk	rG|j|�dS)Nz% )	�cmd�Cmdr�promptrrrr�do_read)r�profilerrrrs		zProfileBrowser.__init__cCs�|j�}g}x�|D]�}y|jt|��wWntk
rMYnXyNt|�}|dksu|dkr�tdd|j�w|j|�wWntk
r�YnX|j|�qW|jr�t|j|�|�ntdd|j�dS)Nrrz#Fraction argument must be in [0, 1]rzNo statistics object is loaded.)	�splitrbr`�
ValueErrorrsr"rr�getattr)r�fnrLrZ	processedZtermZfracrrr�generics,



	zProfileBrowser.genericcCsvtdd|j�tdd|j�tdd|j�tdd|j�tdd|j�tdd|j�dS)NzArguments may be:rz0* An integer maximum number of entries to print.z:* A decimal fractional number between 0 and 1, controllingz-  what fraction of selected entries to print.z8* A regular expression; only entries with function namesz  that match it are printed.)r"r)rrrr�generic_help7szProfileBrowser.generic_helpcCs3|jr|jj|�ntdd|j�dS)NzNo statistics object is loaded.rr)rr
r"r)rrLrrr�do_add?s	zProfileBrowser.do_addcCstdd|j�dS)Nz>Add profile info from given file to current statistics object.r)r"r)rrrr�help_addEszProfileBrowser.help_addcCs|jd|�S)Nr�)r�)rrLrrr�
do_calleesHszProfileBrowser.do_calleescCs!tdd|j�|j�dS)Nz6Print callees statistics from the current stat object.r)r"rr�)rrrr�help_calleesJszProfileBrowser.help_calleescCs|jd|�S)Nr�)r�)rrLrrr�
do_callersNszProfileBrowser.do_callerscCs!tdd|j�|j�dS)Nz6Print callers statistics from the current stat object.r)r"rr�)rrrr�help_callersPszProfileBrowser.help_callerscCstdd|j�dS)Nrrr)r"r)rrLrrr�do_EOFTszProfileBrowser.do_EOFcCstdd|j�dS)NzLeave the profile brower.r)r"r)rrrr�help_EOFWszProfileBrowser.help_EOFcCsdS)Nrr)rrLrrr�do_quitZszProfileBrowser.do_quitcCstdd|j�dS)NzLeave the profile brower.r)r"r)rrrr�	help_quit\szProfileBrowser.help_quitcCs|r�yt|�|_Wn�tk
r^}z#t|jdd|j�dSWYdd}~XnItk
r�}z)t|jjd|d|j�dSWYdd}~XnX|d|_	nKt
|j	�dkr�|j	dd�}|j|�ntdd|j�dS)	Nrr�:z% rXz1No statistics object is current -- cannot reload.r���)rr�OSErrorr"rrr!r0r�r�rr�)rrL�errrrrr�_s zProfileBrowser.do_readcCs*tdd|j�tdd|j�dS)Nz+Read in profile data from a specified file.rz*Without argument, reload the current file.)r"r)rrrr�	help_readpszProfileBrowser.help_readcCs0|jr|jj�ntdd|j�dS)NzNo statistics object is loaded.rr)rrir"r)rrLrrr�
do_reversets	zProfileBrowser.do_reversecCstdd|j�dS)Nz/Reverse the sort order of the profiling report.r)r"r)rrrr�help_reversezszProfileBrowser.help_reversecs�|js tdd|j�dS|jj��|rst�fdd�|j�D��rs|jj|j��nTtdd|j�x>tjj	�D]-\}}td||dfd|j�q�WdS)	NzNo statistics object is loaded.rc3s|]}|�kVqdS)Nr)r�r�)�abbrevsrr�	<genexpr>�sz)ProfileBrowser.do_sort.<locals>.<genexpr>z/Valid sort keys (unique prefixes are accepted):z%s -- %srr)
rr"rr^�allr�rgrrZr4)rrLr_r�r)r�r�do_sort}s	+%zProfileBrowser.do_sortcCs*tdd|j�tdd|j�dS)Nz.Sort profile data according to specified keys.rz3(Typing `sort' without arguments lists valid keys.))r"r)rrrr�	help_sort�szProfileBrowser.help_sortcs�fdd�tjD�S)Ncs%g|]}|j��r|�qSr)r�)r��a)�textrrr��s	z0ProfileBrowser.complete_sort.<locals>.<listcomp>)rrZ)rr�rr)r�r�
complete_sort�szProfileBrowser.complete_sortcCs|jd|�S)Nr�)r�)rrLrrr�do_stats�szProfileBrowser.do_statscCs!tdd|j�|j�dS)Nz.Print statistics from the current stat object.r)r"rr�)rrrr�
help_stats�szProfileBrowser.help_statscCs0|jr|jj�ntdd|j�dS)NzNo statistics object is loaded.r)rrmr"r)rrLrrr�do_strip�s	zProfileBrowser.do_stripcCstdd|j�dS)Nz<Strip leading path information from filenames in the report.r)r"r)rrrr�
help_strip�szProfileBrowser.help_stripcCstdd|j�dS)NzShow help for a given command.r)r"r)rrrr�	help_help�szProfileBrowser.help_helpcCs|r
|SdS)Nr)r�stoprLrrr�postcmd�szProfileBrowser.postcmd)r�r�r�rr�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�r�rrrrr�s4r�rrXz*Welcome to the profile statistics browser.rzGoodbye.)"r�rr*r,r(ro�	functoolsr�__all__rrdrjrr5r>r�r�r�r�r��readline�ImportErrorr�r�r�argvZinitprofileZbrowserr�r�r"rZcmdloop�KeyboardInterruptrrrr�<module>sH	��
�



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.