Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (46)

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

  • FFmpeg converted mp4 file fails to load in Quicktime

    21 décembre 2015, par wonea

    I’ve been using FFmpeg to convert a movie I need to play in MP4, however in Quicktime the following error is presented ;

    FFmpeg file produces this Quicktime error

    (Error -2041 : an invalid sample description was found in the movie (output.mp4)).

    I used the following FFmpeg command parameters to convert the file ;

    C :\Temp\EOBTemp>ffmpeg -i input.mp4 -y
    -acodec libmp3lame -ab 96k -vcodec libx264 -vpre lossless_slow -crf 22
    -threads 0 output.mp4

    Now this file plays absolutely fine, in Windows Media Player, and VideoLAN (FFmpeg based, so no surprise here. I using the latest build from HawkEye’s FFmpeg Windows Builds
    (FFmpeg git-a304071 32-bit Static (Latest)).

    I really hope this isn’t a AAC problem, as I’ve been trying to get FFmpeg to use the libfaac.dll library (in the same folder as the FFmpeg.exe) with the command ;

    -acodec libfaac

    Help ! I’m at a loss !

  • FFMpeg generates still video

    19 juillet 2013, par Jason Muchow

    I'm doing a simple test of ffmpeg. I'd like to use it for thumbnail generation / video grabbing for a website I'm developing. I'm currently using VLC to grab a single frame and then generate a thumbnail, but it's rather slow and a bit cumbersome.

    The problem is that the video I'm using (from my own pc) is generated by security camera software and it has an odd video format. When I open it (.bvr) in VLC, it plays very, very fast. A 10 second video goes by in about 2.5 seconds. Additionally, using a simple convert with ffmpeg "ffmpeg -i test.bvr output.avi" generates a proper-length video (10 seconds), but the video frame never changes. (It's a still image)

    Test file and test output file :

    I think this is primarily caused by the fact that the IP cameras may only generate 5-7 fps but the security software doesn't know better and writes it as if it should be 24/30 fps.

    FFMpeg Reports : [m4v @ 00000000002cec60] Estimating duration from
    bitrate, this may be inaccurate Input #0, m4v, from 'test.bvr' :
    Duration : N/A, start : 0.000000, bitrate : N/A Stream #0:0 : Video : mpeg4
    (Simple Profile), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 5 tbr, 1200k
    tbn, 5 tbc Output #0, avi, to 'output.avi' : Metadata : ISFT
     : Lavf54.25.104 Stream #0:0 : Video : mpeg4 (FMP4 / 0x34504D46),
    yuv420p, 640x480 [SAR 1:1 DAR 4:3], q=2-31, 200 kb/s, 5 tbn, 5 tbc
    Stream mapping :

    Stream #0:0 -> #0:0 (mpeg4 -> mpeg4) Press [q] to stop, [?] for help
    frame= 50 fps=0.0 q=2.0 Lsize= 244kB time=00:00:10.00 bitrate=
    199.7kbits/s video:237kB audio:0kB subtitle:0 global headers:0kB muxing overhead 2.877066%**

    Any help is appreciated !

  • Set rotation field for MOV video (with FFMPEG ?)

    20 avril 2015, par Capum

    Here is this MOV which plays rotated -90° (leftwise) on WMP and, on VLC, plays correctly because of the metadata rotation set.
    How conform its orientation to become natively (straight) the same on all Players ?

    came from here Can I set rotation field for a video stream with FFmpeg ?