<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Can’t see my video file sizes on PeerTube.]]></title><description><![CDATA[<p dir="auto">So, I’ve uploaded some videos on peertube.wtf and I can’t see how large each one is, nor can I sort them. I want to be able to delete large videos if I run out of total quota. This is on version 8.0.1.</p>
<p dir="auto"><img src="https://lemmy.fedioasis.cc/pictrs/image/6ed87615-2f91-41d1-9fa9-d89666bec454.webp" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">I do think a video quota is a good idea, and PeerTube has two quotas, your daily limit, and total limit.</p>
<p dir="auto"><img src="https://lemmy.fedioasis.cc/pictrs/image/7b1fe8e4-522d-4121-aa8f-3363524b0271.webp" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">The total limit will fill up eventually if the account is active, and I think a way to see the largest videos you have on your account would help a ton.</p>
]]></description><link>https://forum.unfinishedprojects.net/topic/92376ab3-89f5-4611-8916-62a8024032ff/can-t-see-my-video-file-sizes-on-peertube.</link><generator>RSS for Node</generator><lastBuildDate>Fri, 10 Apr 2026 00:46:30 GMT</lastBuildDate><atom:link href="https://forum.unfinishedprojects.net/topic/92376ab3-89f5-4611-8916-62a8024032ff.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 28 Feb 2026 04:58:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Can’t see my video file sizes on PeerTube. on Sat, 28 Feb 2026 19:30:01 GMT]]></title><description><![CDATA[<p dir="auto">You can get a rough idea of how big each video is via an activitypub query for each video. For example:</p>
<pre><code>curl --header 'accept: application/activity+json' https://peertube.wtf/w/mhghLtY5dkLguNq5oFB2Ut | jq .
</code></pre>
<p dir="auto">Buried in there is a <code>url</code> entry, and buried in some of those is a <code>tag</code> entry and buried in some of those are details for the size of the video and audio for each upload.</p>
<p dir="auto">Peertube’s video channels have an outbox (similar to how Lemmy’s communities do, but not limited to 50 entries), so you can step through that to find the relevant info for everything in your channel.</p>
<p dir="auto">Doing that for your channel, I got:</p>
<pre><code>Shitpost #2
video: 482 x 480: 2.27 MB
audio: 0.3 MB

Shitpost #1
video: 480 x 480: 8.69 MB
audio: 0.94 MB

Will this replace the internet?
video: 1080 x 1920: 19.26 MB
video: 720 x 1280: 11.9 MB
video: 360 x 640: 5.23 MB
audio: 16.75 MB

Cat
video: 1920 x 1080: 7.77 MB
video: 1280 x 720: 2.14 MB
video: 640 x 360: 0.41 MB
audio: 0.23 MB
</code></pre>
<p dir="auto">If you assume that the size of the audio is ignored, and that lower resolutions are transcoded as requested, and add the sizes for the highest resolutions together, you get 2.27 + 8.69 + 19.26 + 7.77 = 37.99 (which is the 38 MB visible in your screenshot).</p>
<p dir="auto">The information is available, but it’s a pain in the arse to get, so it’s probably annoying for PeerTube themselves to show (a brief look suggests that the API response doesn’t provide it, so there’s nothing for the web frontend to display). It’s also possible that they may drop the higher resolutions for videos with low engagement, so the size of each upload isn’t static, which adds an extra complication.</p>
]]></description><link>https://forum.unfinishedprojects.net/post/https://lemmy.world/comment/22400611</link><guid isPermaLink="true">https://forum.unfinishedprojects.net/post/https://lemmy.world/comment/22400611</guid><dc:creator><![CDATA[freamon@lemmy.world]]></dc:creator><pubDate>Sat, 28 Feb 2026 19:30:01 GMT</pubDate></item><item><title><![CDATA[Reply to Can’t see my video file sizes on PeerTube. on Sat, 28 Feb 2026 08:09:33 GMT]]></title><description><![CDATA[<p dir="auto">This is my first PeerTube experience, the site is slow when browsing content, but it works. Peertube.wtf is federated with over 1,531 other platforms, so content is coming from a wide range of places.</p>
<p dir="auto"><img src="https://lemmy.fedioasis.cc/pictrs/image/e51d5e15-c135-4165-a793-25f8af5bfc8e.webp" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">The quota given is quite generous, You get a daily upload limit of 10GB and a total limit of 100GB. For someone’s computer space, that’s quite generous.</p>
<p dir="auto">One thing I don’t like is that the subscriptions feed takes like 30 seconds to load before telling me I have no subscriptions.</p>
]]></description><link>https://forum.unfinishedprojects.net/post/https://lemmy.fedioasis.cc/comment/88445</link><guid isPermaLink="true">https://forum.unfinishedprojects.net/post/https://lemmy.fedioasis.cc/comment/88445</guid><dc:creator><![CDATA[cantaloupe@lemmy.fedioasis.cc]]></dc:creator><pubDate>Sat, 28 Feb 2026 08:09:33 GMT</pubDate></item></channel></rss>