How do you make a good WebM within Sup Forums requirements without it looking like trash?

How do you make a good WebM within Sup Forums requirements without it looking like trash?

Other urls found in this thread:

ffmpeg.org/
fnordware.com/WebM/
wiki.installgentoo.com/index.php/WebM#A_more_detailed_ffmpeg_command
youtube.com/watch?v=NjzMKzjNnKk
twitter.com/SFWRedditImages

Use this command
ffmpeg -loglevel panic -i "$0" -n -an -sn -c:v libvpx -b:v 1M -preset ultrafast -f webm -vf scale=-1:480 -bufsize 1000k -lag-in-frames 25 -slices 4 -qcomp 1 -auto-alt-ref 0 -qmin 10 -qmax 42 -movflags +faststart

Do I lower bitrate? resolution? framerate? Is there a certain lengths of time I should keep the WebM within so it doesn't end up looking like garbage?

This girl licks dick like she's never done this before. Like sometimes amateur can be hot, but this is just like watching someone fail at the first level in Super Mario on the NES.

Also... not even sure if girl

I am using xmedia recode... Is this for a different program?

It's for FFMPEG.
Get FFMPEG -- it's the shit. There are also some GUI frontends.

ffmpeg.org/

Yes ffmpeg is the toolkit of GODS
>gui
Plz dont use a gui,its more then enough to use the command line.Gui's just complicate things

OP clearly doesn't know what it is, so it could be a good start for him.

But yes, you will be much more efficient if you just learn it with your shell.

I'll check it out... Last time I bothered trying to make an WebM, seemed like everybody was using Xmedia Recode.

This is easy off topic, but damn... Ffmpeg is nice to use but the code for it is pure shit.

The guy that maintains it is... not a great programmer.

xmedia recode uses ffmpeg...
Skip the bloat and use the command line.
Also here have this, it will explain the switches for you.And i hope you use the command line :)

You're lying out your ass.
Let me guess,you tried to use ubuntu and found it too hard?
ffmpeg is a very valuable suite.

If xmedia uses ffmpeg... Why not just keep using it then? I'm all for using something better but... I am not great with that kind of stuff, just typing a line of commands for it... xmedia is simple enough for me to use, I just can't get something decent to come out of it. hah

>this gui is good and i like it ITS THE BEST
>but no matter what i do it looks like shit or cant be uploaded cause of size

Hmm
why dont you try the cli and do it your self?
I pasted a command that i've used for years to make webms
Here have a webm created by that script

xmedia works just fine user, you just have to tweak some setting depending on what you what to make a webm with. sometines resolution, length or bitrate.

fnordware.com/WebM/

Just use the command line, OP.

Here's an invaluable resource for how to use it, courtesy of the nice folks at the InstallGentoo Wiki.

wiki.installgentoo.com/index.php/WebM#A_more_detailed_ffmpeg_command

forgot webm. also i just realized that Sup Forums has a bullshit 2mb limit. i mostly post to /gif/ and that has 4mb limit

Right, the thing Is I wouldn't understand what the hell I'm doing, and what if I wanted to change a setting slightly? Wouldn't know what to do. Just copy pasting a command is on way to solve the problem, I suppose. Which I can agree is is more efficient then opening a file in xmedia, cutting the video to the proper start/end times, and hitting encode. Because I would get a usable video at least. But the same problem of not know how and how best to tweak it becomes an issue. You know?

Read or look at the fucking picture spelling it out to you here that i posted> >739747377

Take 2-5 minutes(depending on how retarded you are) and read the switches and what they do.
Do it ONCE and then you know what you're looking for and how to do it.

Or before ever incompetent at something so simple.

Not the same guy, but yeah, I know exactly what you mean. But again, you can check out what's been linked to you, or even just
>man ffmpeg

I'll look at the link and teh image and try it out. And see what happens.

If you don't try it at least once, I will personally come to your house and throat fuck you. But it won't be gay, since it's for discipline.

Man. I always wanted to take a dick down my throat without it being gay.

.. But seriously, not to sound like I want that or anything. But I downloaded it and tried running the ffmpeg file in the bin folder and nothing happens.

What? Are you on Windows?

You have to give it a command retard.Throw a video file you are trying to convert in that folder(for the time being) and then follow the wiki or the image i posted and convert it

It doesn't have a GUI and it uses arguments passed through the shell. Nothing is supposed to happen until you open the shell.

yup.

Still nothing.

Post the command you are running

Nigger, open the command line in the directory the binary is located. The one where you (hopefully) put the video file.

Use Webmfor Retards, set the sze to whatever board you are posting it to (3mb), check HD and set resize according to pic related

On a related note, GitHub removed it due to the name being "offensive".

Gotta love GitHub.

sauce?

It's a pain in the ass the way I do it...
First, trim the clip in Quicktime
Then, use Handbrake to kill the audio
Then, use Miro to make it a webm
I know there's a better way, but I'm too lazy to research

Assuming I know anything about the command prompt outside of how to open it.

F F M P E G
F
M
P
E
G

Sweet sweet jessy

Right click a blank spot in the folder view, and click "Open Command Window Here". I don't know if it's exactly the same in Windows 10, but just look up "open cmd in current folder" if you can't find it.

youtube.com/watch?v=NjzMKzjNnKk
download this program

Read the thread faggot.Thats what he has.But its not producing usable webms

It's not working for him if you'd read up. Trying to help him with the saner FFmpeg.

yup, i don't have that option for right clicking. And I am in windows 10.

Looks like I am supposed to shift-right click, but that only adds opening of.. powershell.

surprised this wasn't too big to upload

Then use it.

yeah, they turned out okay

Okay, So I just put the video in the same folder, open the powershell, and paste the command you put? It does nothing.

Is that a trap?

source?

what a waste, she dropped to much for it to be worth it

You didnt type in the input file name im almost 100 certain

You have to use the file's name as an argument, like said.

someone posted some recent legal jessi vids on user-ib, and I downloaded them and made a few webms

I can't remember what this one is

Fuck that command line shit

No trap. Google "whiteberry blowjob". Enjoy.

With the command you linked in that first comment, Do I change anything else outside of adding the files name? I can't seem to get it to work.

You add the file's name immediately after the "ffmpeg" part, so it should look like

"ffmpeg shittypornvideo.whatever -loglevel panic -i "$0" -n -an -sn -c:v libvpx -b:v 1M -preset ultrafast -f webm -vf scale=-1:480 -bufsize 1000k -lag-in-frames 25 -slices 4 -qcomp 1 -auto-alt-ref 0 -qmin 10 -qmax 42 -movflags +faststart"

What do you mean you can't seem to get it to work? What does it say?

thank ya kindly, senpai
*tips fedora*

Online-convert.com is idiot proof

It said nothing, looking at the image you showed, I had to add the source file, and the output file.

I got it to work, but my output became a 5mb webm

Yep. You can get well over a minute in length, but you gotta cut corners somewhere, or everywhere.

Or Gook can fucking bring us back to the past 3MB file size limit we had a couple YEARS ago...

Now you just need to cut the video.
Its retardedly small for Sup Forums. gook is money grubby whore and cut us from 4mb to 2mb(1.9) last year

Use this

Well.. How many seconds or less should the video be if I am using that command to make it a webm?

I normally get 30-45s with that command.
Depends on the source material you are comming from too.If it has alot of movement or if its high q

That is fucking hot as hell

Depends entirely on both resolution of the video source, the frame rate and compressibility.

You should cherry pick a scene and create a copy trimmed for time.

Create minute long scenes, VLC will play them sequentially if you let ppl know they are sets, give hints with the file name.

DonkeyblowjobBlondeAznMidget1of5

2of5

Etc

Whos this Jessi? source

That command line is only good if you have video higher resolution than 640x480. If you're making videos from webcam chat sites that use 320x240, this will make your videos larger than necessary for no benefit.

srsly?
fucking newfag

Well this is what I got just now. Success?

Yes

GIF 4m limit
B 2m limit

Post thumbs on B, link to longer lasting threads on GIF

Or use vodka.io rooms

Cool. Thanks for sticking around and helping this retard.

I'll keep that in mind.

Kek'd and check'd.

Is that the u dun goofed bitch?

She don't look that female

Sucks that Sup Forums's on a 2mb limit

Are you sure it was 4MB? I wouldn't swear to it in court, but I can't find any old webms larger than 3.1MB on my HD.

Use GIF...

I guess she is. If I remember it's his sister. Theres a lot more of them, but this is the only one I downloaded because dick.

You could probably track them down if you really wanted to, from the request board or something.

ALL file uploads are capped at 1.9M on Sup Forums

Yup

how it ends?

Happily? See

If you really have to know.

How do you remove audio streaming from a webm? And why won't an mp4 work on Sup Forums?

who is she?

-an

where i can see the end?

why no more porn webms threas on Sup Forums? were porn webm threads banned from Sup Forums?

Yeah, I also think it was a 3MB limit before.

On topic: I was already using VirtualDub, so I added ffmpeg as an external encoder in there. Has worked fine for me.

I tend to resize to 1080p (if the source is higher), and keep the video around 10-15 seconds.

Or I lower the resolution for 20sec+ clips.

He meant use

SashaP from the nubiles website.

Porn on Sup Forums is sooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo boring and outplayed.There are literally way better places to get porn
Sup Forums was better without porn.
You millennials ruined it with your hyper sexuality and porn everywhere.
There was a time when actual discussions took place on Sup Forums and it wasnt flooded with porn.
We werent the laughing stock of the internet.BUt you faggots fucked that up quick in 2008

Sauce pls user, I love Jessi

Even though it ruins it that she looks like a boy, who else likes dick-licking more than dick-sucking?

>small
>short
>shit quality
Kinda like you and your penis.

More of tawnee> Also where did you find this vid?

Damn, If only Sup Forums had some kinda of... addition boards where discussions take place. Oh well.

3/3