Page 1 of 1

[discussions] PMV heavean Upload

Posted: Sun Jan 05, 2025 4:50 am
by zou2oury
Hello I am seeing long videos on PMV heavean but I can not upload them. any idea how to upload long videos?
Thank you

Re: [discussions] PMV heavean Upload

Posted: Sun Jan 05, 2025 5:18 am
by PrimalInstincts
zou2oury wrote: Sun Jan 05, 2025 4:50 am Hello I am seeing long videos on PMV heavean but I can not upload them. any idea how to upload long videos?
Thank you
How long exactly?
As far as I know, PMVHaven only has a file size limit of 2.5 GB

Re: [discussions] PMV heavean Upload

Posted: Sun Jan 05, 2025 1:58 pm
by Speedofsound123
zou2oury wrote: Sun Jan 05, 2025 4:50 am Hello I am seeing long videos on PMV heavean but I can not upload them. any idea how to upload long videos?
Thank you
They used to have a large file limit but then changed it. It really sucks because you basically have to upload everything at 720p.

Re: [discussions] PMV heavean Upload

Posted: Sun Jan 05, 2025 2:31 pm
by kerastop
They used to have a large file limit but then changed it. It really sucks because you basically have to upload everything at 720p.
The 2.5 Giga limit still exists, but the resolution can be any.
I uploaded this video yesterday
https://pmvhaven.com/video/Slideshow-No ... 58816769d
2560 × 1440

Re: [discussions] PMV heavean Upload

Posted: Mon Jan 06, 2025 6:13 am
by Speedofsound123
kerastop wrote: Sun Jan 05, 2025 2:31 pm
They used to have a large file limit but then changed it. It really sucks because you basically have to upload everything at 720p.
The 2.5 Giga limit still exists, but the resolution can be any.
I uploaded this video yesterday
https://pmvhaven.com/video/Slideshow-No ... 58816769d
2560 × 1440
Yes but if your videos are over like 5 minutes, which all of mine are, there's no way you are uploading at 1080.

Re: [discussions] PMV heavean Upload

Posted: Mon Jan 06, 2025 6:52 am
by edger477
Speedofsound123 wrote: Mon Jan 06, 2025 6:13 am
kerastop wrote: Sun Jan 05, 2025 2:31 pm
They used to have a large file limit but then changed it. It really sucks because you basically have to upload everything at 720p.
The 2.5 Giga limit still exists, but the resolution can be any.
I uploaded this video yesterday
https://pmvhaven.com/video/Slideshow-No ... 58816769d
2560 × 1440
Yes but if your videos are over like 5 minutes, which all of mine are, there's no way you are uploading at 1080.
2.5gb is enough to have 90 min in 1080 in pretty great quality in h265. See popular releases here on milovana that are shared in megas. Handbrake is your friend.

Re: [discussions] PMV heavean Upload

Posted: Tue Jan 07, 2025 5:35 pm
by zzzed
Speedofsound123 wrote: Mon Jan 06, 2025 6:13 am Yes but if your videos are over like 5 minutes, which all of mine are, there's no way you are uploading at 1080.
If you can't get 5 minutes of 1080p to weigh less than 2.5GB, you're doing something wrong.

Here's a transcode that will get that down to <150MB per 5 minutes with no visible loss of quality. It's what I use to compress videos with far-too-high bitrates:

Code: Select all

ffmpeg -i input.mp4 -c:v libx265 -preset slow -crf 20 -c:a aac -threads 2 -x265-params crf=20:pools=1 output_x265.mp4
You can even use `-preset veryslow` for additional compression while decreasing crf to maintain quality, but TBH crf 20 is overkill already. veryslow can save quite a bit of space but it takes a lot longer to finish.

Re: [discussions] PMV heavean Upload

Posted: Fri Jan 10, 2025 11:25 pm
by zou2oury
thanks all I will try again

Re: [discussions] PMV heavean Upload

Posted: Mon Jan 20, 2025 2:57 am
by Speedofsound123
Thanks for everyone here who taught me I could make the files way smaller then the direct output from the video editing software. I am actually going to be able to have all of my videos fit on mega once I finish converting them.