Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • S Super-SloMo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 19
    • Issues 19
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Avinash Paliwal
  • Super-SloMo
  • Issues
  • #100
Closed
Open
Issue created Oct 13, 2021 by Rishabh@Rishabh-Samra

ffmpeg error while running evaluation code.

After downloading given checkpoint file, I was trying to run the given evaluation code for linux: python video_to_slomo.py --video path\to\video.mp4 --sf N --checkpoint path\to\checkpoint.ckpt --fps M --output path\to\output.mkv

I had created the input video.mp4 from the given sequence of images using cv2.VideoWriter() command and has also installed ffmpeg in the given conda environment using the command: conda install -c conda-forge ffmpeg-python

But I got the following error after running the code:

ffmpeg -i path\to\video.mp4 -vsync 0 .tmpSuperSloMo/input/%06d.png ffmpeg: error while loading shared libraries: libx264.so.138: cannot open shared object file: No such file or directory Error converting file: path\to\video.mp4. Exiting.

Please help as how I can rectify this error!

Assignee
Assign to
Time tracking