
Recherche avancée
Autres articles (7)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...)
Sur d’autres sites (2513)
-
High quality screen capture using ffmpeg on wayland [closed]
27 novembre 2024, par Charlie Benger-StevensonRunning hyprland/wayland on arch.


I want a reasonable quality (for say youtube) screen capture.


ffmpeg -device /dev/dri/card1 -re -f kmsgrab -i - -vf 'hwmap=derive_device=vaapi,hwdownload,format=bgr0' -s 1920x1080 -c:v mpeg2video -b:v 1M -t 5 ~/Recordings/screencap.avi



This should set a bitrate of 1M but the output is super blocky with a much lower bitrate than specified by the b:v flag.


What am I doing wrong ?


-
ffmpeg transcode video partially to burn in logo faster
11 mars 2018, par Burak B.Hello I am transcoding videos transcoding speeds are sometimes lower than realtime on 1080p videos.
Let’s say we have a web optimized sample.mp4 5 minute video.
for example if we cut video to 3 parts
0.mp4 -> 00:00-02:59
1.mp4 -> 03:00-03:59
2.mp4 -> 04:00-05:00burn-in the logo to only 1.mp4 without changing codecs, frame rates etc after that merge all videos to one. Is it possible to do that without any errors on client devices ? if it’s possible how can I do that ? if it’s not can you suggest me any other way to do this faster
-
What is audio fade in or fade out ?
13 septembre 2015, par Sumit GuptaWhat is audio fade in or fade out ? My requirement is, I have a video of length 2 minutes and audio in the video is 5 minutes. As soon as video running time completes, my audio closes abruptly. I want a something like whenever video is about to end, my audio volume should be lower so that it does not look like closing abruptly.
Please suggest...