Donations to the archive would be appreciated to help fund our server hardware & storage drives. We are looking for developers to help build new software and archives, discuss here.
Planned network provider replacement will occur with downtime the entire day of 2/16 or 2/17.

Threads by latest ghost replies - Page 392

Quick VP8 encoding guide for WebM

## Developer No.41212767 View ViewReplyLast 50OriginalReport
Grab ffmpeg from https://www.ffmpeg.org/download.html

It's a command line tool which means you will have to type things with your keyboard instead of clicking on buttons.

The most trivial operation would be converting gifs:
ffmpeg -i your_gif.gif -c:v libvpx -crf 12 -b:v 500K output.webm
-crf values can go from 4 to 63. Lower values mean better quality.
-b:v is the maximum allowed bitrate. Higher means better quality.

To convert a part of a video file:
ffmpeg -i your_video.mkv -ss 00:00:10.000 -to 00:00:20.000 -c:v libvpx -crf 4 -b:v 1500K -vf scale=640:-1 -an output.webm

-ss is the start position in number of seconds, or in hh:mm:ss[.xxx] format. You can get it using your video player (Ctrl-G in MPC-HC).
-to is the end position.
-vf scale=640:-1 sets the width to 640px. The height will be calculated automatically according to the aspect ratio of the input.
-an disables audio. 4chan will reject your files if they contain audio streams.

Another encoding guide: https://trac.ffmpeg.org/wiki/vpxEncodingGuide
ffmpeg documentation: https://www.ffmpeg.org/ffmpeg.html

Current limits for WebM files on 4chan are:
Maximum file size is 3072KB.
Maximum duration is 120 seconds.
Maximum resolution is 2048x2048 pixels.
No audio streams.
433 posts and 93 images omitted

No.41415574 View ViewReplyOriginalReport
/g/ I need your help, I keep getting this fucking shit and I have done everything I can think of to fix it but to no avail. It's a red block of white text that appears when I enter a thread here on 4chan and it seems to prevent new replies from being listed numerically in the tab as 4chan x normally does. This is what it says:

"Unread" initialization crashed.
[Exception... "<no message>" nsresult: "0x805e0006 (<unknown>)" location: "JS frame :: file:///C:/Users/Owner/AppData/Roaming/Mozilla/Profiles/yxf97b4q.Owner/gm_scripts/4chan_X-1/4chan-X.user.js :: $.ajax</< :: line 318" data: no]

I've reinstalled the script mutiple times, cleared cookies and the like, to no avail and it is really starting to bug me a lot. Google was not of help in this issue, nor was searching on my part to find the issue. I'm at a total loss. What in the world is the issue here and how do I fix it?

No.41439507 View ViewReplyLast 50OriginalReport
Daily reminder that:
OSX = Linux that can install Adobe Photoshop and all cool programs from Windows and still looks beautiful out of the box.

Prefer a hackintosh intead of installing a Loonix Distro.
108 posts and 15 images omitted

No.41434467 View ViewReplyOriginalReport

No.41411405 View ViewReplyLast 50OriginalReport
Let's get some coding practice, /g/. Roll and code, ladies and gents.
258 posts and 17 images omitted

No.41420548 View ViewReplyOriginalReport
Oh man, they did it again.
>update GTK3
>suddenly my GTK3 themes are all broken
>why.png.webm.tiff

Fuck you, GNOME.
7 posts and 1 image omitted

No.35654736 View ViewReplyLast 50OriginalReport
Previous thread, (>>35631189) the GodMod2000, is finally dying.
>About Tox
Tox is built with the idea that you can keep up with friends and family without having your privacy violated. While other big-name services require you to pay to unlock features, Tox is free in both price, and in liberty. That is, you’re free to do whatever you wish with Tox.

>Why?
We feel like the current implementations are done poorly, or don't fit our needs. Tox aims to be a FOSS Skype replacement, that just so happens to have really nice security features.

>Information
GitHub: https://github.com/irungentoo/ProjectTox-Core

Qt GitHub: https://github.com/nurupo/ProjectTox-Qt-GUI/

astonex's Windows binaries: http://astonex.wordpress.com/

Website: http://tox.im

Reddit: https://pay.reddit.com/r/projecttox

>IRC channels
#tox
#tox-dev
#4chan-gd
@ irc.freenode.net (port 6697 for SSL)

>Other Board Threads
Mobile Design: >>>/gd/88288
Desktop Design: >>>/gd/91501
973 posts and 110 images omitted
!!m9JFU3I/VsM

BitLocker vs. PGP vs. Truecrypt?

!!m9JFU3I/VsM No.41409492 View ViewReplyOriginalReport
Hey /g/

Which is superior in terms of performance and security between BitLocker, PGP, and Truecrypt? What are the pros and cons to using each?

I'm not looking to keep the NSA out of my shit or anything, I'm just looking to protect my data from petty thieves and hackers.
15 posts and 2 images omitted

Stupid Questions thread

No.41386909 View ViewReplyLast 50OriginalReport
Old one is at bump limit >>41370342

Please contain your stupid questions to this thread.
318 posts and 33 images omitted

No.41397166 View ViewReplyLast 50OriginalReport
Don't know what this got taken down before but...

I live with my sister and my parents in my house, and I pay all the bills and own the router and crap. They are all on my phone plan.

My sister is an annoying SJW, but I can't kick her out because she's mentally I'll and my parents would be very upset. So, to alleviate this stress, I've taken to blocking tumblr from my router. This is working fine, but she can still access it from her phone. Now, I would kick her off my plan, but then my parents would just buy her a plan, so that wouldn't work.

Is there any way I can block access to tumblr on my cellular data plan?
214 posts and 20 images omitted