[a / b / c / d / e / f / g / gif / h / hr / k / m / o / p / s / t / u / v / vg / vm / vmg / vr / vrpg / vst / w / wg] [i / ic] [r9k / s4s / vip] [cm / hm / lgbt / y] [3 / aco / adv / an / bant / biz / cgl / ck / co / diy / fa / fit / gd / hc / his / int / jp / lit / mlp / mu / n / news / out / po / pol / pw / qst / sci / soc / sp / tg / toy / trv / tv / vp / vt / wsg / wsr / x / xs] [Settings] [Search] [Mobile] [Home]
Board
Settings Mobile Home
/wsg/ - Worksafe GIF

Name
Options
Comment
Verification
4chan Pass users can bypass this verification. [Learn More] [Login]
File
  • Please read the Rules and FAQ before posting.
  • Supported file types are: GIF, WEBM, MP4

08/21/20New boards added: /vrpg/, /vmg/, /vst/ and /vm/
05/04/17New trial board added: /bant/ - International/Random
10/04/16New board for 4chan Pass users: /vip/ - Very Important Posts
[Hide] [Show All]


[Advertise on 4chan]


File: Metroid - Kraid's Lair.webm (1.57 MB, 1024x1024)
1.57 MB
1.57 MB WEBM
Previous: >>6222640
>>
>>
>>
>>
>>
>>
File: StarTropics - Dungeon.webm (1.6 MB, 1024x1024)
1.6 MB
1.6 MB WEBM
>>
>>
>>
File: Golden Axe II Intro.webm (1.14 MB, 358x358)
1.14 MB
1.14 MB WEBM
>>
File: Golden Axe Intro.webm (3.59 MB, 422x422)
3.59 MB
3.59 MB WEBM
>>
>>
>>
File: A Fridge Called Nora.webm (2.81 MB, 720x720)
2.81 MB
2.81 MB WEBM
>>
>>
File: Shadowrun - Morgue.mp4 (5.76 MB, 426x240)
5.76 MB
5.76 MB MP4
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
File: A Merc's Job.webm (2.02 MB, 720x720)
2.02 MB
2.02 MB WEBM
>>
File: challenge - vg music.mp4 (4.5 MB, 406x360)
4.5 MB
4.5 MB MP4
>>
>>
File: Unholy Voices MIDI.webm (3.66 MB, 1600x2037)
3.66 MB
3.66 MB WEBM
>>6236585
based
>>
File: A New Home.webm (1.42 MB, 360x360)
1.42 MB
1.42 MB WEBM
>>
>>6235660
Genuinely the greatest boss theme of all time and its not even close.
>>
>>
>>
>>
>>
>>
File: CT Corridors of time.webm (2.58 MB, 784x708)
2.58 MB
2.58 MB WEBM
>>
File: Gyruss - Stage 2.webm (1.26 MB, 1024x1024)
1.26 MB
1.26 MB WEBM
>>
File: SLUS-00007_08.webm (2.69 MB, 1446x1429)
2.69 MB
2.69 MB WEBM
>>
File: A New Hop.webm (2.84 MB, 360x360)
2.84 MB
2.84 MB WEBM
>>
>>
>>6237806
never gets old
>>
>>
>>6238350
English Horn doesn't get much love in vidya ost's
>>
>>6237806
>>6238302
https://www.youtube.com/watch?v=T3iHxLs5maM
>>
File: A Sad Return Home.webm (4.5 MB, 480x480)
4.5 MB
4.5 MB WEBM
>>
>>6237806
>>
>>
File: Metal Crusher.webm (5.68 MB, 404x720)
5.68 MB
5.68 MB WEBM
>>
File: Kirby average boss.webm (5.05 MB, 404x720)
5.05 MB
5.05 MB WEBM
>>
>>
>>
File: A Sludge Too Far.webm (3.39 MB, 576x576)
3.39 MB
3.39 MB WEBM
>>
How do you guys encode these? I have mp3 and I have png. Which ffmpeg command do I use?
>>
>>6238888
Learn to use ChatGPT, anon.
Say "Write me a .bat file where I can drag and drop an image file and an mp3 file and it outputs a webm of them together. Just a webm of the image for the entire video and the mp3 as the audio. Then iteratively downscale until it is below 6.00 MB. Then output the webm file in the same directory."

Modern AI can handle that, it's not a huge amount of code.
>>
>>
>>6238953
Dumb nigger using an IA for a one line cmd line, pathetic losers.
>>
File: XCOM Enemy Unknown.mp4 (3.18 MB, 854x480)
3.18 MB
3.18 MB MP4
>>
>>
>>
File: A Sons Path.webm (3.94 MB, 360x360)
3.94 MB
3.94 MB WEBM
>>
>>6238888
>>6238953
no.
bad.
use that pink mushy thing inside your skull to actually learn something.


for instance
take your png, convert it to a moderately sized jpg as we want the extra space for music quality.
sometimes you can get away with a larger image, it all depends.

take your mp3, convert it with ffmpeg to the needed size (you'll figure it out)

ffmpeg -i NARC.mp3 -c:a libopus -b:a 180K out180k.opus


that gives you an image and and audio file, now we put it in vp9 webm container
ffmpeg -r 1 -loop 1 -i YourImage.jpg -i out180k.opus -map 0 -map 1:a -c:v libvpx-vp9 -crf 0 -g 4 -frames:v 4 -c:a copy -y freedom.webm

there, you can easily manipulate size requirments
>>
>>6239131
>>6239276
>getting triggered by saving time
>>
>>6239276
It works, but I don't really understand why and I also wonder if it's possible to merge these two commands into one (i.e. have mp3 and png as inputs to the command instead of opus and jpg).
Let's continue in >>>/g/109882191 to not derail the thread
>>
>>
File: Outer Wilds - Main Title.mp4 (3.45 MB, 1080x1080)
3.45 MB
3.45 MB MP4
>>
>>
File: Tecmo Super Bowl III.webm (5.66 MB, 666x374)
5.66 MB
5.66 MB WEBM
>>6236249
based tecmo bowl enjoyer
>>
File: oilocean.webm (5.94 MB, 666x374)
5.94 MB
5.94 MB WEBM
>>
>>6239382
It does not. When you're not in control of what you're doing, you're an idiot.



[Advertise on 4chan]

Delete Post: [File Only] Style:
[Disable Mobile View / Use Desktop Site]

[Enable Mobile View / Use Mobile Site]

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.