Giter Site home page Giter Site logo

twitter-formatter's Introduction

Twitter Formatter

This script will convert any video to a format that is supported by Twitter/X.

Dependencies:

  • ffmpeg
  • bc

I designed it because I often post trade executions on my Twitter page @adamemoustaine and I had a lot of trouble uploading vidoes after they have been recorded.

This script also automatically speeds up videos to 120 seconds if needed. If you don't need that feature and want to post longer video, you can simply remove
the following line:

-vf "setpts=$SPEED_PTS*PTS" \

Features

  • Convert file to mp4
  • Change encoding and pixel format to a widely supported web format.
  • Speed up videos to 120 seconds.

This script will replace the original file with the formatted file. If you want to disable that feature, comment out the following line:

mv "$OUTPUT_FILE" "$INPUT_FILE" 

Usage

Very simple usage. Run the script in the command line:

./formatter.sh input_file.mp4

Alternatively, you can add the shell script to your binaries and run it directly from the terminal.

twitter-formatter's People

Contributors

niceiq avatar

Watchers

 avatar

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.