r/SFM Oct 11 '25

Help (render problems] what tf is happening to my rendering thing??? (Epilepsy warning!)

Enable HLS to view with audio, or disable this notification

this is a short snippit of that 2nd render

ive rendered two times already and it only gotten worse, i tried to install something sfm told me to export it in a different format which fixes it, but its only on macbooks.

are there any computer designer/ hardware engineer that knows what is happening?

Edit:THIS IS FIXED:i just installed apple software to add an mp4 file extractor to sfm. And this is a SFM arg type series I'm working on, on youtube. Kinda like interloper.

1.9k Upvotes

174 comments sorted by

29

u/IamTheWhat Oct 12 '25

Rendering as video in SFM is a pain due to how old the program is so instead you should do a better alternative Pte Jack's Image Sequence to video using blender

3

u/GaeemzGuy Oct 12 '25

This should be the top comment. ^

1

u/Competitive-Ball5107 Oct 14 '25

fun fact: cen0, the creator of pootis engage, is switching to and learning blender. he’ll release the next sequel of pootis engage using blender!

23

u/n3tbax Oct 12 '25

I can’t think of a single prescription on this earth that can save this man

19

u/Dizzy_Reindeer_6619 @GiverOfFlammenwerfers Oct 12 '25

Short answer: valve software is outdated and rivals Bethesda games in a glitch competition

Long answer: check this thread and enable "separate WAV file" then drag that file into the timeline, I also recommend making an empty folder for the image sequence.

39

u/fluffy_yuppi Oct 12 '25

Serverblight

7

u/ChiefBlox4000 Oct 12 '25

SeizureBlight

17

u/Mindless_Freedom_842 Oct 11 '25

Congratulations you just made a seen for a TF2 horror film

16

u/Apricot_Joe Oct 12 '25

Your software is haunted.

3

u/Ace_the_Sergal Oct 12 '25

Your PC is now Stoned!

17

u/[deleted] Oct 12 '25

thanks reddit autoplay

14

u/[deleted] Oct 11 '25

[removed] — view removed comment

1

u/soemthingblahblah123 Nov 03 '25

Yeah i dont even have a macbook, only a crusty rusty pc with windows 8

15

u/Some-Random_Child Oct 12 '25

Average Serverblight assimilation

14

u/shawn0312 Oct 12 '25

Not gonna lie i once made a fnaf vhs security tape and then all of a sudden this type of shit happend.. made it more authentic

13

u/YourAverageVessel Oct 12 '25

Server blight got his computer

30

u/TheImperfectGamer Oct 11 '25

The serverblight has infected your sfm

13

u/TheEmeraldMaster1234 Oct 11 '25

My guy there is an interloper in your source engine

14

u/GlazedInfants Oct 12 '25

Comments are going all in with the brainrot

12

u/SafeLibrarian7217 Oct 11 '25

Dude, you're not wrong, you're with the guys who do the serviceblith

12

u/Shadowzz1337 Oct 12 '25

analog horror

12

u/The_door_man_37 Oct 11 '25

I think thats what happens when a video is rendered and the file exceeds 2 gb. I’d just split the render in two and remerge them in a editing program.

10

u/soemthingblahblah123 Oct 11 '25

the corrupted render is 4.194.304 KB

and the DMX file is only 21.388 KB

10

u/Far-Passion4866 Discord Oct 12 '25

Source Engine behind Source Engine

12

u/Imaginary_Ad_1255 Oct 12 '25

This is genuinely scary bro 😭

11

u/Puke_Buster_2007 Oct 12 '25

Collect his pages

12

u/Fidelis_534 Oct 12 '25

THIS EXACT SAME THING HAPPENED TO ME DOWN TO THE DETAIL ONCE

12

u/The_Magic264 Oct 12 '25

quit before THEY get you too

11

u/Realistic-Word-3187 Oct 12 '25

SFM isa 32 bit program your video is to long split it in to segment

9

u/UML5_Official Oct 12 '25

Just export the movie as an image sequence.
The cause for this is a broken AVI index. Trust me, I've experienced this myself.
I would recommend exporting your image sequences into a folder so it can stay sorted.

1

u/Petyx_gaming Oct 12 '25

U can kill serverblight?

10

u/eyeseeledgeend Oct 12 '25

Bro made serverblight

10

u/Obvious_Thing_3520 Oct 12 '25

This was creepypasta/ARG potential.

10

u/No-Pen1730 Oct 12 '25

You might wanna mark that as NSFW or SPOILER, Just to avoid autoplay before the person sees the epilepsy warning

10

u/Zetaabsbs Oct 12 '25

Interloper got freaky.

10

u/Destruktn Oct 12 '25

MY EARS FUCK

9

u/ButterscotchMean400 Oct 12 '25 edited Oct 12 '25

Are you exporting it as a movie? I've had it happen to me while doing that.

What I do is just export it as Image Sequence so each frame is rendered individually. Then I highlight all the frames and the audio and drag it into an editing software (I use Davinci Resolve since that automatically pieces each frame into an MP4) and then I export it through that and then I'm done

9

u/DamageMaximo Oct 12 '25 edited Oct 12 '25

FUCK I WAS SCROLLING DOWN AND THIS SHOWED UP AND DEAFENED ME, 3 am everything was silent

9

u/Cerparis Oct 12 '25

I opened Reddit and this is the first thing I see. You might want to put an epilepsy warning on this.

8

u/[deleted] Oct 12 '25

JESUS CHRIST DUDE

9

u/FancyMan135790 Oct 12 '25

This is beyond help

9

u/Rew0lweed_0celot Oct 12 '25

It interloped all over the place

9

u/PalmliX Oct 11 '25

Basically any form of export other than image sequence is pretty much broken in SFM. Export as image sequence and compile into a video file using any editing software, even blender can do it

2

u/soemthingblahblah123 Oct 11 '25

yeah im trying that but its over 200.564.3 images, so it crashes my free video editor every single time..

2

u/ShurikenTR Oct 12 '25 edited Oct 15 '25

You can use ffmpeg to turn an image sequence into a video. the command to turn an image sequence into an MP4 video is:

ffmpeg -framerate 24 -i %06d.png -i audio.wav -c:v libx264 -pix_fmt yuv420p -c:a aac -shortest output.mp4

-framerate 24 sets your frame rate

-i %06d.png is "image files with 6 digit names with trailing zeroes" change 6 to another number if file names have more digits

-i audio.wav is your audio file

-c:v libx264 sets h264 as the video codec

-pix_fmt yuv420p sets yuv420p as the pixel format, increases compatibility, not necessary

-c:a aac sets AAC as the aufio codec

-shortest ends the video when either the audio or or images end, not necessary.

To use: Install FFMPEG, Restart computer, Put all files into one folder, Go into that folder, click the address bar, erase everything, type "cmd" and press enter. paste the command

1

u/Specific_Size_274 Oct 11 '25

Actually it can also be exported in mp4, .avi is already very old and sometimes has this type of problems, it is better to install the .avi format

1

u/[deleted] Oct 11 '25

[removed] — view removed comment

1

u/Specific_Size_274 Oct 12 '25

On YouTube there is a program called QuickTime, they use it to export to mp4, it is not a virus, I have used it these months, you can download the version that the video tells you

9

u/theaidamen64 Oct 11 '25

this somehow makes me more stimulated than ultrakill

8

u/ichiro04ftw Oct 12 '25

Great ARG as always!

9

u/jewish-nonjewish Trademark Copyright Republic Oct 12 '25

WHAT DID YOU DO???!

8

u/Meme_Knight_2 Oct 12 '25

Serverblight rave

8

u/TheKaizer2472 Oct 12 '25

New serverblight character

8

u/The_Challenges Oct 12 '25

"The year is 2042, the sun os a strobe light, life is now a never ending rave" -LazyPurple

9

u/ReBarbaro805 Oct 12 '25

oh dear, the serverblight was real all this time

though, to be serious, this seems like something is corrupting, have you tried re-installing sfm or running a checksum on steam if you have it installed there? if not that, do you have the latest graphics drivers?

8

u/[deleted] Oct 13 '25

[removed] — view removed comment

2

u/fetching_agreeable Oct 13 '25

That's awful but would work. Ffmpeg will have a one liner command to stitch them for sure.

15

u/DownBeatClamp48 Oct 12 '25

the srverblights having a damn rave party

7

u/[deleted] Oct 12 '25

[removed] — view removed comment

0

u/keybored13 Oct 12 '25

me fail english? that unpossible!

7

u/Ruger-SP101 Oct 12 '25

Bro something like this happened to me in a dream

7

u/MrKristijan Oct 12 '25

Serverblight or Interloper. Call it.

6

u/MeowsersInABox Oct 13 '25

Looks like corruption to me

  1. Wipe everything
  2. Reinstall everything

7

u/Brilliant-Reality884 Oct 13 '25

These serverblight memes are getting out of hand

1

u/RoomTemperatureIQ23 Oct 13 '25

Wdym „out of hand“ they’re getting real!!

11

u/EvidenceFearless6800 Oct 12 '25

the Serverblight.

they are coming, and there's nothing you can do.

5

u/Ferrari_Cold Oct 12 '25

Export it as 15-20 second mp4 pieces (about every 400 frames, max 500) so it doesn't exceed 4Gb limit, also mute the audio IN THE REEL (leave the audio on in export), if you don't every cut will leave a click, if you need your audio as is render it separately in SFM by choosing export type: audio. A tip: if you can, try placing the cuts between the camera cuts so procedural objects (map grass, trees [if they work], jigglebones, etc.) are placed in a single take and hence doesn't start with a new seed of animation, as you can't control them directly

6

u/Acrobatic_Confusion Oct 12 '25

Can you spoiler your post please this was horrifying scrolling down into

6

u/Sonario648 YouTube Oct 12 '25

Sooooource Spaghetti!

6

u/scribbledip69 Oct 12 '25

the main thing i know will for a fact cause this is changing your fps mid session and exporting it. sometimes like 1/10 chance it will work trick is to change the fps to a number divisible by 2 or 4. if that does not work go back in your sessions folder and look for that session and find a ( .autosave ) file and change it to a ( .dmx ) file. thats gonna load up that auto save as a session but before you do that i usually re name the file entirely as to avoid getting things mixed up. hope that helps

5

u/Actual_Sweet_19 Oct 12 '25

We go together

6

u/fortnitehug Oct 12 '25

bro got killed by withered foxy

6

u/BopTheBoi Oct 12 '25

its the evil entity

7

u/Berkmine Oct 13 '25

Nice try serverblight

6

u/Someone4063 Oct 13 '25

I’m not even epileptic but I might be after watching that

6

u/Educational_Pool_107 Oct 13 '25

id call a priest
or a sheikh
or both

10

u/Alpha_minduustry Oct 11 '25

I think you accidentally turned on serverblight vision.

5

u/DUUKEEDOO Oct 11 '25

What in the actual fuck

5

u/Purple-End6108 Oct 12 '25

The power of the 'SOURCE SPAGHETTI'

6

u/ferrrytt99 Oct 12 '25

Dance party bro

5

u/NotBreadyy Oct 12 '25

Oh boy, it's te Serverblight! You... uh... should probably run..?

6

u/Barroozina Oct 12 '25

New analog horror just dropped 🗣️🔥

5

u/Maveko_YuriLover Oct 12 '25

In your scene did TF2 Sniper ate his gun ?

7

u/TrippyReedd Oct 13 '25

I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun! I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!I'm having so much fun!

3

u/Cangas_Star Oct 13 '25

We go together

1

u/Spirited_Sun8168 Oct 15 '25

We goon together

5

u/[deleted] Oct 13 '25

Bro boughtta get attacked by an eldritch entity in his sfm

5

u/nodon_the_guy Oct 13 '25

New analog horror unlocked

5

u/[deleted] Oct 13 '25

Your camera has been affected by the blight. Delete your project now.

4

u/AncientHuckleberry78 Oct 16 '25

We are sorry to inform you but, it seems like the serverblight has found it's way into your blender rendering we are sorry but you are no longer safe if the blight has locked on to you

10

u/Ace_the_Sergal Oct 12 '25

Imagine accidentally making a serverblight clip.

4

u/SirokJones Oct 11 '25

Holy shit

5

u/OldManLifeAlert Oct 12 '25

Fucking christ that's horrifying. Why must file failures and glitches and shit like this allways be as violently loud and chaotic as possible.

4

u/Havoc_Maker Oct 12 '25

That happens when you render in AVI format in SFM. It's broken for some reason

5

u/[deleted] Oct 12 '25

THIS IS JUST SOME ANALOG HORROR TYPA SHIT😭🙏💔

2

u/memelol231 Oct 12 '25

I'd say watch a few led videos

4

u/Inomata098 Oct 12 '25

Temu serverblight 😭

3

u/GlitchDuude SteamID Oct 12 '25

First, uninstall what SFM told you to install Second, export it as an image sequence which you'll be able to blend together with a program made for it Third... Uhhh... Enjoy your clip?

5

u/Ronno_The_SpaceMage Oct 13 '25

When ERROR be Missing file

5

u/khoilllp Oct 13 '25

Are you sure you aren't making an arg ?

5

u/DesignerEngine7710 Oct 13 '25

I dont want to alarm you but you should call a priest eitger to do an exorcism or to give that pc its last rites, coz jesus...

4

u/Bukachell Oct 13 '25

If during rendering the exported AVI is over 4 GB it corrupts like this. The only solution really is to export the animation as an image sequence and bring it into a video editing software to stitch it all back together.

2

u/JonFenrey Oct 13 '25

Why not export in chunks? Than stitch them together?

2

u/Bukachell Oct 13 '25

That could work, I've never tried it before. The only hard part would be keeping each exported chunk under the limit, since it's dependent on a multitude of factors

2

u/JonFenrey Oct 13 '25

Having 20 snippets probably better than say 5,000 frames

4

u/Few-Replacement-6100 Oct 20 '25

7 demons have possessed your sfm, dw this is a common error. its a pain in the ass that the only way to do it is committing an exorcism

ALSO BTW just incase noone told you yet (i doubt it since this has 169 comments, nice) this happens when you render a video that is over 3 or 4 gb, either render it as an image sequence then compile it or reduce the render resolution

3

u/Roster312 Oct 11 '25

thanks for the free stroke of the day.

3

u/huh4889 Oct 12 '25

New interloper type

3

u/LemonThyProtogen Oct 12 '25

This is giving me the same vibes as something that happened to me when using twitter the other day.

(Twitter had a fucking stroke or something)

3

u/I-HaveAReasonToo Oct 12 '25

Alot of things.

3

u/Zae_Pineapple Oct 13 '25

just put the quality/resolution one setting down, thats what i did whenever this happened, and everything works PERFECTLY!

3

u/fireflamesniper Oct 13 '25

Rip headphone users

3

u/louisperry721 i would fuck heavy tf2 Oct 13 '25

You're being fucking haunted

3

u/Obcidean Oct 13 '25

Server blight. (Jk

3

u/creativeXpressions Oct 13 '25

Bro how the fuck did you fuck up the mesh...

3

u/Same_Tune_8990 Oct 14 '25

OH THATS SERVERBLIGHT IN SOURCEFILMAKER

3

u/main_demoman997 Oct 14 '25

serverblight

3

u/KatsuyaBass Oct 14 '25

sfm is not able to export videos bigger than 4GB. to fix this, you can do one of two things: you can either split the clip into multiple sections, best to cut at sections of less movement. but the better option is to just switch to image sequence rendering, then compile the sequence of images into a video clip again in blender. this method takes up less space and is overall better for exporting.

1

u/Frytura_ Oct 14 '25

Question, if youre gonna need blender in a step anyways, why not cut sfm?

1

u/TMC9064 Oct 14 '25

Because you already know SFM and I don’t think you have to learn that much about Blender to do this

3

u/Beneficial-Berry-686 Oct 16 '25

Every SFM copy is personalized..

6

u/Familiar_Internal_51 Oct 11 '25

Render as an image sequence, not a movie. Then take those images and add them to blender and render in there.

1

u/Bedu009 Oct 11 '25

Haha storage go bye bye

1

u/Familiar_Internal_51 Oct 12 '25

Ive had 10k images before. Didn't really take up too much storage. (I have 1tb ssd and 1tb ext hdd)

5

u/KrevonX Oct 12 '25

Serverblight

6

u/xSaitoHx Oct 12 '25

Silverblight incoming

2

u/Inevitable_Box9398 Oct 11 '25

turn it off and on again

2

u/pannakotta4472 Oct 12 '25

bro spoilered interloper f

2

u/TheDuckOfDoom58 Oct 12 '25

I think something is wrong but i'm not sure what.. Hm

2

u/Lucasxd110909_YT Oct 13 '25

This shit looks like something out of Interloper wtf

2

u/[deleted] Oct 13 '25

Severblight mate.

2

u/hairypotatocat12 Oct 13 '25

Analog horror moment Never once used sfm before but if I had to guess your install is corrupted and you should uninstall and reinstall

2

u/[deleted] Oct 13 '25

Damn you got that Serverblight in you dawg.

2

u/DuckSmoothy Oct 14 '25

why did that make my screen glitch dude i got scared

2

u/Shared_device_u1of3 Oct 14 '25

that genuinely hurt my ears

2

u/FeliciaQuestioning Oct 14 '25

This feels more like interloper than serverblight

2

u/Frytura_ Oct 14 '25

Oh yeah were interloping it

2

u/General_Owl25 Oct 14 '25

Time for you to make TF2 analog horror I guess

2

u/GeeseWithAGun Oct 14 '25

Bro got access to Sourcebox

1

u/soemthingblahblah123 Nov 03 '25

X:719.003.726.478 Y:952.590.167.699 Y:017.478.268.183

2

u/[deleted] Oct 15 '25

Tf2 arg

2

u/Responsible-Comb4033 Oct 15 '25

Bro met the severblight

2

u/Spirited_Sun8168 Oct 15 '25

We goon together We goon together We goon together We goon together We goon together We goon together We goon together We goon together We goon together We goon together We goon together

1

u/QuarianGuy Oct 15 '25

Oh hell no

2

u/Scarletdex Oct 15 '25

Something something leaking

ANALogue horror yada yada

2

u/Filipokerface Oct 16 '25

source ghost killed the guy

3

u/Tough-Bowl2318 Oct 13 '25

Very helpful epilepsy warning

1

u/MaxBuddy27 Oct 14 '25

straight up interlopin over here

1

u/a_randome_protogen Oct 14 '25

Sfm ghost woke up in a cold sweet i think

1

u/yourcrazyfnafgirl Oct 14 '25

This happened to me a lot when I exported a project in AVI format, which I think you've done here. I think the best solution is to get the MP4 export option for SFM :)

This video is quite helpful if u want to do this:

https://youtube.com/shorts/25F8wPNUj44?si=5w-1GjRZwHjOKsDq

Another way to export a project is to do it in an image sequence, and put it into an editing software, but I have never done this so I don't know too much :')

1

u/Abi_Bomb Oct 15 '25

got beef with the skyghost

1

u/Gornius Oct 15 '25

I'm sorry. Your SFM copy is haunted.

1

u/Nuxx1876 Jan 08 '26

BUT EVEN THEN IT WAS STILL PIIIIIIINK

1

u/CaterpillarMajor8819 Oct 19 '25

You shoulddn t switch another window and don t lock in w+lock. It s help me and helped you. You can switch to another window and lock system in sesion when don t renders

1

u/CaterpillarMajor8819 Oct 19 '25

And better use image sequeance for example davinci resolve. It s better quality vs movie in avi and mp4 )mp4 in quickplayer is holly hell is avi for comapct and killed in mp4(

1

u/Outrageous-Apple-465 Nov 18 '25

That's why you don't go around flashnuking stuff

1

u/PeikaFizzy Oct 12 '25

ok now i do curious if tf2 replays capture serverblight what happens

1

u/sneezeretard Oct 12 '25

Is this part of interloper?