@@ -548,18 +548,18 @@ def print_usage():
548
548
print ("Init: playphrase -i <media_dir> _init_" )
549
549
print ()
550
550
print ("Additional options:" )
551
- print ("-ph GAP_BETWEEN_PHRASES, --phrases" , " " , "move the start time of the clip to the beginning of the current phrase (default=1.25 seconds)" )
552
- print ("-l SECONDS, --limit" , " " , "maximum phrase's duration (default=60 seconds)" )
553
551
print ("-p SECONDS, --padding" , " " , "padding in seconds to add to the start and the end of each clip (default=0.0 seconds)" )
554
552
print ("-e SECONDS, --ending" , " " , "play only matching lines (or phrases)" )
555
553
print ("-r, --randomize" , " " , "randomize the clips" )
556
- print ("-o DIRNAME, --output" , " " , "the output folder for audio or video fragments" )
557
- print ("-g FILENAME, --grep-output" , " " , "write the 'grep' output to the file" )
558
- print ("-d, --demo" , " " , "only show grep results" )
559
554
print ("-a, --audio" , " " , "create audio fragments" )
560
555
print ("-v, --video" , " " , "create video fragments" )
556
+ print ("-s, --subtitles" , " " , "create subtitles" )
561
557
print ("-vs, --video-sub" , " " , "create video fragments with hardcoded subtitles" )
562
- print ("-s, --subtitles" , " " , "create subtitles for fragments" )
558
+ print ("-o DIRNAME, --output" , " " , "the output folder for audio and video fragments (default=.)" )
559
+ print ("-d, --demo" , " " , "only show grep results" )
560
+ print ("-g FILENAME, --grep-output" , "" , "write the 'grep' output to the file" )
561
+ print ("-ph GAP_BETWEEN_PHRASES, --phrases" , "" , "move the start time of the clip to the beginning of the current phrase (default=1.25 seconds)" )
562
+ print ("-l SECONDS, --limit" , " " , "maximum phrase's duration (default=60 seconds)" )
563
563
print ("-m OPTIONS, --mpv-options" , " " , "mpv player options" )
564
564
565
565
if __name__ == '__main__' :
0 commit comments