Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
bagfox8724yAlways split into 3gb files. For many reasons I’m not aware, but mainly file system compatibility.
-
Root797344y@vigidis Agreed
@Parzi 16x16? What. Why? What are you doing? And why do you think this approach is a good idea? 😟 -
Parzi86694y@vigidis no
@Root because I could. I was trying to push Shotcut to its limits as well. (Shotcut uses a metric fuckton more RAM per frame at 1000 hours over 1 hour, for some reason. The more frames already allocated, the more RAM it eats per new frame added. I think at around 800 hours it began to require 1GB of swap every time I added 1 frame's worth of time to the timeline) -
Parzi86694y@vigidis it's actually 1FPS, but I see what you're saying. I'm thinking it has something to do with the timestamp in correlation to fetching the frames as they get slower and slower when trying to get frames later in the file.
(also everything i do is boredom repellant lol) -
What @Voxera said. I'd love to have someone like you on some of my projects.
That being said, I'm surprised VLC has this issue. Historically, it's been the defacto for "properly implemented" if you don't count all of the ffmpeg stuff. -
Parzi86694y@junon i mean if you wanna hire me lmao
@Voxera qualifications on jobs involving that in my state are high as hell, sadly. -
@Parzi Filing bug reports on high profile open source projects can be a great portfolio for a QA position though. We recently hired someone who had no degree, but multiple legit bug reports for ways to make Firefox and AOSP crash or leak memory.
-
Parzi86694y@bittersweet i'm not really that high a skill level, is the thing, and unless it's super obvious it'll be *found* well before I do, just not *fixed* yet
-
https://trac.videolan.org/vlc/...
Most of the log isn't relevant I think.
VLC is modular and a lot of support comes from non VLC projects depending on build time configuration.
apparently with massively long videos, with no timestamp corruption or seek table fuckery, like ACTUALLY massively long videos, VLC dies somewere around the "several hundred hour" mark when trying to get the next frame.
is this a bug or did my hubris exceed VLC's tolerance?
rant