Python Forum
'videodigest' is not recognized as an internal or external command
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
'videodigest' is not recognized as an internal or external command
#2
It's not written for Windows and it will only work Python 2.
scripts=['videodigest'], this will make videodigest in Scripts folder that work for Linux,
on Windows can try to rename in Scripts folder to videodigest.py and run from command line(most be Python 2).
But i think there will be other problems like codec used codec="libx264",
Can use Zeranoe build for Windows and link it,but now into difficult stuff.

The easiest is to use VirtualBox with a Linux distro and run it with Python 2.
Reply


Messages In This Thread
RE: 'videodigest' is not recognized as an internal or external command - by snippsat - Oct-09-2018, 02:47 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  is import cointegration_analysis a recognized module mitcht33 1 523 Nov-06-2023, 09:29 PM
Last Post: deanhystad
  The term 'pip' is not recognized as the name of a cmdlet, function michaelnicol 1 726 Jul-16-2023, 11:12 PM
Last Post: deanhystad
  Index Function not recognized in Python 3 Peter_B_23 1 1,417 Jan-08-2023, 04:52 AM
Last Post: deanhystad
  web socket server handle onnection closed abnormally [internal]) korenron 0 2,206 Sep-23-2021, 09:26 AM
Last Post: korenron
  500 internal server error Nitil 1 2,970 May-01-2021, 06:16 PM
Last Post: snippsat
  Removing internal brackets from a string Astrikor 4 2,800 Jun-04-2020, 07:54 PM
Last Post: Astrikor
  TypeError: size; expecting a recognized type filling string dict a11_m11 0 2,620 Feb-10-2020, 08:26 AM
Last Post: a11_m11
  managing command codes for external controller box Oolongtea 0 1,964 Sep-19-2019, 08:32 AM
Last Post: Oolongtea
  matplotlib isn't recognized after installation Pavel_47 5 2,976 Sep-18-2019, 07:01 PM
Last Post: snippsat
  how do i get y to be recognized in this comprehension? Skaperen 5 3,248 Aug-26-2019, 07:43 PM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020