Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help
#1
HI, I'm new to python, coding.
I want to install and use sushi to shift subtitle from one audio version to another


This is the code I need to run in order to shift time
sushi.py --src Linguistic.aac --dst zdzdz.ac3 --script Linguistic.ass
But how do I do all that?
I'd appreciate any help.
Reply
#2
What is sushi? (apart from a japanese dish)
Reply
#3
https://github.com/tp7/Sushi 
script to shift subitle timestamps from one audio version to another
Reply
#4
Have you tried the installation methods described in the main page?

One thing that worries me is that it is written for Python 2.7 which is now obsolete. You'll need to install this version of Python.
Reply


Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020