Skip to content

Instantly share code, notes, and snippets.

View parnexcodes's full-sized avatar
🏠
Working from home

Paranjay Singh parnexcodes

🏠
Working from home
View GitHub Profile

As you can see key is on index 2 (index starts from 0)

before that there were 2 mpd urls.

So we start the range with 2 (therefore skipping 0 and 1 index which consists of mpd url).

for i in range(2, len(config)):

Note : These are the settings i wrote by observing the Mediainfo of RARBG Encodes , these might not be 100% identical to RARBG Encodes.
These are FFMPEG Settings.
See comment below to see the code