Recherche avancée

Médias (91)

Autres articles (47)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (8475)

  • raspberrypi with Canon over network

    28 février 2021, par Troy Robinson

    Been trying to solve this for a few days. This is one of my first questions so please try not to chew my head off. It's got alot of bone in it anyways.

    


    I've got a Pi3 connected via USB to a Canon M100, works perfectly using gphoto. What I'm trying to do is get some live view - previewing going on over my network. Code I run on the Pi

    


    gphoto2 —stdout —capture-movie | ffmpeg -i - -vcodec mjpeg -pix_fmt yuv420p -threads 0 -f v4l2 /dev/video0 | cvlc v4l2 :///dev/video —sout '#transcodevcodec=mjpeg,vb=800,acodec=none:rtpsdp=rtsp ://:8554/'

    


    Everything up until the 2nd pipe works...I can view the mjpeg fine locally on the pi using vlc. Maybe my understanding of how this is working is not thorough enough, but I've tried every combination of switches and commands I can think of to send this over the network. Essentially how can I broadcast v4l2 :///dev/video0

    


    Maybe pipe | to | isn't the correct approach ? Not enough time ?

    


    On my windows machine (Windows 10) I open VLC, open the Pi's 192.168.0.20:8554/ and it is unable to open the MRL.

    


    Any ideas or thoughts would be most appreciated...I'm not looking to have anyone solve this, just a pointer in the right direction would be amazing. Am I on the right track here ?

    


    Thanks !!!

    


    T,

    


  • Révision 18614 : Utiliser la fonction objet_modifier_champs au lieu de modifier_contenu

    17 octobre 2011, par cedric -

    et utiliser son message d’erreur eventuel en retour pour le faire remonter vers l’interface utilisateur (CVT) quand il y a lieu

  • How can I use code to synchronize two video files from Canon camera and Tentacle Sync E using commands

    27 janvier 2023, par user9114146

    I have two canon cameras which a tentacle sync e timecode generator connected to them.

    


    The output video file is in MXF format and contains the timecode metadata (SMPTE HH:MM:SS : Frames format).

    


    Using Da Vinci Resolve or Premiere Pro, I can sync these two video files, which is a function in these applications, but I have a pipeline, and I want to sync the video files programmatically (using FFmpeg or any other tool).

    


    The output of this command should be two video files where each frame is a match based on the timecode.