Giter Site home page Giter Site logo

ffmpeg-sample's Introduction

Functions

split.sh --> chop videos into parts, every 600 seconds.

reverse-example.sh --> split video into two identical streams, reverse one stream, then blend the normal one and reversed time one with a blend filter into same screen.

motion-speed-example.sh --> chop the video into 3 parts, mutate the part into fast speed and slow speed. Then concat together.

left-right.sh --> let the first movie transition to second movie by left-erase-to-right motion.

crossfade2.sh --> let the first movie transition to the second movie by crossfade. ( we cut the last 1 second and first 1 second of the two movies, then let them have fade effect on alpha channel. Blend the 2 seconds into 1 second as the transition part. Then cancat the first video, transition, and second video together)

concat-example.sh --> input two videos and concat them together

blend-example.sh--> a higher level demonstration with left-right transition. You can write your own fomular to decide the erase speed.

add_subtitle.sh --> muxing the video+audio stream with srt subtitle stream to create a subtitled video.

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.