[Settings] [Home] [Catalog] [Search] [Private messages] [Admin]

We will watch Mahoromatic (2001) next Saturday 18:00 UTC [Info] [Countdown]

Last Oekaki@Heyuri post was 3 hours, 29 minutes ago
Last Strange World@Heyuri post was 1 hour, 28 minutes ago ヽ(´ー`)ノ
Filter boards

Want your banner here? Click here to submit yours!

2D Cute@Heyuri
can't believe i manage to pull rossi with a 0.8% pullrate!! i can die happy! :cry:
33 posts omitted. Click Reply to view.
>>
>>9059
i tried and faileed :cry:
>>
No worries! I looked into how teh banner works - and for teh next two banners - you will be able to get a 50% chance to get rossi. I spent 50k Orbs to get this retarded neko but i didnt. I still have 1 banner-period 2 get her! :3
>>
I mange to get Rossi twice :sweat2:
>>
>>9067
another chance at victory! :iyahoo: (at a 50% success rate)
>>
File: arknights-endfield-949493499.gif
(433 KB, 220x220)
443476
but to get a 6star is still 0.8% :sweat2: That said, i've 6~ sixstar! :3

2D Lolikon@Heyuri
please cute girls created by AI
191 posts omitted. Click Reply to view.
>>
キタ━━━(゚∀゚)━━━!!
>>
キタ━━━(゚∀゚)━━━!!
>>
Agnes digital
>>
Original graphics
>>
キタ━━━(゚∀゚)━━━!!

Off-Topic@Heyuri
Ow.... mai pooper
3 posts omitted. Click Reply to view.
>>
i wonder wat happened to these 2000s oekaki artists
>>
>>180123
We ate them all in the great famine of '09
( ´¬` )
>>
>>180124
they taste so good.. (´¬`)
>>
heaven :drool:
>>
>>180123
futabas oekaki board is still super active and full of great art

Off-Topic@Heyuri
2177627
do you keep plants? ヽ(´ー`)ノ
1 posts omitted. Click Reply to view.
>>
which is which? which is saya which is rumia what are their names?! very important!!!
>>
>>180131
do you grow salvia?
>>
>>180131
thank you
>>
>>180132
no, done with schizophrenia :x3:

Off-Topic@Heyuri
File: video.webm
(1.08 MB, 1364x768)
1135942
what a nice threahhh uhhhhhhhhhh
>>
Isn't that the 3D piggu board? Gross. ヽ(`Д´)ノ
>>
>>180058
um, that is the /a/ board from the imageboard that cannot be named (;´Д`)
>>
>>180060
4chan. the greatest chan ever created :nyaoo-closed-eyes:
>>
4chan moar liek 4dumbgaybabies :cool:
>>
zomg sex

Flash@Heyuri
キタ━━━(゚∀゚)━━━!!
>>
oh, hitler birthday is coming up soon :nyaoo-closedeyes:
>>
>>4717
4/20 is on a monday
>>
>>4717
_.--""-.
.--" `.
/ \
: . ;
; : |
:: . :: :
::. .:' ':. ;
;::::' __.._ ::. :
/ __.g$$$$$$""gp.._'-._
.'.g$$$$$$$$$P T$-.:""-/
'-.T$$P`T$$P' ");|.-'
"T .- ,-'
bug l _, / ;\.-"\
d$$bp. / ; `-.
T"--"T .' : \_, :
Y""- _.-" ' ; )' ;"-._
.:b..gdP / / .' / "-.
/ 'T$$P" .' .' .' `.
_.-`. \ \ .' .-" \
.' "-.)_ `.-" .-" ;
/ "-._.-" :
-------------------------------
⠀⠀⠀⠀⢀⣤⠀⠀⠀⣀⣤⣤⣀⠀⠀⠀⣀⣤⣤⣀⠀⠀
⠀⠀⠀⣴⣿⣿⠀⠀⠾⠿⠋⢹⣿⡇⢀⣾⡿⠋⠙⢿⣷⠀

Comment too long, view post No.4773 to see the full comment.

Flash@Heyuri
FANTEN!!!!!!!!!!!!!!!!1XXDDDDDDDDDDDDDDD

Anime/Manga@Heyuri
I was going to ask this to staff-san directly but I figured out a thread is better for preservation of knowledge

I used the below ffmpeg cmd script (created by AI) for some anime and it worked fine, but for the one I'm trying right now it placed the subtitle at wrong location and made the text very small for some reason. Probably because they are in some weird DVD-based format.

@echo off
setlocal enabledelayedexpansion

for %%F in ("*.mkv") do (
set "name=%%~nF"
set "out=!name!.mp4"

echo.
echo ===== Processing "%%~nxF" =====

ffmpeg -y ^
-i "%%~fF" ^
-filter_complex "[0:v][0:s:0]overlay" ^
-map 0:v ^
-map 0:2 ^
-c:v libx264 -pix_fmt yuv420p -preset slow -crf 22 ^
-c:a aac -b:a 128k ^
-movflags +faststart ^
"!out!"

if errorlevel 1 (


Comment too long, view post No.6238 to see the full comment.
>>
:dizzy::dizzy::dizzy::dizzy:
i... um, script? buts its pictures!
:dizzy::dizzy::dizzy::dizzy:
>>
I do the transcodes 4 Heyuri Cytube. I use HandBrake, and the settings I generally use are:

Format
Format: MP4
Web optimized: enabled
Align A/V start: enabled
Passthru common metadata: enabled
Display size: automatic
Dimensions
Cropping: None
Resolution limit: 480p NTSC SD
Anamorphic: automatic
Optimal size: enabled
Filters
All off unless there's telecine/interlacing issues (typical on unaltered DVD rips) or too much noise (typical on BDs of cel era anime - noise is difficult to compress and bloats ur resulting file sizes, so it's best to smooth it out while trying to retain as much of the actual content detail as possible). Filters drastically slow down the whole process so I prefer to avoid them
Video
Video encoder: H.264
Framerate: Same as source, variable framerate
Color range: Same as source
Encoder options
Encoder preset: Slow (depends on how l33t ur CPU is and how long u can tolerate - the slower it is, the better job it does of compressing, but there is a point of diminishing returns)
Encoder tune: Animation (fast decode disabled)
Encoder profile: Main
Encoder level: 3.1
Quality

Comment too long, view post No.6240 to see the full comment.
>>
When I encode something with complex fancy font subtitles I use these ffmpeg settings
-i inputfile -map 0 (other settings) -c:s copy -map 0:t? output.mkv
so for a real example these are my settings to compress a HUGE 25+GB anime down to only 2.3gb

-map 0 -c:v libx265 -preset medium -crf 22 -tune animation -vf "scale=-2:720:force_original_aspect_ratio=decrease" -c:a aac -b:a 448k -ar 48000 -c:s copy -map 0:t? 

audio bitrate should be lower but this anime had good music and was coming from a flac source so 448 is like 99.9% identical quality. dual audio would be more complicated, you could just copy the audio streams if it isn't flac which is HEUGE
preset slow will make the file slightly bigger but a lot better quality
also you gotta use mkv because it is one of the only containers that let you keep the complex subs
h264 is way better for compatibility though
>>
DVD subs are always a hassle (・∀・)

>>6308
the big issue is that you need baked subs for cytube, c:s is not going to help

Off-Topic@Heyuri
zzzzz.
>>
Proabably because it sucked. :biggrin:

:sage:
>>
>>180065
no as in theres no sage there.
loser.

Off-Topic@Heyuri
Name this neko :af2:
4 posts omitted. Click Reply to view.
>>
NIGGANEKO! :nigra::af2::nigra::af2::tacgnol:
>>
I know a guy...
>>
:af2:
>>
>>180039
Stop tard gripping that neko, porky
>>
>>180039
li'l meowz :af2:

Off-Topic@Heyuri
im gonna go to sleep... dont do anything to me while im out (`∩´)σ
>>
i will protect you for all evil doers while you are asleep (´ー`)
>>
>>180050
Too late. ヽ(´∇`)ノ
>>
>>180054
i promised to protect him, not his anime figure ( ´_ゝ`)
>>
>>180054
gah..!

Off-Topic@Heyuri
you are not b&! yet ヽ(´∇`)ノ

(USER WAS BANNED FOR THIS POST) banhammer


Off-Topic@Heyuri
Now.
2 posts omitted. Click Reply to view.
>>
2575952
5000000 headpats!?
>>
>>
illegal 2 be this cute.
>>
>>180077
so cyuteeeeee
>>
>illegal 2 be this cute.
so i'm calling the cute police! (`∩´)σ

Girl Talk@Heyuri
You should be allowed to give your big brotehr kiss on the lips if u like him
>>
u are in fact allowed to give your big brotehr kiss on the lips anytime!
>>
>>1754
What about your little brotehr?
>>
>>1758
personally im more of a siscon myself, but if i had a cute shota otouto i would definitely molest him. i would make him drink a lot of water and tea (for the diuretic effect) and lock him out of the bathroom until he has an accident
>>
>>1759
Thats kind of cruel.

Off-Topic@Heyuri
Would you settle for a plain old 3/10 girl?
5 posts omitted. Click Reply to view.
>>
i'll take whatever as long as she hugs me alot (σ・∀・)σ
>>
you're kidding, right? :sweat3:
>>
If that's a 3/10 then call me O.J. Simpson.

If you quit looking at supermodels or 2D propaganda and realize that's just what a normal female looks like, then she is above half of most women in the world in terms of looks.
>>
>>180100
Yo OJ! Who knew they had internet in heaven
>>
if this is a 3/10 to OP, his eyes were closed (;´Д`)

Off-Topic@Heyuri
What are you currently working on?
Are you building any thing?
Talk about it here!

I am building an app that lets me keep notes more easily.
I'm also adding a timer to it to remind myself to stand up from my desk occasionally. ( ´ω`)
12 posts omitted. Click Reply to view.
>>
>>
>>
>>179971
What mods?
>>
>>179936
I was about to start working on the cosplay for this con season but my FUCKING SEWING MASHITTER stopped working because the goddamned LOOP thingamanigger wont CATCH THE FUCKING THREAD
>>

Got my hobby desk finally set up. now i can assemble gunpla peacefully. ヽ(´ー`)ノ

Anime/Manga@Heyuri
What do these expressions represent?
5 posts omitted. Click Reply to view.
>>
traning!!!!!!!!!
>>
>>6032
new, larger size buttplug
>>
:kuma6:
>>
hard work?
>>
>>6032
orgasms

2D Lolikon@Heyuri
no aishit post quality stuff ty
68 posts omitted. Click Reply to view.
>>
キタ━━━(゚∀゚)━━━!!
>>
キタ━━━(゚∀゚)━━━!!
>>
キタ━━━(゚∀゚)━━━!!
>>
キタ━━━(゚∀゚)━━━!!
>>
File: kis.png
(8.67 MB, 4007x4500)
9087432
キタ━━━(゚∀゚)━━━!!

Off-Topic@Heyuri
What's your favorite genre
7 posts omitted. Click Reply to view.
>>
File: bignic vibe.mp4
(6.42 MB, 640x360)
6734957
>>
🚬 :cool:
>>
oh yeah if you liek downtempo, trip hop, chillout and stuff check out this free internet radio station

https://somafm.com/gsclassic/

no ads too! funded only by merch sales. :biggrin:

they have several different stations for different genres

https://somafm.com/#genre
>>
i liek denpa, neo-baroque, lolicore, mashcore, speedcore, happy hardcore, shimokita-kei, shibuya-kei and visual-kei! :biggrin:
>>
I've been mostly listening to Nujabes and Nine Inch Nails lately. Got tired of the niche stuff in my backlog, I've a few albums with 30+ total listens on Spotify and even less on Bandcamp, they're pretty nice.

Off-Topic@Heyuri
*NOM* thread.
2 posts omitted. Click Reply to view.
>>
キタ━━━(゚∀゚)━━━!!
>>
Yea... get fatter :tongue::love:
>>
キタ━━━(゚∀゚)━━━!!
>>
>>179763
SUPERSIZE SUPERSIZE TEH AMERICAN RACE
>>
we watched this documentary in school, its pretty good :3

Want your banner here? Click here to submit yours!

Delete post: []
[0] [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] [15] [16] [17] [18] [19] [20] [21] [22] [23] [24] [25] [26] [27] [28] [29] [30] [31] [32] [33] [34] [35] [36] [37] [38] [39] [40] [41] [42] [43] [44] [45] [46] [47] [48] [49] [50] [51] [52] [53] [54] [55] [56] [57] [58] [59] [60] [61] [62] [63] [64] [65] [66] [67] [68] [69] [70] [71] [72] [73] [74] [75] [76] [77] [78] [79] [80] [81] [82] [83] [84] [85] [86] [87] [88] [89] [90] [91] [92] [93] [94] [95] [96] [97] [98] [99] [100] [101] [102] [103] [104] [105] [106] [107] [108] [109] [110] [111] [112] [113] [114] [115] [116] [117] [118] [119] [120] [121] [122] [123] [124] [125] [126] [127] [128] [129] [130] [131] [132] [133] [134] [135] [136] [137] [138] [139] [140] [141] [142] [143] [144] [145] [146] [147] [148] [149] [150] [151] [152] [153] [154] [155] [156] [157] [158] [159] [160] [161] [162] [163] [164] [165] [166] [167] [168] [169] [170] [171] [172] [173] [174] [175] [176] [177] [178] [179] [180] [181] [182] [183] [184] [185] [186] [187] [188] [189] [190] [191] [192] [193] [194] [195] [196] [197] [198] [199] [200] [201] [202] [203] [204] [205] [206] [207] [208] [209] [210] [211] [212] [213] [214] [215] [216] [217] [218] [219] [220] [221] [222] [223] [224] [225] [226] [227] [228] [229] [230] [231] [232] [233] [234] [235] [236] [237] [238] [239] [240] [241] [242] [243] [244] [245] [246] [247] [248] [249] [250] [251] [252] [253] [254] [255] [256] [257] [258] [259] [260] [261] [262] [263] [264] [265] [266] [267] [268] [269] [270] [271] [272] [273] [274] [275] [276] [277] [278] [279] [280] [281] [282] [283] [284] [285] [286] [287] [288] [289] [290] [291] [292] [293] [294] [295] [296] [297] [298] [299] [300] [301] [302] [303] [304] [305] [306] [307] [308] [309] [310] [311] [312] [313] [314] [315] [316] [317] [318] [319] [320] [321] [322] [323] [324] [325] [326] [327] [328] [329] [330] [331] [332] [333] [334] [335] [336] [337] [338] [339] [340] [341] [342] [343] [344] [345] [346] [347] [348] [349] [350] [351] [352] [353] [354] [355] [356] [357] [358] [359] [360] [361] [362] [363] [364] [365] [366] [367] [368] [369] [370] [371] [372] [373] [374] [375] [376] [377] [378] [379] [380] [381] [382] [383] [384] [385] [386] [387] [388] [389] [390] [391] [392] [393] [394] [395] [396] [397] [398] [399] [400] [401] [402] [403] [404] [405] [406] [407] [408] [409] [410] [411] [412] [413] [414] [415] [416] [417] [418] [419] [420] [421] [422] [423] [424] [425] [426] [427] [428] [429] [430] [431] [432] [433] [434] [435] [436] [437] [438] [439] [440] [441] [442] [443] [444] [445] [446] [447] [448] [449] [450] [451] [452] [453] [454] [455] [456] [457] [458] [459] [460] [461] [462] [463] [464] [465] [466] [467] [468] [469] [470] [471] [472] [473] [474] [475] [476] [477] [478] [479] [480] [481] [482] [483] [484] [485] [486] [487] [488] [489] [490] [491] [492] [493] [494] [495] [496] [497] [498] [499] [500] [501] [502] [503] [504] [505] [506] [507] [508] [509] [510] [511] [512] [513] [514] [515] [516] [517] [518] [519] [520] [521] [522] [523] [524] [525] [526] [527] [528] [529] [530] [531] [532] [533] [534] [535] [536] [537] [538] [539] [540] [541] [542] [543] [544] [545] [546] [547] [548] [549] [550] [551] [552] [553] [554] [555] [556] [557] [558] [559] [560] [561] [562] [563] [564] [565] [566] [567] [568] [569] [570] [571] [572] [573] [574] [575] [576] [577] [578] [579] [580] [581] [582] [583] [584] [585] [586] [587] [588] [589] [590] [591] [592] [593] [594] [595] [596] [597] [598] [599] [600] [601] [602] [603] [604] [605] [606] [607] [608] [609] [610] [611] [612] [613] [614] [615] [616] [617] [618] [619] [620] [621] [622] [623] [624] [625] [626] [627] [628] [629] [630] [631] [632] [633] [634] [635] [636] [637] [638] [639] [640] [641] [642] [643] [644] [645] [646] [647] [648] [649] [650] [651] [652] [653] [654] [655] [656] [657] [658] [659] [660] [661] [662] [663] [664] [665] [666] [667] [668] [669] [670] [671] [672] [673] [674] [675] [676] [677] [678] [679] [680] [681] [682] [683] [684] [685] [686] [687] [688] [689] [690] [691] [692] [693] [694] [695] [696] [697] [698] [699] [700] [701] [702] [703] [704] [705] [706] [707] [708] [709] [710] [711]