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


Last Oekaki@Heyuri post was 8 hours, 33 minutes ago
Last Strange World@Heyuri post was 2 hours, 59 minutes ago ヽ(´ー`)ノ
Filter boards

Want your banner here? Click here to submit yours!

Anime/Manga@Heyuri
is /a/ watching anything from the spring 2026 season? Whatre you watching? Whatve you dropped?
>>
i'll see the new doraemon movie this year... the new shin chan movie, but thats about it. (´ー`)
>>
MF GHOST, Season 3.
>>
Nippon Sangoku is my favourite so far. I'm also enjoying Needy Girl Overdose, Witch Hat Atelier and Lulutto Lilly.
I'm watching some others (including the one in the OP picture), but they're just decently entertaining and not to the extent I'm looking forward to the next episode so i won't bother mentioning them.
As for the bad ones, I'll probably drop Snowball Earth cause I find it boring and it has way too much CGI. And then there's Ghost Concert which is such a mess that I actually won't drop it cause I'm curiosos to see how bad it will get.

2D Cute@Heyuri
キタ━━━(゚∀゚)━━━!!

2D Ero@Heyuri
キタ━━━(゚∀゚)━━━!!

Girl Talk@Heyuri
i wet the bed :cry::blush:
>>
:worry: how?
>>
i was peeing in my dream and then when i woke up i realised it wasnt a dream
>>
Kodomo!

Off-Topic@Heyuri
Marked for deletion (Old)
>>
Why not? Next question!
>>
>>180138
to fuck bitches and get money
>>
i fap, therefore i am
>>
>>180138
to draw cute lolis

Off-Topic@Heyuri
STOP DRAWING HENTAI

I HAVEN'T CAUGHT UP YET
Marked for deletion (Old)
>>
1866870
MOAR HENTAI MOAR HENTAI MOAR HENTAI MOAR HENTAI MOAR HENTAI

Girl Talk@Heyuri
what would you have done if you were mao's first wife?
>>
Why was he such a lamer. :ranta:

Off-Topic@Heyuri
Cars that only exist because of import restrictions thread

This is the Hindustan Ambassador, at one point being 70% of all cars driven in India. It was manufactured from 1957 to 2014. Reportedly there was never an improvement year by year and to purchase the vehicle you had to wait on a list for 6 months to 2 years until the Indian economy liberalized in 1991.
Marked for deletion (Old)

Off-Topic@Heyuri
it...it's alive!!!
Marked for deletion (Old)
12 posts omitted. Click Reply to view.
>>
>>
1162199
>>179954
Dinah.
>>
I like the nun lady
>>
>>180082
shes the original :kuma6:
>>
>>180127
this is how I want my future to be:emo:

Lounge@Heyuri
I get ENF; the nude woman is (read:can be) a thing of beauty. Natural curves are human instinct, everyone wants to see her even if they find being exposed shameful. A woman is a revered object whose nude status is art.

I don't get ENM. That's just a naked dude. Bits and unkempt pubic hair hanging out everywhere. The nigga probably ought to be arrested and at least embarrased at showing his unwanted, commodified body. A naked nigga is whatever. Be naked. idgaf. Who cares?
>>
be not embarrassed of the majesty of the male form ヽ(´∇`)ノ
unless your body is bad, then you should feel bad ( ´ω`)
>>
the male body can absolutely be beautiful, i like drawing male bodies with an above average amount of muscles
(i like drawing sexy women more though)

Off-Topic@Heyuri
2177627
do you keep plants? ヽ(´ー`)ノ
Marked for deletion (Old)
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
Marked for deletion (Old)
>>
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
キタ━━━(゚∀゚)━━━!!
Marked for deletion (Old)
>>
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
Marked for deletion (Old)

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.
Marked for deletion (Old)
>>
Proabably because it sucked. :biggrin:

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

Off-Topic@Heyuri
Name this neko :af2:
Marked for deletion (Old)
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 (`∩´)σ
Marked for deletion (Old)
>>
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

Marked for deletion (Old)

Off-Topic@Heyuri
Now.
Marked for deletion (Old)
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! (`∩´)σ

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] [712] [713] [714] [715] [716] [717] [718] [719] [720] [721] [722]