patrickschu / textgrid-convert

textgrid-convert converts audio transcripts such as sbv or srt files to Praat and DARLA compatible TextGrids.
9 stars 1 forks source link

specifying output format...? #35

Open wordsmith189 opened 2 years ago

wordsmith189 commented 2 years ago

Trying to use commands that involve -t seem to trip up. Here is the command we used:

python -m textgrid_convert -i interview.sbv -f sbv -t textgrid

This generates the error (paraphrased) "source format textgrid -- invalid choice" - see screenshot below for complete record. How can I tell the program that I'm talking about the target format, not the source format?

Many thanks as always!

Cursor_and_Zoom_Meeting

patrickschu commented 2 years ago

So there are 2 commands failing above:

... -f sbv -f darlatextgrid ...

and

... -f sbv -f textgrid

--> If the above does not fix your issue, can you 1) share your input file and 2) drop the terminal commands per copy & paste so I can try to reproduce better?