It’s time to rethink how we do ‘x in quotes’ pieces on the web
Last week’s Republican presidential candidate debate on Fox News didn’t disappoint as a spectacle: a huge audience, thousands of tweets and some very entertaining quotes (mainly thanks to a certain Mr Trump) that were covered by most major news outlets in the days afterwards.
However, the way in which these news organisations reported candidate’s quotes was far from impressive and each similar to the next.
Most news outlet merely copied the quotes verbatim and them paired them with photos of the candidates. Occasionally video was used but it was often a longer highlights clip and contained only one or two of the quotes featured in the piece.
Example of news coverage of the debate
(For brevity I’ve cut the articles midway, to see the full article click on the links.)
NY Times
BuzzFeed
The Guardian
BBC
As I went through these articles and came across a text quote, I kept thinking, ‘why can’t I just click on it and see the corresponding part of the video and get the full experience of how they said it?’
In today’s HTML 5 web, there really should be a better way for presenting these quotes pieces (which after all aren’t rare — see press conferences, book launches, the week in quotes). The quote, in and of itself, often does not tell the full story. So many other elements of nonverbal communication — tone, body language, emotion — are absent in a plain text quote and yet vital to understand the meaning of what is being said.
However, it’s not surprising why newsrooms don’t approach quotes pieces in this way. The time it would take to edit individual videos for each of the quotes is considerable and, in a fast paced newsroom looking to publish quickly after the event, simply not possible.
Think about the steps it would take: once you’ve got your hands on the video, you’d have to find the quote, which often entails scrubbing to the video in search for that one good sound bite. Transcriptions are generally out of the question as either there’s no time to wait for them or no budget, and if they don’t have timecodes they still don’t help you speed up the process.
Then once you have found your quote, you’d need to find someone with an editing software and get that cut, which between ingesting of the video, editing, transcoding, exporting (for HTML5), could take up to an hour.
But what if that process was much easier?
I am working on a web app that will allow you to:
- upload a video
- get an automatically generated transcription
- search and explore the text alongside the video
- select a quote
- export a quote with its corresponding video clip
It’s still work in process but I’m hoping to do some tests in upcoming candidate debates. You can see see and export a demo of the code on JSFiddle.
Leave a comment at the bottom of this post with any feedback or ideas!