
Recherche avancée
Autres articles (28)
-
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 (...) -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (6438)
-
How can I mux a video and audio from separate sources that go out of sync over time ?
25 août 2017, par RaptaI’m having trouble muxing the video from one source with the audio from another as the audio drifts over time. Said sources are at different framerates, the video’s at 23.976, and the audio’s at 29.97.
My code so far :
ffmpeg -y -i source1.mkv -itsoffset 0.85 -i source2.mp4 -map 0:0 -map 1:1 -c:v libx264 -crf 23 -c:a aac -b:a 112k output.mp4
I’m using nightly build 20170724-03a9e6f.
Cheers for any help.
-
Revision 5bdecc4864 : Adding libwebm sources to third_party/libwebm. Hash and license details are fou
17 mars 2014, par Vignesh VenkatasubramanianChanged Paths :
Add /third_party/libwebm/AUTHORS.TXT
Add /third_party/libwebm/LICENSE.TXT
Add /third_party/libwebm/PATENTS.TXT
Add /third_party/libwebm/README.webm
Add /third_party/libwebm/RELEASE.TXT
Add /third_party/libwebm/mkvmuxer.cpp
Add /third_party/libwebm/mkvmuxer.hpp
Add /third_party/libwebm/mkvmuxertypes.hpp
Add /third_party/libwebm/mkvmuxerutil.cpp
Add /third_party/libwebm/mkvmuxerutil.hpp
Add /third_party/libwebm/mkvparser.cpp
Add /third_party/libwebm/mkvparser.hpp
Add /third_party/libwebm/mkvreader.cpp
Add /third_party/libwebm/mkvreader.hpp
Add /third_party/libwebm/mkvwriter.cpp
Add /third_party/libwebm/mkvwriter.hpp
Add /third_party/libwebm/webmids.hpp
Adding libwebm sources to third_party/libwebm.Hash and license details are found in README.webm
Change-Id : I52192abe8eba8ec413f6bccd479e8e2256a8f617
-
libavfilter/af_amix.c Increase sources from 32 to 1024
7 avril 2017, par Warblefly