Recherche avancée

Médias (91)

Autres articles (43)

  • L’espace de configuration de MediaSPIP

    29 novembre 2010, par

    L’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
    Il permet de configurer finement votre site.
    La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (5261)

  • Adding simple xor encryption in ffplay

    9 mai 2015, par davidkomer

    Looking at ffplay.c (https://github.com/FFmpeg/FFmpeg/blob/master/ffplay.c) and wanting to support some basic encryption, which lines of code are the most relevant ?

    To keep it simple- assume we are using a basic XOR cipher key that matches, in length, the video data.

    In other words- where is the data actually read and return the bytes (so that we can modify it before bytes are returned) ? :)

  • Why is ffmpeg creating extra files ?

    11 mai 2020, par Christian

    I'm trying to convert files from url with ffmpeg, and most of the time, I get exactly what I'm looking for :

    



    $video = "tmpVideos/".$img->image_id.$randNum.".mov";
$largeURL = uniqid();
$command = "ffmpeg -i $video -filter:v scale=720:-2:force_original_aspect_ratio=decrease -c:v libx264 -x264-params crf=23 -an large/$largeURL.mp4";
shell_exec($command);


    



    But when the input file is larger than about 2GB, weird things start to happen. Most of the time, it just makes extra files. The file I asked for will be created, and then several more (sometimes 1, sometimes 3) will be made with the same resolution, but with slightly (about 20%) larger filesizes.

    



    Why does this happen ? Is there any way to kill ffmpeg when the file I want is created ?

    


  • Revision 61148 : Il faut faire le test sur $saisies[$cle][’saisies’] car ...

    9 mai 2012, par yffic@… — Log

    Il faut faire le test sur $saisies[$cle]saisies ? car $saisies[$cle]saisies ? peut avoir été supprimé du tableau de saisies ligne 362 dans le cas où le fieldset possède sa propre condition et que cette dernière n’est pas remplie. (Joseph)