Recherche avancée

Médias (0)

Mot : - Tags -/médias

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (68)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk 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.

Sur d’autres sites (7048)

  • PHP exec command running and waiting to finish on dev machine, but exiting without completing on production

    2 juin 2017, par Hirvesh

    I’m trying to run a command within PHP to resize a video using ffmpeg. My command is as follows :

    $videoFilename = storage_path()."/app/gifrecipes/sample.mp4";
    $videoFilename2 = storage_path()."/app/gifrecipes/sample2.mp4";

    exec("ffmpeg -y -i " . $videoFilename . " -s 640x640 -aspect 1:1 -r 24000/1001 -b 1550k -bt 1792k -vcodec libx264 -pass 1 -preset ultrafast -an " . $videoFilename2 . " && ffmpeg -y -i " . $videoFilename . " -s 640x640 -aspect 1:1 -r 24000/1001 -b 1550k -bt 1792k -vcodec libx264 -pass 2 -preset ultrafast -acodec libfaac -ac 2 -ab 128k " . $videoFilename2);

    On my development server (with same PHP and FFMPEG version as production) the command converts the video and finishes, whereas, on production, it just creates and empty (0 bytes) video file and exits. When I run the command from command line on the production server, video converts fine, it’s just when ran from php which causes the issue.

    Anybody can guide me as to why this is happening ?

    Edit :

    Similar threads :

    ffmpeg video conversion creates empty file when using php’s exec()

  • Revision 9efe0b25c5 : Remove deprecated function nonrd_use_fixed_partition This function was subsumed

    14 mars 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_encodeframe.c



    Remove deprecated function nonrd_use_fixed_partition

    This function was subsumed by nonrd_use_partition, hence removed.

    Change-Id : Id36757bc600ce6cf6ca03ad5df80268c4786d386

  • Revision 842454d2aa : Make process_denoise_mode_change function cond-compiled. This function is calle

    3 septembre 2014, par Marco

    Changed Paths :
     Modify /vp8/encoder/onyx_if.c



    Make process_denoise_mode_change function cond-compiled.

    This function is called only when temporal denoising is enabled.

    Change-Id : I25a036e3d628edd34410d6e6fe1f9e68a90a8e56