Recherche avancée

Médias (0)

Mot : - Tags -/configuration

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

Autres articles (57)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • 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 (...)

Sur d’autres sites (10331)

  • avformat/unix : fix handling of EOF in case of SOCK_STREAM.

    20 mars 2018, par Bela Bodecs
    avformat/unix : fix handling of EOF in case of SOCK_STREAM.
    

    When recv() returns 0 in case of SOCK_STREAM type, it means EOF and with
    this patch returns value accordingly.

    Signed-off-by : Bela Bodecs <bodecsb@vivanet.hu>

    • [DH] libavformat/unix.c
  • lavc/pthread_frame : avoid leaving stale hwaccel state in worker threads

    2 septembre 2022, par Anton Khirnov
    lavc/pthread_frame : avoid leaving stale hwaccel state in worker threads
    

    This state is not refcounted, so make sure it always has a well-defined
    owner.

    Remove the block added in 091341f2ab5bd35ca1a2aae90503adc74f8d3523, as
    this commit also solves that issue in a more general way.

    • [DH] libavcodec/pthread_frame.c
  • linux write permission for multiple users [on hold]

    8 avril 2014, par Naveen Gamage

    I have a folder with these permissions 775 owner : user group : user

    I'm trying to convert files in above folder to MP4 using ffmpeg and write converted files back into above folder.

    ffmpeg use www-data to write so every time it gives me permission denied error.

    I tried adding www-data to group user and above folder has group write access (775) but I still getting the error. Error goes away when I chmod the folder to 777.

    Is there a way to give www-data write access to above folder without changing current ownership ?