Skip to content

ffmepg not recognised by vedo #701

Answered by marcomusy
jkissi asked this question in Q&A
Discussion options

You must be logged in to vote

Uhm, is it a linux system? you may try to modify manually the command

vid = Video()
vid.command = "ffmpeg -loglevel panic -y -r"
vid.options = "-b:v 8000k"

Another possibility is:

vid = Video(backend='cv')

which uses cv2

If everything fails you 'll need to save the screenshots and merge them manually with some external software i'm afraid..

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jkissi
Comment options

Answer selected by jkissi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants