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

1 2 Next › Last »

Psynigmashi commented on 2024-01-15 11:24 (UTC)

@Vernox It appears I do. I get this when running that command

python-opencv /usr/
python-opencv /usr/lib/
python-opencv /usr/lib/python3.11/
python-opencv /usr/lib/python3.11/site-packages/
python-opencv /usr/lib/python3.11/site-packages/cv2.cpython-311-x86_64-linux-gnu.so
python-opencv /usr/share/
python-opencv /usr/share/licenses/
python-opencv /usr/share/licenses/python-opencv/
python-opencv /usr/share/licenses/python-opencv/LICENSE

Psynigmashi commented on 2024-01-15 01:11 (UTC)

@Vernox Yeah I do. I'm not sure why it keeps giving me this error. I even did a fresh install of an Ubuntu virtual machine to see if it was an issue with my Arch system. I got the same error on there as well.

Vernox commented on 2024-01-14 23:00 (UTC) (edited on 2024-01-15 02:08 (UTC) by Vernox)

@Psynigmashi

Do you have python-opencv installed?

> pacman -Ql python-opencv | grep py
python-opencv /usr/lib/python3.11/site-packages/cv2.cpython-311-x86_64-linux-gnu.so

Psynigmashi commented on 2024-01-14 22:58 (UTC)

I'm getting the following error:

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

This error is happening with both this version and FichteFoll's fork. I have both the opencv2 and opencv packages installed. I've tried everything I can think of and can't get past this error.

Vernox commented on 2024-01-13 21:44 (UTC)

As FichteFoll already said, opencv2 is not required. But the python library is also not in opencv anymore (or partially?).

The correct opencv dependency is python-opencv. Building fine now with FichteFoll's fork.

YamashitaRen commented on 2024-01-10 08:23 (UTC)

Agree. I disowned package. Feel free to update it :)

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