Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

burn sub? #2

Closed
kaizoku75 opened this issue Feb 26, 2021 · 11 comments
Closed

burn sub? #2

kaizoku75 opened this issue Feb 26, 2021 · 11 comments

Comments

@kaizoku75
Copy link

No description provided.

@niskala5570
Copy link

Are u encoding anime? Guess Im not alone ( ͡° ͜ʖ ͡°)
At the additional flags, just put -s "1" --subtitle-burned "1"
Unless u have multiple sub track, 1 is enough.
I also remuxed mkv with additional font in it to test and it worked.

@kaizoku75
Copy link
Author

yes Im... thnks its working
how did u remix mkv with sub and fonts?

@niskala5570
Copy link

just use mkvtoolnix (・∀・)👍

@truemate1
Copy link

Are u encoding anime? Guess Im not alone ( ͡° ͜ʖ ͡°)
At the additional flags, just put -s "1" --subtitle-burned "1"
Unless u have multiple sub track, 1 is enough.
I also remuxed mkv with additional font in it to test and it worked.

do you know how to change the resolution in this colab script.. as its 480p,720, and 1080p.. needed 540p

@niskala5570
Copy link

@truemate1
At the first markdown section, put RESOLUTION = "540p" #@param ["480p","540p", "720p", "1080p"]
so u can easily choose it later.

At def set_resolution(): , add
elif RESOLUTION=="540p": w, h = "960" , "540"
(just copy paste from similar code and put any resolution u wanted)


and make sure u save to ur drive or it'll reset lol

@SKGHD
Copy link
Owner

SKGHD commented Apr 18, 2021

@truemate1 Saw your email, added 540p :)

@SKGHD SKGHD closed this as completed Apr 18, 2021
@truemate1
Copy link

@truemate1
At the first markdown section, put RESOLUTION = "540p" #@param ["480p","540p", "720p", "1080p"]
so u can easily choose it later....

thanks, buddy... You and SKGHD really saved my time..as from when i was trying to do it but nope...

btw did u know how to put those brame lookahead etc options there
SKGHD given this but its not working out there.
–bframes ‘8’ --rc-lookahead ‘40’ --no-rect
shows error
[17:13:12] hb_init: starting libhb thread
[17:13:12] thread 7f5c6a429700 started (“libhb”)
unknown option (–bframes)

HandBrake has exited.

@niskala5570
Copy link

niskala5570 commented Apr 19, 2021

  1. (っ.❛ ᴗ ❛.)っ

–bframes ‘8’ --rc-lookahead ‘40’ --no-rect

  1. Thats not the correct syntax, use this instead:
    -x bframes=8:rc-lookahead=40:no-rect
    See this: Handbrake CLI Reference and HB CLI Options

Edit: This reddit post might as well answer your question.
Gd luck (ノ◕ヮ◕)ノ*:・゚✧

@truemate1
Copy link

truemate1 commented Apr 20, 2021 via email

@niskala5570
Copy link

@truemate1 check out my profile then.
de wa.... I'll stop replying on this issues

@truemate1
Copy link

truemate1 commented Apr 26, 2021 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants