Alright fags, who wants to get paid today?

Alright fags, who wants to get paid today?
Paypal is set up, about 50 bucks to anyone who can help me.
Videofags get in here, will post specific info on the next post but basically
>make mp4 video
>decide to add subtitles with Aegisub
>have .mp4 and both .ass & .srt files ready
>turn them into .mkv , VLC plays it great
>whenever I try to convert it to a YT compatible format, fucking subtitles either disappear or change in color/symbols.
wat do, gotta say, working on a Mac right now, so yeah.

Other urls found in this thread:

handbrake.fr/docs/en/1.0.0/advanced/subtitles.html
trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo
evermeet.cx/ffmpeg/
ffmpeg.org/download.html#build-mac
videohelp.com/software/MKVtoolnix
twitter.com/NSFWRedditVideo

idk, try using ffmpeg

Youtube's annotation and subtitle format is a bit odd. I'd just upload unsubbed and hardsubbed versions if I were you.

I want it hardsubbed, but the .mp4 file and the .ass file (subtitle script) wont merge together permanently.
I made costum subtitles so, depending on the program I used to merge them they (the subs) either dont appear in the .mp4, or they appear with square boxes and shiet (they only appear on VLC, and when I try to convert it using vlc, subs dont appear. I have it on .mkv too)

I've already used Handbreak, XviD4PSP, SnowFox and iMkvExtract to try and merge them into one .mp4. No luck.
I made the subs using Aegisub btw

handbrake.fr/docs/en/1.0.0/advanced/subtitles.html

ffmpeg -i video.mp4 -vf "ass=subtitle.ass" out.mp4
should hardsub it.

You might be having issues with fonts. It sounds like you're on OSX and I don't know much about fonts on OSX

Fuck, I am on OSX, who can I send the files (.mp4 & .ass) to hardsub it? ;-;

>Boot into live CD
>install ffmpeg after booting
You an also install ffmpeg on OSX.

Also Youtube should support adding captions. You don't need to hardsub it.

Hah yeah, but I made them costums, the're yellow and shit like the old jackass videos

What? I see white on mpv.

You have a few options, OP.

You can BURN IN (hardsub) the subtitles like mentioned, with ffmpeg.
A more comprehensive manual on this is at trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo but his post pretty much sums it up

Static build for OSX:
evermeet.cx/ffmpeg/

ffmpeg.org/download.html#build-mac

Your other option is to just upload the srt to YouTube as native softsub captions, however, you'll lose formatting that way

Like this

Use the SRT formatted ones; ass uses theming by default whereas SRT is like the .txt of subtitles

What does ffmpeg -i orig.mp4 -vf ass=subs.srt out.mp4 do?

Thanks bro, Ill try but Im new to this, really dont know shit hah

Really appreciate your post, and it will probably help me alot but I dont know what the fuck you just said

ASS subtitles are the reason your subs are ugley

use SRT

Download a copy of ffmpeg from evermeet.cx/ffmpeg/

Then run the command like says, only replace "orig.mp4" with your original video, and "subs.srt" with the filename of an SRT copy of your subtitles

He is using ass because he wants to keep the formatting not lose it via srt. He might as well just use Youtube's captions if you are telling him to burn a srt.

OP,
why can't you just upload the SRT to YouTube?

When uploading choose "Subtitles" rather than "Transcript"

Also, show us what kind of formatting you're dealing with: positioning, color..karaoke?

Although, if you really want to hardsub, all the instructions are at

trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo

ffmpeg -i "Original_Video.mp4" -vf "subtitles=Subtitles.srt" copy_for_YouTube.mp4

>-vf subtitles=
rather than
>-vf ass=

>ffmpeg -i "Original_Video.mp4" -vf "subtitles=Subtitles.srt" copy_for_YouTube.mp4
ugh
typoed
FINAL ANSWER IS

ffmpeg -i "Original_Video.mp4" -vf "subtitles=Subtitles.ass" "Upload_Me_To_YouTube.mp4"

>tfw OP is kill
>tfw I will not get $50 to spend at ChinkExpress

Hah dude Im here, Im just tryna figure out how tf I get all of your info to work, this is alien runes to me

install gentoo

Already done, nothing

What does the DMG file at evermeet.cx/ffmpeg/ do?

I've never used a Mac except like once

The ffmpeg command at will be run in your Terminal (under System Utilities?)

videohelp.com/software/MKVtoolnix here op