Retrieving Time Information [SOLVED]

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Locked
jandew314
Posts: 4
Joined: Wed Nov 09, 2016 9:42 pm
Operating System: OS X 10.9 Mavericks

Retrieving Time Information [SOLVED]

Post by jandew314 » Wed Nov 09, 2016 9:50 pm

I'm using Audacity on Ubuntu and have a pretty simple (I think) desire, curious if it is as easy as I'd like it to be.

I need to basically choose various points within a track and pass those time locations off to some script to do things with it. (Specifically, to put images in between the chosen times and make it into a video.) I've already made the other script, but my current workflow is basically to listen to various parts of the audio file in Audacity, and when I choose a time location, copy the sample number from the status bar into a text document for the other script to read. Is it possible to grab this kind of info in a more automatic way, such as running a script to write all split time locations to a file?

steve
Site Admin
Posts: 80752
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: Retrieving Time Information

Post by steve » Wed Nov 09, 2016 9:57 pm

You could add labels (http://manual.audacityteam.org/man/label_tracks.html) at the relevant points, then export the label track (http://manual.audacityteam.org/man/labe ... tml#export)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

jandew314
Posts: 4
Joined: Wed Nov 09, 2016 9:42 pm
Operating System: OS X 10.9 Mavericks

Re: Retrieving Time Information [SOLVED]

Post by jandew314 » Thu Nov 10, 2016 2:48 am

Thanks! That's exactly what I need!

Locked