[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y ] [Search | Free Show | Home]

Is there a better webm conversion application that this? It

This is a blue board which means that it's for everybody (Safe For Work content only). If you see any adult content, please report it.

Thread replies: 29
Thread images: 8

File: Untitled.png (7KB, 105x117px) Image search: [Google]
Untitled.png
7KB, 105x117px
Is there a better webm conversion application that this?

It has problems:
>file size limit doesn't see it when I put decimals, and I have to add the . to the command line manually
>file size limit is ignored regardless of the set size limit
>Cannot limit framerate in 60fps footage to something more suited for compact webms like 25fps
>Have to manually calculate a smaller resolution than 1280x720 because the -1 function doesn't work
>Sometimes the webm doesn't cut off on time, going past the size limit. If I cancel the webm conversion before it reaches the 3MB 4chan limit, 4chan will think the file length is longer than 2 minutes or something.
>multithreading crashes the application because I have an AMD. (it was cheap, don't judge me)
>>
>>56566145
FFMpeG
>>
>>56566145
ffmpeg
>>
>>56566161
Doesn't that require command line interaction and doesn't have an auto bitrate feature?
>>
>>56566192
>Doesn't that require command line interaction?
Yes, just like any application that's actually good.
>>
>>56566192
It does, but you're supposed to do everything from terminal. Also it sorta has an auto bitrate feature - google it
>>
>>56566145
There is a fork that solves some of these problems
>>
>>56566145
>audio stream is in another format that 4chan refuses to recognize
>>
>>56566145
ffmpeg
>>
>>56566161
>>56566190
>>56566424
It's literally a ffmpeg frontend, retards.
>>
>>56566145
hybrid
>>
File: output.webm (3MB, 640x272px) Image search: [Google]
output.webm
3MB, 640x272px
3 mb bitrate limit:
3*8192/[length in seconds]

cd to directory
first command:
ffmpeg -i gayporn.avi -ss 00:28:20.865 -to 00:28:29.332 -metadata title="$Title" -c:v libvpx -b:v 1000k -quality best -threads 4 -slices 8 -auto-alt-ref 1 -lag-in-frames 16 -an -pass 1 -f webm nul

second command:
ffmpeg -i gayporn.avi-ss 00:28:20.865 -to 00:28:29.332 -metadata title="$Title" -c:v libvpx -b:v 1000k -quality best -threads 4 -slices 8 -auto-alt-ref 1 -lag-in-frames 16 -an -pass 2 output.webm

change 1000k with the calculation result.

this works if you are noob like me.
idk how to include/add subs though.
>>
>>56566145
Get the nixx build
https://gitgud.io/nixx/WebMConverter
>>
File: .png (11KB, 248x270px) Image search: [Google]
.png
11KB, 248x270px
>>56566145
> Cannot limit framerate
Then what is this?
> Sometimes the webm doesn't cut off on time, going past the size limit
Calculate the bit rate manually and\or use raw ffmpeg.
>>
File: 1472846086692.jpg (35KB, 497x432px) Image search: [Google]
1472846086692.jpg
35KB, 497x432px
>>56566465
as most ""video converters"" are

what is ultimately better? programming in rust or assembly?
>inb4 binary

ffmpeg doesn't have any of the issues OP mentioned
>>
>>56566145

That's the worst one actually, the only reason some people use it is because it has a GUI.
>>
>>56566219
Command line interaction is user unfriendly and slower than a visual interface. You have to look up the commands as well, and remember them as you type them in. This is annoying if you want software that serves a purpose other than feeling like a l33t haxx0rz
>>
>>56567300
you're going to have to learn something if you want to do anything advanced with ffmpeg

there's lots of gui attempts for it out there, but they're either;
A. extremely simple, doing only a fraction of what ffmpeg is capable of
B. a clusterfuck of buttons and sliders which is harder to use than just writing what you want out in text

once you start learning how to use it, you'll quickly realize it's just better to use ffmpeg from the command line, using the manual as a reference.

why do people hate manuals? it's like everyone tries so hard to avoid them, not realize they're only making things harder for themselves
>>
>>56566581
>https://gitgud.io/nixx/WebMConverter
I tried this. It seems to have all the functions I wanted, but after converting a 1minute and 30 second webm I ended up with a 750KB filesize instead of the 3MB limit.

I don't understand.
>>
File: 2016-08-23 21-25-05.webm (754KB, 640x360px) Image search: [Google]
2016-08-23 21-25-05.webm
754KB, 640x360px
>>56568115
Look at this shit
>>
File: water.jpg (24KB, 510x498px) Image search: [Google]
water.jpg
24KB, 510x498px
>>56568215
time to bite the bullet and learn how to use real software that won't do shit you didn't tell it to do friend
https://ffmpeg.org/
>>
>>56568486
I increased the bitrate manually since converting is now so fast since I can use 16 threads to I can check what it ends up as and then adjust the bitrate as needed, and it'll still be 10x faster than how I used to do it.
>>
>>56567300
>>56567433
Manual for Ffmpeg is pretty good compared to various trash I've seen. Not to mention you can find a lot of examples featuring generic use cances.
>>
>>56568215
Holy fucking shit is that some tenchu?
>>
>>56568996
Yeah bro. Tenchu is ultimate
>>
>>56566581
>bloatware

fuck off nixx, kindly kys
>>
File: 2016-08-23 21-25-05.webm (3MB, 640x360px) Image search: [Google]
2016-08-23 21-25-05.webm
3MB, 640x360px
>>56569335
>>
You have a few options:

1. Learn FFmpeg.
2. Use the nixx version.
3. Use a video editor to convert to your settings (e.g. 60 fps) then output to webm or then recovert with the converter.
4. Write your own FFmpeg GUI wrap-around.

I use the latter 2 options interchangeably, depending on the situation.
>>
File: 2016-08-23 21-25-05.webm (3MB, 156x354px) Image search: [Google]
2016-08-23 21-25-05.webm
3MB, 156x354px
>>56569371
Tried using the crop function and set it to cut off the black bars at the side. But then this happened.
Thread posts: 29
Thread images: 8


[Boards: 3 / a / aco / adv / an / asp / b / bant / biz / c / can / cgl / ck / cm / co / cock / d / diy / e / fa / fap / fit / fitlit / g / gd / gif / h / hc / his / hm / hr / i / ic / int / jp / k / lgbt / lit / m / mlp / mlpol / mo / mtv / mu / n / news / o / out / outsoc / p / po / pol / qa / qst / r / r9k / s / s4s / sci / soc / sp / spa / t / tg / toy / trash / trv / tv / u / v / vg / vint / vip / vp / vr / w / wg / wsg / wsr / x / y] [Search | Top | Home]

I'm aware that Imgur.com will stop allowing adult images since 15th of May. I'm taking actions to backup as much data as possible.
Read more on this topic here - https://archived.moe/talk/thread/1694/


If you need a post removed click on it's [Report] button and follow the instruction.
DMCA Content Takedown via dmca.com
All images are hosted on imgur.com.
If you like this website please support us by donating with Bitcoins at 16mKtbZiwW52BLkibtCr8jUg2KVUMTxVQ5
All trademarks and copyrights on this page are owned by their respective parties.
Images uploaded are the responsibility of the Poster. Comments are owned by the Poster.
This is a 4chan archive - all of the content originated from that site.
This means that RandomArchive shows their content, archived.
If you need information for a Poster - contact them.