Recherche avancée

Médias (91)

Autres articles (75)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (8291)

  • FFMpeg4Android picture to video command doesn't work

    31 mai 2014, par Nuriel Aventador Taran

    I work with FFMpeg4Android to edit and create videos. I run a command but it doesn’t work, the command goes and proceeds but in logcat I can see that the "transcoding failed" and the out1.mp4 doesn’t work.
    I took my command from : ffmpeg officel site.

    My code :

    String str2="ffmpeg -loop 1 -i "+Environment.getExternalStorageDirectory() + "/videokit/pic1.jpg -c:v libx264 -t 30 -pix_fmt yuv420p "+Environment.getExternalStorageDirectory() + "/videokit/out1.mp4";
       try {
           setCommand(str2);
           runTranscoing();
       } catch (Exception e) {
           e.printStackTrace();
           Log.d("FFMpeg","couldn't execute command");
       }

    LogCat (doesn’t fit) : `full LogCat

    Thanks in advance

  • Android video don't work - ffmpeg [closed]

    6 septembre 2012, par user1439500

    I have two videos, the first video work in android the second one no, why ?

    (WORK)

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'out.mp4' :

    Metadata :

    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf52.48.0
    Duration: 00:00:30.00, start: 0.000000, bitrate: 854 kb/s
    Stream #0.0(eng): Video: h264, yuv420p, 800x800 [PAR 4:3 DAR 4:3], 722 kb/s, PAR 533:400 DAR 533:400, 25 fps, 25 tbr, 25 tbn, 50 tbc
    Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 127 kb/s

    (DON'T WORK)

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2u72rNckWqq.mp4' :

    Metadata :

    major_brand     : qt
    minor_version   : 537199360
    compatible_brands: qt
    encoder         : MEncoder Sherpya-SVN-r30075-4.2.5
    Duration: 00:00:30.01, start: 0.000000, bitrate: 857 kb/s
    Stream #0.0(eng): Video: h264, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 724 kb/s, 25 fps, 25 tbr, 1k tbn, 50 tbc
    Stream #0.1(eng): Audio: aac, 44100 Hz, stereo, s16, 128 kb/s
  • Merge "Allow —cpu= to work for x86."

    25 août 2010, par Fritz Koenig

    Merge "Allow —cpu= to work for x86."