Recherche avancée

Médias (91)

Autres articles (61)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (11586)

  • Save MJPEG video stream to a raw file

    6 septembre 2014, par user824963

    I’ve a cheap IP cam, and i need to save the video stream inside a single file.

    i’ve tried to execute the wget command towards the stream’ url and the result was a file with this syntax :

    --object-ipcamera
    Content-Type:image/jpeg
    Content-Length:8012

    ÿØÿà [JPEG IMAGE CHARACTERS]  ÿÙ
    --object-ipcamera
    Content-Type:image/jpeg
    Content-Length:8012

    ÿØÿàÆÿ [JPEG IMAGE CHARACTERS]  ÿÿÿÙ
    --object-ipcamera
    Content-Type:image/jpeg
    Content-Length:8036

    Since i need to store the video stream, is mp4 a proper format to do that ? What if mp4 file being truncated ?

    I tried with ffmpeg :

    ffmpeg -i http://<auth params="params" local="local" url="url">:99/vieostream.cgi out.mp4
    </auth>

    the output was

    [ingenient @ 0x1f51600] Could not find codec parameters for stream 0 (Video: mjpeg): unspecified size
    Consider increasing the value for the 'analyzeduration' and 'probesize' options
    [ingenient @ 0x1f51600] Estimating duration from bitrate, this may be inaccurate
    http://aaa@192.168.0.104:99/vieostream.cgi: could not find codec parameters

    and even setting these parameter to the max allowed value there is still the some output.

    I want also say that if i open the video url using VLC GUI, the video stream immediately comes out, so there is a way to auto-detect the video parameters ?

    Note : my server has a small CPU

  • FFmpeg get Video duration and save into file [on hold]

    5 janvier 2017, par utdev

    How can I get a video duration of a video file (.m2v) and save it into a .txt file :

    So far I have done this :

    powershell.exe cd C :\FFMpeg\bin ; .\ffprobe -i
    C :\myApp\storage\videos\LordOfTheRings.m2v
    -show_format -sexagesimal | findstr duration > C :\myApp\storage\videos\duration.txt

    The .txt file just shows me following :

    duration=N/A

    But if I select an .mpg file the text file shows the time correct like this :

    powershell.exe cd C :\FFMpeg\bin ; .\ffprobe -i
    C :\myApp\storage\videos\LordOfTheRings.mpg
    -show_format -sexagesimal | findstr duration > C :\myApp\storage\videos\duration.txt

    duration=0:01:00.003290

    In my case I need to get the time of an .m2v file not a .mpg file.

  • Revision ed78d1439f : Merge "Save nzcstats." into experimental

    28 mars 2013, par Ronald S. Bultje

    Merge "Save nzcstats." into experimental