funwareDev / AdvancedRipper

Supposingly, you have folder with videos, and you want to rip its audio and subs rip and combine them with videos in another folder. Well, this shitty app is just for you.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdvancedRipper

Purpose

Supposingly, you have folder with videos, and you want to rip its audio and subs and combine them with videos in another folder. Well, this shitty app is just for you.

Dependencies

  • .NET 7
  • ffmpeg

Usage

Execute in cmd or powershell:

AdvancedRipper.exe pathToFirstFolder pathToSecondFolder outputFolder desiredNameFormat

Args

Essential:

pathToFirstFolder - folder with your audio videos;

pathToSecondFolder - folder with videos you wanna add audio;

outputFolder - there we meet;

desiredNameFormat - the name format of resulted files. Example: ShittyAnime_{0}, where {0} will be replaced by episode number. File extension will be added automatically.

Optional (enought self-explanatory):

startOfFileSeconds;

endOfFileSeconds;

Todo

About

Supposingly, you have folder with videos, and you want to rip its audio and subs rip and combine them with videos in another folder. Well, this shitty app is just for you.


Languages

Language:C# 100.0%