
Recherche avancée
Autres articles (55)
-
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 (...) -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.
Sur d’autres sites (8265)
-
Segmenting video into different parts and unique rendering on each part then concat afterwards
2 mars 2016, par goudarzihaI currently have a very poorly performing application that splits up a video, renders it and the concats all rendered videos on android using ffmpeg
So I am running into issues with segmenting a video up into 5 parts at each different intervals/durations, rendering each video segment uniquely slowing up/speeding up and then finally concat all the segments back into one final video.
Currently I am doing each part separately -
Segmenting -
example for one segment
-y -i pathIn -ss 0.0 -t 2.0 -vcodec copy -acodec copy -an pathOutRendering - example slowing down/speeding up
y -i path -filter:v setpts=2.0*PTS pathOut
Concat -
f concat -i input1.mp4 -i input2.mp4 -i input3.mp4 -i input4.mp4 -i input5.mp4 -c copy output.mp4
Right now I am running different separate thread for each editing of video, so 3, segment, rendering and concat.
I am trying to get this all done on one command ffmpeg line if at all possible, if not just the segmenting and rendering of the videos and kick of the concat cmd line later.
I am trying to emulate something similar to this https://trac.ffmpeg.org/wiki/Creating%20multiple%20outputs
-
create a looped audio of a certain part of audio using ffmpeg
8 janvier 2019, par 1234567How can we create a looped audio with ffmpeg from an audio file
the command used for a looped audio is
ffmpeg -lavfi "amovie=audio.wav:loop=3" out.wav
but this creates a looped file of the whole audio, not a part of it
how ever I want is
If the audio file is of a duration of 4 mins 30 sec, I want to get part from 2 min 25 sec to 3 min 55 sec, of the audio and loop it
how can we do this
-
Updated version number.
13 janvier 2013m server/php/UploadHandler.php Updated version number.