Package Details: sushi-shifter-git 0.5.1.r3.g908c0ff-1

Git Clone URL: https://aur.archlinux.org/sushi-shifter-git.git (read-only, click to copy)
Package Base: sushi-shifter-git
Description: Automatic shifter for SRT and ASS subtitle based on audio streams.
Upstream URL: https://github.com/tp7/Sushi
Licenses: custom
Submitter: YamashitaRen
Maintainer: None
Last Packager: YamashitaRen
Votes: 0
Popularity: 0.000000
First Submitted: 2015-03-24 15:36 (UTC)
Last Updated: 2019-04-04 15:27 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2

YamashitaRen commented on 2019-04-04 15:27 (UTC)

Thanks, I updated the PKGBUILD.

Ketchup901 commented on 2019-03-09 08:39 (UTC) (edited on 2019-03-09 09:06 (UTC) by Ketchup901)

Requires https://aur.archlinux.org/packages/opencv2/, any opencv will not do:

Traceback (most recent call last)
  File "/usr/local/bin/sushi-shifter", line 19, in <module>  
    from wav import WavStream  
  File "/usr/local/lib/sushi-shifter/wav.py", line 2, in <module>  
    import cv2  
ImportError: No module named cv2

RX14 commented on 2017-12-05 15:15 (UTC)

Fantastic, works perfectly. Thanks for the super fast response!

YamashitaRen commented on 2017-12-05 14:40 (UTC)

Thanks, I'll update the PKGBUILD.

RX14 commented on 2017-12-05 14:38 (UTC)

This is broken as-of https://github.com/tp7/Sushi/commit/70110b3a7de90042a4f27c33e521e632db568cc6. Removing the whole prepare() function fixes it.