transcoder icon indicating copy to clipboard operation
transcoder copied to clipboard

Won't run on Windows 11

Open haar-making opened this issue 2 years ago • 1 comments

I have installed transcoder using pypi.org install text: pip install pytranscoder-ffmpeg

I have created the config file shown in the quickstart guide.

When I try to run transcode I get the following error: Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

transcoder -h Traceback (most recent call last): File "", line 1, in NameError: name 'transcoder' is not defined

Can you advise please?

haar-making avatar Dec 29 '22 18:12 haar-making

I don’t know what that is. The installed program should be as pytranscoder, as in:

pytranscoder -h

Is this what you are running?

On Dec 29, 2022, at 1:09 PM, haar-making @.***> wrote:

I have installed transcoder using pypi.org install text: pip install pytranscoder-ffmpeg

I have created the config file shown in the quickstart guide.

When I try to run transcode I get the following error: Python 3.10.9 (tags/v3.10.9:1dd9be6, Dec 6 2022, 20:01:21) [MSC v.1934 64 bit (AMD64)] on win32 Type "help", "copyright", "credits" or "license" for more information.

transcoder -h Traceback (most recent call last): File "", line 1, in NameError: name 'transcoder' is not defined

Can you advise please?

— Reply to this email directly, view it on GitHub https://github.com/mlsmithjr/transcoder/issues/30, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAHRMTAADPRVVG67JDQWS73WPXHWTANCNFSM6AAAAAATMJIYFM. You are receiving this because you are subscribed to this thread.

mlsmithjr avatar Jan 12 '23 23:01 mlsmithjr