Recherche avancée

Médias (91)

Autres articles (75)

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (8116)

  • avformat/dv : stop using av_init_packet()

    2 mai 2021, par James Almer
    avformat/dv : stop using av_init_packet()
    

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/dv.c
  • Android JavaCV FFmpegFrameRecorder.stop() throws exception

    26 mars 2015, par bakua

    I am using FFmpegFrameRecorder to capture preview frames from camera. I am using this setting :

    mVideoRecorder = new FFmpegFrameRecorder(mVideoPath, 300, 300, 1);
    mVideoRecorder.setFormat("mp4");
    mVideoRecorder.setSampleRate(44100);
    mVideoRecorder.setFrameRate(30);
    mVideoRecorder.setVideoCodec(avcodec.AV_CODEC_ID_H264);
    mVideoRecorder.setAudioCodec(avcodec.AV_CODEC_ID_AAC);
    mVideoRecorder.setVideoQuality(0);
    mVideoRecorder.setAudioQuality(0);
    mVideoRecorder.setVideoBitrate(768000);
    mVideoRecorder.setAudioBitrate(128000);
    mVideoRecorder.setGopSize(1);

    After I have finished capturing all frames by calling .record(IplImage) method I call mVideoRecorder.stop().

    But from time to time stop() method throws

    org.bytedeco.javacv.FrameRecorder$Exception: av_interleaved_write_frame() error -22 while writing interleaved video frame.
    at org.bytedeco.javacv.FFmpegFrameRecorder.record(FFmpegFrameRecorder.java:727)
    at org.bytedeco.javacv.FFmpegFrameRecorder.stop(FFmpegFrameRecorder.java:613)

    I have not seen any regularity in this behaviour nor have been able to found what error -22 is. And after that no ffmpeg call on file in mVideoPath works (I guess that file is not even valid due that error).

    I would really appreciate any help with this issue, thanks :)

  • Anomalie #3382 : Un rédacteur peut consulter un document d’un article en cours de rédaction dont i...

    3 mai 2017, par cedric -