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: YamashitaRen
Last Packager: YamashitaRen
Votes: 0
Popularity: 0.000000
First Submitted: 2015-03-24 15:36 (UTC)
Last Updated: 2019-04-04 15:27 (UTC)

Latest Comments

emk2203 commented on 2022-12-30 09:53 (UTC) (edited on 2022-12-30 09:54 (UTC) by emk2203)

Could this package be upgraded to the Python 3 version by @FichteFoll, already mentioned by him in the comments?

The current version is 0.6.2: https://github.com/FichteFoll/Sushi/releases/tag/0.6.2

It doesn't make sense in 2022 to re-install deprecated Python 2 versions on a system.

FichteFoll commented on 2020-07-07 00:54 (UTC)

Also, for the record, there is an open PR that ports it to Python 3, but the project seems to be unmaintained currently.

https://github.com/tp7/Sushi/pull/36

FichteFoll commented on 2020-07-07 00:53 (UTC)

cv2 is included in the opencv package, so there should be no need to build opencv2.

~ ♦ pacman -Ql opencv | grep py
opencv /usr/include/opencv4/opencv2/reg/mapperpyramid.hpp
opencv /usr/lib/python3.8/
opencv /usr/lib/python3.8/site-packages/
opencv /usr/lib/python3.8/site-packages/cv2.cpython-38-x86_64-linux-gnu.so

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.