mlsmithjr / transcoder

Python wrapper for ffmpeg for batch and/or concurrent transcoding
GNU General Public License v3.0
117 stars 25 forks source link

Won't run on Windows 11 #30

Open haar-making opened 1 year ago

haar-making commented 1 year ago

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?

mlsmithjr commented 1 year ago

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.