Coder Social home page Coder Social logo

musicsheetvideo's People

Watchers

 avatar  avatar  avatar

musicsheetvideo's Issues

Feature to overlay the music sheet video and the original video

Suggested processing steps are

  • for now, final video resolution will be fixed in 1920x1080 (full hd)
  • export pdf with 48:9 ratio (width:height) regarding to page layout
  • cut original video and scale it to 1920x1080
  • make musicsheet video with resolution 1920x360 (ratio 48:9)
  • overlay cut video with musicsheet video

Ffmpeg commands

Cut

ffmpeg -ss 00:01:42.093 -i video_to_be_trimmed.mp4 -t 00:02:28.215 -c:v copy -c:a copy trimmed_video.mp4

Overlay

ffmpeg -y -i main.mp4 -i overlay.mp4 -filter_complex 'overlay=0:main_h-overlay_h' output.mp4

Scale

ffmpeg -y -i video_to_be_scaled.mp4 -vf scale=1920:1080,setsar=1:1 scaled_video.mp4

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.