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
  • Merge requests
  • !51

Minimal Improvements of Video Script

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/stg7/master into master Jul 22, 2019
  • Overview 2
  • Commits 10
  • Pipelines 0
  • Changes 2

Created by: stg7

Hi all, I'm currenlty running the nice super slomo project on some high quality 4K videos, so for this reason i changed some parts.

first of all:

  • i use now pngs as output for the video --> frame export, because jpg introduces some compression
  • i changed the output codec to ffvhuff, that is a lossless video codec, so that there is no encoding added in the end of the processing (it also requires to use mkv as output container)
  • i added some ".." to the input and output file names, to support spaces in filenames, i had some trouble with this.
  • i changed one import, to avoid a warning with pytorch, however there is still another warning with the latest pytorch version

best Steve

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/stg7/master