[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]

Archived threads in /wsr/ - Worksafe Requests - 1570. page

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.

File: 2016-01-30_09:29:21.png (81KB, 721x433px) Image search: [Google]
2016-01-30_09:29:21.png
81KB, 721x433px
This is the text of the error.
>Error while opening encoder for output stream #0:1 - maybe incorrect parameters such as bit_rate, rate, width or height

These are my specs.
>OS – Ubuntu 14.04 LTS (64 bit)
>Memory – 5.7 GiB

These are the commands I used to install ffmpeg.
>sudo add-apt-repository ppa:mc3man/trusty-media
>sudo apt-get update
>sudo apt-get install ffmpeg
>sudo apt-get install frei0r-plugins

Since installing ffmpeg, I have successfully made two webms. I made them using the following commands, and did not receive any errors.
>ffmpeg -i ./\[Anime-Koi\]\ Hitsugi\ no\ Chaika\ -\ 01\ \[h264-720p\]\[C93D7857\].mkv -ss 00:00:00.000 -to 00:01:30.000 -b:v 290K -b:a 64k -vcodec libvpx -vf scale=640:-1 -acodec libvorbis -pass 1 -sn Hitsugi_No_Chaika_OP.webm
>ffmpeg -i ./\[Anime-Koi\]\ Hitsugi\ no\ Chaika\ -\ 01\ \[h264-720p\]\[C93D7857\].mkv -ss 00:00:00.000 -to 00:01:30.000 -b:v 290K -b:a 64k -vcodec libvpx -vf scale=640:-1 -acodec libvorbis -pass 2 -sn Hitsugi_No_Chaika_OP.webm
>ffmpeg -i ./PSNR.Planetes.01.mkv -ss 00:00:00.000 -to 00:00:48.000 -b:v 618K -b:a 64k -vcodec libvpx -vf scale=640:-1 -acodec libvorbis -pass 1 -sn Planetes_E01.webm
>ffmpeg -i ./PSNR.Planetes.01.mkv -ss 00:00:00.000 -to 00:00:48.000 -b:v 618K -b:a 64k -vcodec libvpx -vf scale=640:-1 -acodec libvorbis -pass 2 -sn Planetes_E01.webm

However, when I tried to make a third webm, I started getting the error I quoted above. Here is a list of all of the commands I have attempted. Every single one has given me the exact same error.
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -b:v 2666K -b:a 64k -vcodec libvpx -vf scale=640:-1 -acodec libvorbis -pass 1 -sn Ergo_Proxy_E16.webm
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -b:v 2666K -b:a 64k -vcodec libvpx -vf scale=640:-1 -acodec libvorbis -f webm -pass 1 -sn /dev/null
13 posts and 2 images submitted.
>>
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -b:v 2666K -b:a 64k -vcodec libvpx -vf "scale=640:-1" -acodec libvorbis -f webm -pass 1 -sn /dev/null
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -b:v 2666K -b:a 64K -vcodec libvpx -vf scale=640:-1 -acodec libvorbis -pass 1 -sn Ergo_Proxy_E16_00-01-13.webm
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -b:v 2666K -b:a 64K -vcodec libvpx -vf "scale=640:-1" -acodec libvorbis -f webm -pass 1 -sn /dev/null
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -vf "scale=-1:360" -vcodec libvpx -acodec libvorbis -b:v 2666K -b:a 64K -f webm -pass 1 -sn /dev/null

I then attempted the following commands, on advice from someone on /wsg/.
>sudo add-apt-repository ppa:mc3man/trusty-media
>sudo apt-get update
>sudo apt-get dist-upgrade

After attempting these, I still got the error when I entered any of the following commands.
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -vf "scale=-1:360" -vcodec libvpx -acodec libvorbis -b:v 2666K -b:a 64K -f webm -pass 1 -sn /dev/null
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -vf scale=-1:360 -b:v 2666K -c:v libvpx -b:a 64K -c:a libvorbis -f webm -pass 1 -sn /dev/null
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -vf scale=640:-1 -b:v 2666K -c:v libvpx -b:a 64K -c:a libvorbis -sn Ergo_Proxy_E16_00-01-13.webm

Since nothing is working, the guy on /wsg/ just told me to go to /g/. I then went to /g/, but the people there just told me to come here to /wsr/.
>>
On recommendation from this Google result…
>https://netheadaches.wordpress.com/2007/11/08/error-while-opening-codec-for-output-stream-01-maybe-incorrect-parameters-such-as-bit_rate-rate-width-or-height/
… I entered the following command…
>ffmpeg -i ./Ergo\ Proxy\ -\ 16\ NLT-Release.mkv -ss 00:01:13.000 -to 00:01:25.000 -vf scale=640:-1 -b:v 618K -c:v libvpx -ar 22050 -b:a 64K -c:a libvorbis -f webm -pass 1 -sn /dev/null
… but still got the same error.
>>
Do your commands work on other videos as sources or is it just this video?

File: Prince-Purple-Rain.jpg (574KB, 1330x748px) Image search: [Google]
Prince-Purple-Rain.jpg
574KB, 1330x748px
Does anyone have a really, really high resolution copy of this? I need it for a pillowcase. Google gets me some big ones, but I need it in 150 DPI. I really just want to crop it to Prince on his bike.
2 posts and 1 images submitted.
>>
Bump, anyone got it?

File: toy story.jpg (26KB, 640x640px) Image search: [Google]
toy story.jpg
26KB, 640x640px
Lads I need an assortment of images of just one girl that looks like a teen or just not too old in general. Also not one that is plastered all over the internet if you do a search, trying to play a prank help me pls
2 posts and 1 images submitted.
>>
>>45371
Just take pictures of yourself.

File: 1452442737205.gif (3MB, 480x360px) Image search: [Google]
1452442737205.gif
3MB, 480x360px
There's a webcomic where the artist draws himself blowing out his brains after being confronted with the crushing reality that his daughterfu is not real. It goes something like this:

Panel 1: What do you want?
Panel 2: To be real
Panel 3: cops surveying the scene of his suicide

Anyways, I'd like the name. I've forgotten it.
3 posts and 2 images submitted.
>>
>>45360
Pretty sure that's Tomoyo's Room. I know the comic you're talking about, but I don't remember the name of that one specifically.
>>
File: tomoyo386.png (102KB, 900x950px) Image search: [Google]
tomoyo386.png
102KB, 900x950px

What the hell is this and where can I buy it?
4 posts and 1 images submitted.
>>
>>45357
http://www1.macys.com/shop/product/vince-camuto-cap-sleeve-reversible-sequin-sheath?ID=1789216

for similar fabrics search for "reversible sequin"
https://www.youtube.com/watch?v=LSCItlttFj4
>>
>>45382
Good luck ever washing that shit though
>>
>>45382
>"A DOGGIE!"
bitch thats clearly a fukin cat

File: Sin título.png (259KB, 1207x589px) Image search: [Google]
Sin título.png
259KB, 1207x589px
Name of the song at https://youtu.be/PQiYedTCK0w?t=8m40s ?
2 posts and 1 images submitted.
>>
Sorry, at 8:40

File: header.jpg (29KB, 460x215px) Image search: [Google]
header.jpg
29KB, 460x215px
Song name?

https://www.youtube.com/watch?v=MceaWINjK0M
2 posts and 1 images submitted.
>>
This is a free bump so I doubt you'll mind, but I think it's an original piece. Saying that the website http://www.whitewallmusic.com/bio/ has a music tab, and a contact tab. I have 100kbs internet right now so I can't listen to the soundtrack preview but it might be there, and if it's not you can always ask the dev what song it is using the contact page.

File: image.jpg (2MB, 3264x2448px) Image search: [Google]
image.jpg
2MB, 3264x2448px
>have old Alienware with XP
>thing is a bit junky and gerryrigged but works fine for years
>finally some file corrupts couple months back and get BSOD all the time
>give it to neighbors cousin, high school kid with tech cert.
>he puts a new hard drive with double the memory (500) and Windows 7 on
>two days of having it back after a month and 150$
>thing blue screens every third time I try to start it

It's a different error code from the one I got before he worked on it, but I need my computer for this semester and can't really afford to plunk down on a new one, can anyone help? For the last week, it's been turning on after I try system restore (restores to an old point) or just randomly retrying but it seems stuck in a loop

Sorry if the pics sideways
5 posts and 2 images submitted.
>>
It would maybe help if you included the entire screen in your picture.
>>
File: image.jpg (2MB, 3264x2448px) Image search: [Google]
image.jpg
2MB, 3264x2448px
Here

After like seven tries I had it working for like an hour and it randomly shut off on me on omegle
>>
As far as i was able to dig up on the error, the causes are as follow:
1394 device, disable in bios if possible
Ram speeds, lower them by one step if possible (ie 1600 -> 1333)
Video driver possible conflict, uninstall current one and install a slightly older one.
There are more fixes associated with this bsod, but these three are the most common as far as i can see, otherwise just google 0x0000003B error symptoms.

File: kpop_lead.jpg (67KB, 1025x683px) Image search: [Google]
kpop_lead.jpg
67KB, 1025x683px
Hi guys! I am looking for an kpop or jpop song.

It is a girl singing some shit and the dancers around her are some males in female clothing and some masks. It was pretty popular on /b/ some time ago.
2 posts and 1 images submitted.
>>
Oh forgot to mention: i think it was about aliens

File: c02846597.png (138KB, 474x356px) Image search: [Google]
c02846597.png
138KB, 474x356px
Hi /wsr/ I running Windows 7 off a HP Pavilion laptop, and my audio driver is borked. I cant fix it. I tried a few things, plugging in new speakers, running a Windows repair in safe mode, and also I tried a system restore point. No dice. Please give me some help in installing a new audio driver, 4chan.
10 posts and 3 images submitted.
>>
>>45328
Go to http://driverpacks.net/driverpacks , get the audio one, and update your sound device.

Post results.
>>
>>45337
On it. sincerely OP
>>
File: Capture.jpg (22KB, 577x192px) Image search: [Google]
Capture.jpg
22KB, 577x192px
I think this work work but first I need a torrent client. BRB

Can anyone work on this? I'm curious to see what you can make out of this pic
4 posts and 3 images submitted.
>>
File: edit.webm (779KB, 714x948px) Image search: [Google]
edit.webm
779KB, 714x948px
>>
File: NoName.png (524KB, 720x960px) Image search: [Google]
NoName.png
524KB, 720x960px
>>45327
Ciao Stefano, ti andrebbe di parlare di questi problemi che ti affliggono?
>>
needs more loomis

File: 145388259647612.png (54KB, 248x257px) Image search: [Google]
145388259647612.png
54KB, 248x257px
sauce for this pic?
image research brings nothing
5 posts and 3 images submitted.
>>
Probably from Emerald by Hiroaki Samura.
>>
File: Emerald_Gunslinger.png (199KB, 556x441px) Image search: [Google]
Emerald_Gunslinger.png
199KB, 556x441px
I confirm that it comes from Emerald and Other Stories. It listed as a short story in the anthology called Sister Generator. It is surprisingly difficult to find online due to Hiroaki Samura being one of the rare manga author published in the west.
>>
>>45574
>Emerald and Other Stories
bump

File: slant.jpg (65KB, 620x336px) Image search: [Google]
slant.jpg
65KB, 620x336px
Canadafag here, I'm looking for a reliable SSD that can be obtained for $100 CAD or less. I initially had my bar set at $60, but all I was seeing was garbage. Doesn't need to be big either, 120GB will do just fine.

Any recommendations?
6 posts and 1 images submitted.
>>
samsung 850
>>
well... what do you care most about? read speed? write speed? longevity? encryption?
>>
>>45324
It's at the upper end of my price range, but it sounds pretty good from Newegg's reviews for the 120GB 850 Evo model.

>>45331
Longevity and read speed, in that order.

File: 1454141750172.jpg (136KB, 728x1134px) Image search: [Google]
1454141750172.jpg
136KB, 728x1134px
Source on manga?
3 posts and 1 images submitted.
>>
That scene is lifted directly from firefly. Simon and Kaylee
>>
Google image search, first result.

.hack//G.U.+ chapter 13

File: 123123.jpg (47KB, 460x215px) Image search: [Google]
123123.jpg
47KB, 460x215px
I'm need of Trials in the Sky save, the one starting in the city of Zeiss.
The saves are located in (Steam folder)\userdata\(user number)\251150\remote\fc\
I've played TITS on PSP but is uncomfortable as fuck, so I bought in on steam, but cannot find a file.Thanks in advance
2 posts and 1 images submitted.
>>
Anyone?

Pages: [First page] [Previous page] [1560] [1561] [1562] [1563] [1564] [1565] [1566] [1567] [1568] [1569] [1570] [1571] [1572] [1573] [1574] [1575] [1576] [1577] [1578] [1579] [1580] [Next page] [Last page]

[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.