
Advanced search
Other articles (42)
-
List of compatible distributions
26 April 2011, byThe 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 (...) -
Contribute to a better visual interface
13 April 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. -
Problèmes fréquents
10 March 2010, byPHP et safe_mode activé
Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site
On other websites (6934)
-
FFmpeg - Slow Down Video by Half - Play Back at 2x
2 March 2021, by nomaamI am working with the newest version of FFmpeg


I am trying to slow down a video with audio by half speed, then play back that video in something like VLC at 2x speed and have the video appear and sound as if it was the original version.


So far I have tried


./ffmpeg.exe -i "ffmpeg/testVideo.mp4" -filter_complex "[0:v]setpts=1.5*PTS[v];[0:a]atempo=0.5[a]" -map "[v]" -map "[a]" "ffmpeg/outputVideo.mp4"



When I play back the video at 2x it isn't close to playing and sounding like the unaltered version.


I have read the documentation but am having difficulty understanding where I am going wrong.


-
Meta: Updating the copyright to contain creation year
14 December 2014, by JamesMGreeneMeta: Updating the copyright to contain creation year
-
Resume encoding or re-encoding video after a power loss in ffmpeg
2 August 2018, by Bhupendra PandeyI have a php script that reads from database and converts videos using ffmpeg.
Sometimes the power goes off and my server turns of suddenly.
What should I do to re-encode the video that was being converted while the power loss occurred?
The whole process should be automatic.