Giter Club home page Giter Club logo

ffmpeg-video-streams-manager's Introduction

Information about this script

FFMPEG Video Streams Manager


A simple application that allows you to:

  • Display input file info.
  • Keep specific subtitle streams only (Non-subtitle streams are included as it is)
  • Keep specific audio streams only (Non-audio streams are included as it is)
  • Keep specific subtitle and audio streams only (Other streams are included as it is)
  • Remove specific subtitle streams
  • Remove specific audio streams
  • Remove specific subtitle and audio streams
  • Keep specific streams only
  • Remove specific streams
  • Auto: Keep only Japanese audio streams (Read README.md)

I made this script for anime episodes and that's why there is that last option in the above list. It is actually a very versatile & advanced feature and one might want to change it based on their requirements. This option only includes japanese audio streams. All other non-audio streams are included as it is. There is one more thing here though. If the video contains more than one video tracks, then only the first one is included and others are discarded.

Also, this function will directly copy any files whose extensions are either present in the stop word list or if any of the following string is present in the full path of the input file (case-insensitive): -

  • /ova >
  • /ovas >
  • /movie >
  • /movies >
  • /extra >
  • /extras >
  • /special >
  • /specials >

Files in such paths are called non season files. This direct copy feature for Non Season Files can be turned off using the config.json file.

Input/Output File Paths

All file paths are relative to the file paths set in the config.json file.

If output file path is set as * (default), then output path is set to be same as input file path (But in output directory).

If input file path is set as * (default), then the script recursively on files and directories in the base input file path.

Requirements

This application is based on FFMPEG, so make sure that it is installed on the system and also is set as environment variable on the system.

This script is designed for Windows, but most probably should run fine on other OSs as well. Not sure about MacOS.

ffmpeg-video-streams-manager's People

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.