10

I need to transcript to text some recordings and I need to jump back and forth, but sometimes 2-3 secs, sometimes 10, or more, or less. (On the long run these differences are not trivial in this type of work.)

I would like to be able to edit these settings, for example, to create a shortkey for a custom length of 1, 2 or 3 secs.

Is there a player with such settings?


EDIT:

I guess it would be difficult to find one that allows a large scope of editing, so I will restrict the scope of the question: a player that would allow editable shortkeys for 1-second jump back/ahead.

5 Answers5

9

It looks like you have mplayer installed already. If you don't mind using that, you can add controls for seeking forward and back 1 second.

Edit/create either your global- or user- input config file: /etc/mplayer/input.conf or $HOME/.mplayer/input.conf. Then add these lines:

LEFT seek -1
RIGHT seek +1

You'd think that SMPlayer would also honour these controls or have an input.conf file of its own, but as far as I can tell, it does not.

Jellicle
  • 849
4

Definitely VLC:

http://www.videolan.org/vlc/index.html

you can advance speed of sound towards picture, subs etc

Using VLC you have the advantage of having a media player that opens a large number of media types and that of being able to use your preferred text editor, word processor or desktop publishing program.

You can assign "global shortcut keys" in VLC to control the media file while your text editor window is focused, even if the VLC window is under other windows of in a different workspace (VLC > Preferences > Show settings: simple > Hotkeys).

You have 4 types of jumps (very short, short, medium, long) to move backwards or forward along the timeline and you can set how many seconds each of this jump is long (VLC > Tools > Preferences > Show settings: all > Interface > Hotkeys settings).

You can also assign hotkeys to control the volume and the playback speed, as well as have a single shortcut key to play/pause or two separate, one for play and one for pause.

Andrew
  • 247
  • 4
  • 13
dav colic
  • 41
  • 2
2

Audacity Install aUDACITY

It not only has by default the left/right keys set for 1-second jump, but this and the other possible jumps are editable. Also, this is an audio editing program, with enhanced control and features needed for such activity as transcription (like removing background noise!)

enter image description here

enter image description here

By default the Space key is not set to pause, but to Stop/Play, so it restarts from initial point. Pause is P. But this is customizable.


I looked up Foobar2000/Wine and it has the option of 1-sec key jump (but the Pause command is not set by default so it too has to be set manually.)

enter image description here

  • Well there you go :) I thought you will be needing a video player as well. Glad you found a solution. – Meintjes Apr 30 '13 at 14:10
1

Playitslowly Install playitslowly

This fine software does most you need for transcription of audio files to text. It has the following features:

  • Plays every file gstreamer does (mp3, ogg vorbis, midi, even flv!)
  • Can use alsa and jack
  • Change speed and pitch
  • Loop over certain parts
  • Export to wav

Source: Developer's Blog

The following keyboard shortcuts will let you control playback:

Alt + P - Pause/Play
Alt + E - Rewind to zero
Ctrl + 0 - 9 - Rewind n seconds

enter image description here

Takkat
  • 142,284
  • the screenshot is fine. but the shortcut jump does not seem to work (except alt-p for pause). and there is no forward jump. the other specific features are on the other hand very interesting for transpription. i think i will create a transcription-specific general question and i hope to hear more on such applications. using them in parallel might be the best approach –  Apr 30 '13 at 14:27
  • @cipricus: see edit for keys + shot. – Takkat Apr 30 '13 at 17:24
0

I would recommend VLC Media Player. It Plays almost every format out there and you can jump to a specific time by pressing ctrl + T.

Also look at the SMPlayer. Though i'm not so familiar with it I heard it is also a great player.

VLC Media Player
SMPlayer

Update:

You should have a look at Avidemux. It looks really good. As far as I can see you can make 2 selections and jump to them using ctrl + [ for A and ctrl + ] for B...

You can download it in the Ubuntu Software Center.

Meintjes
  • 2,420
  • 1
  • 15
  • 21