История изменений
Исправление eugrus, (текущая версия) :
Попробовал vidstab и он даже что-то усиленно делал, но вот выходного файла в каталоге не оставил 🤔
# python3
Python 3.9.16 (main, Mar 21 2023, 10:12:38)
[GCC 10.3.1 20210703 (ALT Sisyphus 10.3.1-alt2)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import vidstab
>>> vs = vidstab.VidStab()
>>> vs.stabilize(input_path='Meergänse am Haus Rüschhaus.webm', output_path='Meergänse am Haus Rüschhaus stab.webm')
Stabilizing |▌ | 1%OpenCV: FFMPEG: tag 0x47504a4d/'MJPG' is not supported with codec id 7 and format 'webm / WebM'
[webm @ 0x7fffd37fbd80] Only VP8 or VP9 or AV1 video and Vorbis or Opus audio and WebVTT subtitles are supported for WebM.
[ERROR:0@17.326] global cap.cpp:595 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:253: error: (-5:Bad argument) CAP_IMAGES: can't find starting number (in the name of file): Meergänse am Haus Rüschhaus stab.webm in function 'icvExtractPattern'
Stabilizing |████████████████████████████████| 100%
Исходная версия eugrus, :
Попробовал vidstab и он даже что-то усиленно делал, но вот выходного файла в каталоге не оставил 🤔
``
python3
Python 3.9.16 (main, Mar 21 2023, 10:12:38) [GCC 10.3.1 20210703 (ALT Sisyphus 10.3.1-alt2)] on linux Type «help», «copyright», «credits» or «license» for more information.
import vidstab vs = vidstab.VidStab() vs.stabilize(input_path=‘Meergänse am Haus Rüschhaus.webm’, output_path=‘Meergänse am Haus Rüschhaus stab.webm’) Stabilizing |▌ | 1%OpenCV: FFMPEG: tag 0x47504a4d/‘MJPG’ is not supported with codec id 7 and format ‘webm / WebM’ [webm @ 0x7fffd37fbd80] Only VP8 or VP9 or AV1 video and Vorbis or Opus audio and WebVTT subtitles are supported for WebM. [ERROR:0@17.326] global cap.cpp:595 open VIDEOIO(CV_IMAGES): raised OpenCV exception:
OpenCV(4.7.0) /io/opencv/modules/videoio/src/cap_images.cpp:253: error: (-5:Bad argument) CAP_IMAGES: can’t find starting number (in the name of file): Meergänse am Haus Rüschhaus stab.webm in function ‘icvExtractPattern’
Stabilizing |████████████████████████████████| 100% ``