Recherche avancée

Médias (91)

Autres articles (42)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (8233)

  • javacv FFmpegFrameGrabber.start() blocked,not run next line

    23 août 2017, par L.U

    when i run grabber.start it blocked,not run next line.

    FFmpegFrameGrabber grabber = new  FFmpegFrameGrabber("rtsp://admin:123456@192.168.3.2:10554/tcp/av0_0");
    grabber.start();
    final AtomicBoolean interruptFlag = new AtomicBoolean(false);

    get console message :

    • [rtsp @ 00000000004ec600] CSeq 6 expected, 0
      received.
    • [rtsp @ 00000000004ec600] CSeq 6 expected, 0
      received.
    • [rtsp @ 00000000004ec600] CSeq 6 expected, 0
      received.
    • [rtsp @ 00000000004ec600] CSeq 6 expected, 0
      received.

    how to resole it ?thanks

  • What is the best way to implement ffmpeg for mp3 compression with php on the fly ? [on hold]

    11 décembre 2015, par Akash Bose

    I am trying to compress mp3 files to 92 kbps on the fly when a user uploads a mp3 file. It looks like conversion takes my 35% of CPU for a single file. So if three conversion process happens together it takes my entire CPU recourse. i am using the following command :

    $cmd = 'ffmpeg -i ' . $mp3path . ' -ab 92k ' . $smp3path . '.mp3';
    exec($cmd);
  • avformat/mux : split side data before internal auto BSF

    4 novembre 2016, par Michael Niedermayer
    avformat/mux : split side data before internal auto BSF
    

    The bitstream filters do not work with merged in side data

    This leaves the input packet split if it is being split.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mux.c