Recherche avancée

Médias (91)

Autres articles (99)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (10065)

  • FFmpeg C# Video Conversion

    11 octobre 2017, par George Sillett

    On the click of a button I am trying to trim down an MP4 videos between two certain times with the use of FFmpeg C# Wrapper. My code is as follows :

    private void button1_Click(object sender, EventArgs e)
       {
           CAVConverter converter = new CAVConverter();
           converter.LogPath = @"C:\Users\Rachel\Desktop\Log.txt";          
           converter.InputOptions.TimeStart = 5000000; //Start time to trim, unit is um(micro second)
           converter.OutputOptions.TimeLength = 3000000; //Time length to trim, unit is um(micro second)
           converter.AddTask(@"C:\\Users\\Rachel\\Desktop\\Tennis\\Serve.mp4",
                                         @"C:\\Users\\Rachel\\Desktop\\Tennis\\ServeCut.mp4");            
           converter.StartAndWait();            
       }

    The code compiles and runs however the Log.txt file returns the following :

    Seems stream 0 codec frame rate differs from container frame rate: 180000.00 (180000/1) -> 90000.00 (180000/2)
       Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\\Users\\Rachel\\Desktop\\Tennis\\Serve.mp4':
         Metadata:
           major_brand     : isom
           minor_version   : 0
           compatible_brands: isom3gp4
         Duration: 00:00:38.76, start: 0.000000, bitrate: 10193 kb/s
           Stream #0.0(eng): Video: h264, yuv420p, 1280x720, 9982 kb/s, PAR 65536:65536 DAR 16:9, 30 fps, 90k tbr, 90k tbn, 180k tbc
           Stream #0.1(eng): Audio: libfaad, 48000 Hz, 2 channels, s16, 128 kb/s
       [mpeg4 @ 09762200]removing common factors from framerate
       [mpeg4 @ 09762200]timebase not supported by mpeg 4 standard
       Output #0, mp4, to 'C:\\Users\\Rachel\\Desktop\\Tennis\\ServeCut.mp4':
           Stream #0.0(eng): Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 90k tbc
           Stream #0.1(eng): Audio: libfaac, 48000 Hz, 2 channels, s16, 64 kb/s
       Stream mapping:
         Stream #0.0 -> #0.0 (Video)
         Stream #0.1 -> #0.1 (Audio)
       Error while opening encoder for output stream #0.0 (Video) - maybe incorrect parameters such as bit_rate, rate, width or height
       Error while opening encoder for output stream #0.0 (Video) - maybe incorrect parameters such as bit_rate, rate, width or height

    I don’t know much about FFmpeg or videos, so can anybody help me ?
    Many thanks

  • FFmpeg C# Video Conversion

    28 septembre 2014, par George Sillett

    On the click of a button I am trying to trim down an MP4 videos between two certain times with the use of FFmpeg C# Wrapper. My code is as follows :

    private void button1_Click(object sender, EventArgs e)
       {
           CAVConverter converter = new CAVConverter();
           converter.LogPath = @"C:\Users\Rachel\Desktop\Log.txt";          
           converter.InputOptions.TimeStart = 5000000; //Start time to trim, unit is um(micro second)
           converter.OutputOptions.TimeLength = 3000000; //Time length to trim, unit is um(micro second)
           converter.AddTask(@"C:\\Users\\Rachel\\Desktop\\Tennis\\Serve.mp4",
                                         @"C:\\Users\\Rachel\\Desktop\\Tennis\\ServeCut.mp4");            
           converter.StartAndWait();            
       }

    The code compiles and runs however the Log.txt file returns the following :

    Seems stream 0 codec frame rate differs from container frame rate: 180000.00 (180000/1) -> 90000.00 (180000/2)
       Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\\Users\\Rachel\\Desktop\\Tennis\\Serve.mp4':
         Metadata:
           major_brand     : isom
           minor_version   : 0
           compatible_brands: isom3gp4
         Duration: 00:00:38.76, start: 0.000000, bitrate: 10193 kb/s
           Stream #0.0(eng): Video: h264, yuv420p, 1280x720, 9982 kb/s, PAR 65536:65536 DAR 16:9, 30 fps, 90k tbr, 90k tbn, 180k tbc
           Stream #0.1(eng): Audio: libfaad, 48000 Hz, 2 channels, s16, 128 kb/s
       [mpeg4 @ 09762200]removing common factors from framerate
       [mpeg4 @ 09762200]timebase not supported by mpeg 4 standard
       Output #0, mp4, to 'C:\\Users\\Rachel\\Desktop\\Tennis\\ServeCut.mp4':
           Stream #0.0(eng): Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], q=2-31, 200 kb/s, 90k tbn, 90k tbc
           Stream #0.1(eng): Audio: libfaac, 48000 Hz, 2 channels, s16, 64 kb/s
       Stream mapping:
         Stream #0.0 -> #0.0 (Video)
         Stream #0.1 -> #0.1 (Audio)
       Error while opening encoder for output stream #0.0 (Video) - maybe incorrect parameters such as bit_rate, rate, width or height
       Error while opening encoder for output stream #0.0 (Video) - maybe incorrect parameters such as bit_rate, rate, width or height

    I don’t know much about FFmpeg or videos, so can anybody help me ?
    Many thanks

  • Anomalie #3024 : spip_loader.php et IE8 (oui.... les pros du C/S traditionnels l’exigent !)

    27 janvier 2014, par b b

    @jluc je dirais sans rapport, d’autant plus que chez moi avec le même environnement ça fonctionne très bien à condition bien sûr d’avoir php5 dispo.