Podcast Transcription

Overview of process. We will use Launchpad code hosting for keeping track of the transcriptions of the Ubuntu UK Podcast. This process could be used for any podcast or audio media however.

A new team has been setup which will be used by our podcast, and can potentially be used by other podcasts for transcribing theirs. People who want to participate in transcribing simply need to follow the instructions below which cover in detail the exact steps required. This includes signing up for a free launchpad account and installing two pieces of software, Bazaar and Transcriber.

It is likely that you may have already done some of the following steps, however all steps are covered. If you are certain a step has already been done (such as opening a launchpad account), then go to the next step. It does look somewhat complicated, but there isn't that much to it; once your system is setup then it is a simple process to push updated transcripts back to launchpad.

Note: Once you join the team, you can optionally join the mailing list. Simply click the subscribe link on the transcribers team page on launchpad. You then need to "update subscriptions" to ensure you receive the mails.

$ ssh-keygen -t rsa

Alternately one may use "Applications" -> "Accessories" -> "Passwords and Encryption Keys" and create a "Secure Shell Key" from there.

$ cat ~/.ssh/id_rsa.pub

Copy and paste to the following address:

$ sudo apt-get install bzr python-paramiko transcriber

mkdir -p ~/uupc/audio

$ cd ~/uupc/
$ bzr checkout bzr+ssh://LAUNCHPAD_USERNAME@bazaar.launchpad.net/~transcribers/ubuntu-uk-podcast/Transcripts

TIP: Now you have downloaded the current revision, in the future to keep up to date you need to just run

$cd ~/uupc/Transcripts
bzr update

$ cd ~/uupc/audio
$ wget http://podcast.ubuntu-uk.org/download/uupc_s01e01_high.ogg

Applications -> Sound & Video -> Transcriber

cd ~/uupc/Transcripts

$ bzr add S01/E01/filename.trs

$ bzr commit -m "Fixed a few typos"

Summary of commands used

$ bzr checkout

$ bzr update

$ bzr commit -m "Description of change"

bzr add <filename>

Some General Tips on Transcribing

Attempt to write accurate translogs, however:

Try to make these logs readable - similar to subtitles/CC on the television, omit items that meh, need to go

(before a transcribing session, ensure you "bzr update")

PodcastTranscription (last edited 2008-08-06 17:00:19 by localhost)