ShareSpark

 

Author Topic: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]  (Read 917 times)

0 Members and 1 Guest are viewing this topic.

Offline Cinemadrop

  • Topic Author
  • V.I.P.
  • Hero Member
  • *
  • Thanked: 760
  • Reputation: 84
  • Activity:
    0%
  • Join Date: Aug 2021
  • Posts: 338
  • Gender: Male
YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« on: February 28, 2022, 01:50:40 PM »
YTS.MX | Encoding Settings

Usually YTS encoders encode movies with ffmpeg library.
If you don't know how to set up ffmpeg, see You are not allowed to view links. Register or Login

YTS encoders encode 720p/1080p movies to MP4 with H.264/AAC codecs.

First of all, find out the WEB-DL or BluRay Source file.
If you are encoding BluRay's, I highly recommend you to use UNTOUCHED or REMUX source file.


WEB-DL              : Original source file from a streaming service
WEBRip              : Screen recorded from a streaming service or Re-encoded from a WEB-DL file
BluRay UNTOUCHED    : Raw copy of a BluRay disc
BluRay REMUX        : Muxed to .mkv or other file type.
(NOTE : Don't use WEBRip's to your encodes)

Open command prompt or PowerShell
Use below code to encode
YTS encoders are using 2-Pass encoding, So you have to run two commands for 2 passes
Or you can just type two commands at once by "&&"
eg : command1 && command2 (This runs command1 fisrt and then run command2 in command prompt)

ffmpeg -i INPUT -vf "crop=1920:816" -c:v libx264 -pass 1 -b:v 2250k -preset slower -profile:v high -level 4.1 -tune film -fast-pskip 0 -maxrate 31250k -bufsize 31250k -partitions all -me_range 24 -refs 4 -keyint_min 24 -threads 8 -f rawvideo -an -y NUL

ffmpeg -i INPUT -vf "crop=1920:816" -c:v libx264 -pass 2 -b:v 2250k -preset slower -profile:v high -level 4.1 -tune film -fast-pskip 0 -maxrate 31250k -bufsize 31250k -partitions all -me_range 24 -refs 4 -keyint_min 24 -threads 8 -c:a aac -ac 6 -b:a 384k -movflags +faststart OUTPUT.mp4




INPUT                : Set your source file's path
-b:v 2250k            : Set the target bitrate (Usually YTS uses 2150k/2250k)
-threads 8            : Enter the half of your CPU threads (If your CPU has 32 threads use "-threads 16" or don't use it.)
-ac 6                : Set audio channels (6 means 5.1 channels, 2 = stereo, 8 = 7.1 channels)
-b:a 384k            : Set target audio bitrate or don't use it
OUTPUT.mp4          : Set the output file's path
-vf "crop=1920:816"  : Crop the video, Adjust the aspect ratio as you want


If you want to use libfdk_aac, you have to use ffmpeg non-free insted of the above mentioned ffmpeg.
You can download it from You are not allowed to view links. Register or Login

Change audio settings as below

-c:a libfdk_aac -ac 6 -profile:a aac_he


-profile:a aac_he    : HE-AAC
-profile:a aac        : AAC

If you have any issue, mention below




Ⓒ 2022 Cinemadrop | All rights reserved.


« Last Edit: March 01, 2022, 11:38:59 AM by Cinemadrop »

Offline 𝓢𝓣𝓔𝓝𝓒

  • Uploader
  • Senior Member
  • *
  • Thanked: 128
  • Reputation: 4
  • Activity:
    0%
  • Join Date: Aug 2020
  • Location: India 🇮🇳
  • Posts: 203
  • Gender: Male
  • Join - https://t.me/Steve_Encodes
Re: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« Reply #1 on: February 28, 2022, 05:30:34 PM »
Excellent
ℚ𝕦𝕒𝕝𝕚𝕥𝕪 𝕚𝕤 𝕒𝕝𝕝 𝕥𝕙𝕒𝕥 𝕞𝕒𝕥𝕥𝕖𝕣𝕤 𝕓𝕒𝕓𝕪!
Join - You are not allowed to view links. Register or Login
 
The following users thanked this post: Cinemadrop

Offline 𝐏𝐫𝐚𝐧𝐚𝐯𝐗𝐓

  • V.I.P.
  • Special Member
  • *
  • Thanked: 281
  • Reputation: 46
  • Activity:
    0%
  • Join Date: Dec 2020
  • Location: ~𝐵𝟥𝑅𝐿𝟣𝒩~
  • Age: 20
  • Posts: 699
  • Gender: Male
  • 𝕷𝖆 𝕮𝖆𝖘𝖆 𝕯𝖊 𝕻𝖆𝖕𝖊𝖑
Re: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« Reply #2 on: February 28, 2022, 07:20:54 PM »
U Mean To Say YTS wale Size ko Reduce Krte Hai ? To Ham WebDL Wali Dekhe ? Mhaare ko Kuch Samaz nahi aaya but OP  :heart:
" END IS :gun: THE BEGINING & BEGINING IS THE  :hooray: END
UNKNOWN
 
The following users thanked this post: Cinemadrop

Offline Cinemadrop

  • Topic Author
  • V.I.P.
  • Hero Member
  • *
  • Thanked: 760
  • Reputation: 84
  • Activity:
    0%
  • Join Date: Aug 2021
  • Posts: 338
  • Gender: Male
Re: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« Reply #3 on: February 28, 2022, 08:37:40 PM »
You are not allowed to view links. Register or Login
U Mean To Say YTS wale Size ko Reduce Krte Hai ? To Ham WebDL Wali Dekhe ? Mhaare ko Kuch Samaz nahi aaya but OP  :heart:
Can anyone translate this to English please?
 

Offline BЯIZ

  • V.I.P.
  • Legend Member
  • *
  • Thanked: 1963
  • Reputation: 331
  • Activity:
    0%
  • Join Date: Apr 2020
  • Location: HƎLL
  • Posts: 1789
  • Gender: Male
  • KEƎP IT ЯEAL.
Re: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« Reply #4 on: March 01, 2022, 08:38:56 AM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
U Mean To Say YTS wale Size ko Reduce Krte Hai ? To Ham WebDL Wali Dekhe ? Mhaare ko Kuch Samaz nahi aaya but OP  :heart:
Can anyone translate this to English please?
You are not allowed to view links. Register or Login He said kinda asked, "U mean to say Yify group reduce the size of their releases? So we should watch Web-dl instead? I didn't understand anything." Something like that.

BTW, YTS/Yify's target audiences are those who want compressed size files Or I'd say files which are less in size, with kinda 'more than watchable' quality, same goes for PSA's most encodes.
"Fuck Thanks n Reps 😈 the only thing matters is sharing quality shits."
 
The following users thanked this post: Cinemadrop

Offline 𝐏𝐫𝐚𝐧𝐚𝐯𝐗𝐓

  • V.I.P.
  • Special Member
  • *
  • Thanked: 281
  • Reputation: 46
  • Activity:
    0%
  • Join Date: Dec 2020
  • Location: ~𝐵𝟥𝑅𝐿𝟣𝒩~
  • Age: 20
  • Posts: 699
  • Gender: Male
  • 𝕷𝖆 𝕮𝖆𝖘𝖆 𝕯𝖊 𝕻𝖆𝖕𝖊𝖑
Re: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« Reply #5 on: March 01, 2022, 08:41:29 AM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
U Mean To Say YTS wale Size ko Reduce Krte Hai ? To Ham WebDL Wali Dekhe ? Mhaare ko Kuch Samaz nahi aaya but OP  :heart:
Can anyone translate this to English please?
:lol: I Thought Ur Hindi Sorry  :haha:
" END IS :gun: THE BEGINING & BEGINING IS THE  :hooray: END
UNKNOWN
 
The following users thanked this post: Cinemadrop

Offline anki25

  • Semi Newbie
  • *
  • Reputation: 0
  • Activity:
    0%
  • Join Date: Jan 2022
  • Posts: 5
Re: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« Reply #6 on: March 01, 2022, 11:09:57 AM »
hey! @CD

what if I didn't want to crop the video to "1920:816"

and want to keep the original resolution.

 

Offline Cinemadrop

  • Topic Author
  • V.I.P.
  • Hero Member
  • *
  • Thanked: 760
  • Reputation: 84
  • Activity:
    0%
  • Join Date: Aug 2021
  • Posts: 338
  • Gender: Male
Re: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« Reply #7 on: March 01, 2022, 11:35:40 AM »
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
You are not allowed to view links. Register or Login
U Mean To Say YTS wale Size ko Reduce Krte Hai ? To Ham WebDL Wali Dekhe ? Mhaare ko Kuch Samaz nahi aaya but OP  :heart:
Can anyone translate this to English please?
You are not allowed to view links. Register or Login He said kinda asked, "U mean to say Yify group reduce the size of their releases? So we should watch Web-dl instead? I didn't understand anything." Something like that.

BTW, YTS/Yify's target audiences are those who want compressed size files Or I'd say files which are less in size, with kinda 'more than watchable' quality, same goes for PSA's most encodes.

You are not allowed to view links. Register or Login Oh! Thanks brother!

YTS encoders are always giving their encodes at smaller file sizes because their target audience is people who want compressed size files at watchable quality as BЯIZ mentioned.

I won't mean we should watch WEB-DL's instead. Anyone who want the best quality they can go for WEB-DL and BluRay UNTOUCHED/REMUX.

I just posted how they encode and what are their encode settings for people who likes to know about video encoding.
 

Offline Cinemadrop

  • Topic Author
  • V.I.P.
  • Hero Member
  • *
  • Thanked: 760
  • Reputation: 84
  • Activity:
    0%
  • Join Date: Aug 2021
  • Posts: 338
  • Gender: Male
Re: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« Reply #8 on: March 01, 2022, 11:37:23 AM »
You are not allowed to view links. Register or Login
hey! @CD

what if I didn't want to crop the video to "1920:816"

and want to keep the original resolution.

Remove -vf "crop=1920:816"
 
The following users thanked this post: 𝓢𝓣𝓔𝓝𝓒, anki25

Offline 𝓢𝓣𝓔𝓝𝓒

  • Uploader
  • Senior Member
  • *
  • Thanked: 128
  • Reputation: 4
  • Activity:
    0%
  • Join Date: Aug 2020
  • Location: India 🇮🇳
  • Posts: 203
  • Gender: Male
  • Join - https://t.me/Steve_Encodes
Re: YTS.MX | Encoding Settings [Tutorial] [Cinemadrop]
« Reply #9 on: March 02, 2022, 12:36:55 AM »
Could you do PeruGuy encoding settings?
ℚ𝕦𝕒𝕝𝕚𝕥𝕪 𝕚𝕤 𝕒𝕝𝕝 𝕥𝕙𝕒𝕥 𝕞𝕒𝕥𝕥𝕖𝕣𝕤 𝕓𝕒𝕓𝕪!
Join - You are not allowed to view links. Register or Login
 

Tags: ffmpeg yts encode 
 

SimplePortal 2.3.7 © 2008-2024, SimplePortal