import/export subtitles
This commit is contained in:
parent
01f669b61d
commit
80db2f0255
5 changed files with 116 additions and 5 deletions
|
|
@ -15,6 +15,7 @@ class Command(BaseCommand):
|
|||
parser.add_argument('--prefix', action='store', dest='prefix', default="/srv/t_for_time", help='prefix to build clips in')
|
||||
parser.add_argument('--duration', action='store', dest='duration', default="3600", help='target duration of all fragments in seconds')
|
||||
parser.add_argument('--offset', action='store', dest='offset', default="1024", help='inital offset in pi')
|
||||
parser.add_argument('--lang', action='store', dest='lang', default=None, help='subtitle language')
|
||||
|
||||
def handle(self, **options):
|
||||
update_subtitles(options)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue