A small tool to view real-world ActivityPub objects as JSON! Enter a URL
or username from Mastodon or a similar service below, and we'll send a
request with
the right
Accept
header
to the server to view the underlying object.
{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount",
"blurhash": "toot:blurhash",
"focalPoint": {
"@container": "@list",
"@id": "toot:focalPoint"
},
"Hashtag": "as:Hashtag"
}
],
"id": "https://lor.sh/users/Paradox/statuses/111348171015606172",
"type": "Note",
"summary": null,
"inReplyTo": "https://mtdn.anyqn.com/users/3draven/statuses/111348042869166555",
"published": "2023-11-03T19:04:14Z",
"url": "https://lor.sh/@Paradox/111348171015606172",
"attributedTo": "https://lor.sh/users/Paradox",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://lor.sh/users/Paradox/followers",
"https://mtdn.anyqn.com/users/3draven",
"https://mastodon.ml/users/akhil"
],
"sensitive": false,
"atomUri": "https://lor.sh/users/Paradox/statuses/111348171015606172",
"inReplyToAtomUri": "https://mtdn.anyqn.com/users/3draven/statuses/111348042869166555",
"conversation": "tag:mastodon.ml,2023-11-03:objectId=23611832:objectType=Conversation",
"content": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mtdn.anyqn.com/@3draven\" class=\"u-url mention\">@<span>3draven</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.ml/@akhil\" class=\"u-url mention\">@<span>akhil</span></a></span> Спасибо, крутяк! 👍 </p><p>Нашёл в <a href=\"https://lor.sh/tags/Telegram\" class=\"mention hashtag\" rel=\"tag\">#<span>Telegram</span></a> какого-то бота, написал запрос, он выдал.<br />Продублируют сюда, пусть останется, мож кто найдёт, тоже пригодится.</p><p>Скрипт для конвертирования видеофайлов (mp4|avi|mkv).</p><p>#!/bin/bash</p><p># Укажите путь к папке с файлами для конвертирования<br />folder_path="/путь/к/папке"</p><p># Переходим в папку с файлами<br />cd "$folder_path"</p><p># Проходим по каждому файлу в папке<br />for file in *<br />do<br /> # Проверяем, является ли файл видеофайлом<br /> if [[ -f "$file" && "$file" =~ \\.(mp4|avi|mkv)$ ]]<br /> then<br /> # Конвертируем файл с помощью ffmpeg<br /> ffmpeg -i "$file" -c:v copy -c:a copy "${file%.*}.mp4"<br /> echo "Конвертирован файл: $file"<br /> fi<br />done</p><p>Я от себя поменял команду конвертации на</p><p>ffmpeg -i "$file" -c:v libx265 -vtag hvc1 -c:a copy "${file%.*}.mp4" — конвертация в .mp4 с кодеком h265</p><p><a href=\"https://lor.sh/tags/ChatGPT\" class=\"mention hashtag\" rel=\"tag\">#<span>ChatGPT</span></a> <a href=\"https://lor.sh/tags/TG\" class=\"mention hashtag\" rel=\"tag\">#<span>TG</span></a> <a href=\"https://lor.sh/tags/h265\" class=\"mention hashtag\" rel=\"tag\">#<span>h265</span></a> <a href=\"https://lor.sh/tags/h264\" class=\"mention hashtag\" rel=\"tag\">#<span>h264</span></a> <a href=\"https://lor.sh/tags/ffmpeg\" class=\"mention hashtag\" rel=\"tag\">#<span>ffmpeg</span></a></p>",
"contentMap": {
"ru": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://mtdn.anyqn.com/@3draven\" class=\"u-url mention\">@<span>3draven</span></a></span> <span class=\"h-card\" translate=\"no\"><a href=\"https://mastodon.ml/@akhil\" class=\"u-url mention\">@<span>akhil</span></a></span> Спасибо, крутяк! 👍 </p><p>Нашёл в <a href=\"https://lor.sh/tags/Telegram\" class=\"mention hashtag\" rel=\"tag\">#<span>Telegram</span></a> какого-то бота, написал запрос, он выдал.<br />Продублируют сюда, пусть останется, мож кто найдёт, тоже пригодится.</p><p>Скрипт для конвертирования видеофайлов (mp4|avi|mkv).</p><p>#!/bin/bash</p><p># Укажите путь к папке с файлами для конвертирования<br />folder_path="/путь/к/папке"</p><p># Переходим в папку с файлами<br />cd "$folder_path"</p><p># Проходим по каждому файлу в папке<br />for file in *<br />do<br /> # Проверяем, является ли файл видеофайлом<br /> if [[ -f "$file" && "$file" =~ \\.(mp4|avi|mkv)$ ]]<br /> then<br /> # Конвертируем файл с помощью ffmpeg<br /> ffmpeg -i "$file" -c:v copy -c:a copy "${file%.*}.mp4"<br /> echo "Конвертирован файл: $file"<br /> fi<br />done</p><p>Я от себя поменял команду конвертации на</p><p>ffmpeg -i "$file" -c:v libx265 -vtag hvc1 -c:a copy "${file%.*}.mp4" — конвертация в .mp4 с кодеком h265</p><p><a href=\"https://lor.sh/tags/ChatGPT\" class=\"mention hashtag\" rel=\"tag\">#<span>ChatGPT</span></a> <a href=\"https://lor.sh/tags/TG\" class=\"mention hashtag\" rel=\"tag\">#<span>TG</span></a> <a href=\"https://lor.sh/tags/h265\" class=\"mention hashtag\" rel=\"tag\">#<span>h265</span></a> <a href=\"https://lor.sh/tags/h264\" class=\"mention hashtag\" rel=\"tag\">#<span>h264</span></a> <a href=\"https://lor.sh/tags/ffmpeg\" class=\"mention hashtag\" rel=\"tag\">#<span>ffmpeg</span></a></p>"
},
"updated": "2023-11-03T19:05:33Z",
"attachment": [
{
"type": "Document",
"mediaType": "image/png",
"url": "https://s3.eu-central-1.wasabisys.com/lor-sh/lor-sh/media_attachments/files/111/348/176/067/359/197/original/2521d27f8fa0d6b6.png",
"name": null,
"blurhash": "U77-vb_N?w.9tl%M%gx]?vofWCjY%MjsWBaf",
"width": 661,
"height": 763
}
],
"tag": [
{
"type": "Mention",
"href": "https://mtdn.anyqn.com/users/3draven",
"name": "@3draven@mtdn.anyqn.com"
},
{
"type": "Mention",
"href": "https://mastodon.ml/users/akhil",
"name": "@akhil@mastodon.ml"
},
{
"type": "Hashtag",
"href": "https://lor.sh/tags/telegram",
"name": "#telegram"
},
{
"type": "Hashtag",
"href": "https://lor.sh/tags/chatgpt",
"name": "#chatgpt"
},
{
"type": "Hashtag",
"href": "https://lor.sh/tags/Tg",
"name": "#Tg"
},
{
"type": "Hashtag",
"href": "https://lor.sh/tags/h265",
"name": "#h265"
},
{
"type": "Hashtag",
"href": "https://lor.sh/tags/h264",
"name": "#h264"
},
{
"type": "Hashtag",
"href": "https://lor.sh/tags/ffmpeg",
"name": "#ffmpeg"
}
],
"replies": {
"id": "https://lor.sh/users/Paradox/statuses/111348171015606172/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://lor.sh/users/Paradox/statuses/111348171015606172/replies?only_other_accounts=true&page=true",
"partOf": "https://lor.sh/users/Paradox/statuses/111348171015606172/replies",
"items": []
}
},
"likes": {
"id": "https://lor.sh/users/Paradox/statuses/111348171015606172/likes",
"type": "Collection",
"totalItems": 1
},
"shares": {
"id": "https://lor.sh/users/Paradox/statuses/111348171015606172/shares",
"type": "Collection",
"totalItems": 0
}
}