Feedback
Got a suggestion for improvement? Anything goes.
Found a bug? Let us know. For other inquries feel free to contact us about anything at all.
Depvana •
about •
legal •
contact •
contribute •
Depvana is totally independent. Help keep it that way.
© 2024 Depvana aps.
Login to add a hashtag.
Hastags
Tags
View Subtopics: click above  
Topic Guides
Public room public room
Moderators • 
 w10
Depth • 
companies > Depvana > Guides
Purpose • 
A room to post guides and user manuals related to depvana.com
148
4
0
Visible to the public Public post
Attachments • images • webm video • max size 4096KB.
Attachments • images • webm video • max 4MB.
w10@193 
More
Copy link
Report
GUIDE: Grap the first 'x' seconds from a webm:

ffmpeg -i input.webm -ss 00:00:00 -t 00:00:0x -async 1 -c copy output.webm
w10@193 
More
Copy link
Report
 This post has been removed by moderators 
w10@193 
More
Copy link
Report
Guide: Transforming mp4 to webm on linux

ffmpeg -i <input.mp4> -c:v libvpx-vp9 -crf 30 -b:v 0 -b:a 128k -c:a libopus <output.webm>

Adjust -crf value to set quality. Lower value means higher quality at the cost of greater file size.
w10@193 
More
Copy link
Report
Guide on the visibility of topics (private vs public):

I define the content of a topic to be the following. Its posts, pinned posts, voice chat and files.

Public topic: 
Everything is public. Topic name, topic description and topic content.

Private topic: 
Topic name and topic description is still public. However, the topic content is private. Any content can only be viewed by users with access to that particular topic.  

Users with access are moderators and guest invited by a moderator. Moderators can grant guest access to whoever they choose, but also revoke this access again.