Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (58)

  • Problèmes fréquents

    10 mars 2010, par

    PHP 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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (5359)

  • which process to use for encoding and editing videos in android

    18 septembre 2016, par Ashish Mathur

    i want to build a video editor like this app Link

    my problem is that should i use ffmpeg or any other similar library to encode the videos to edit and then to decode them
    or should i use completely different approach to edit the videos.
    any help will be appreciated

  • Unable to combine mp4 videos using MP4Box

    16 décembre 2015, par rajeshkumar

    I am using MP4box to combine mp4(H264) videos, If two video will combine means, the videos are combine but the first video are repeating twice and its play. Before that i used FFmpeg to convert the mp4 videos as constant bitrate,dimensions etc. I thing that may problem occurs. I used the command as given below :

    ffmpeg -i inputfile.mp4 -r 25 -s 640x360 -ar 48000 -acodec copy -f mp4 -vcodec libx264 -vpre normal outputfile.mp4

    MP4Box -force-cat -cat outputfile1.mp4 -cat outputfile2.mp4 -new largeOutput.mp4

    Kindly suggest me any solution....

  • Combining videos with ffmpeg but with 4K quality

    11 mars 2023, par Burner Account

    Hi guys I know the code for combining videos which is ffmpeg -f concat -i list.txt -c copy merged.mov but it only produces 720p videos. Is there a way to make it 4K or do I have to wait for merging to finish and then use another command to convert said video to 4K ? Thank you have a nice day

    


    Tried adding the upscale command but it doesn't work.