Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (69)

  • 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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (7976)

  • tag 0x34363278/'x264' is not supported with codec id 28 and format 'mp4 / MP4 (MPEG-4 Part 14)'

    9 septembre 2017, par Recep şen

    I am trying to read a video from .mp4 file and write into new .mp4 file but it gives me this error after I run :

    OpenCV : FFMPEG : tag 0x34363278/’x264’ is not supported with codec id
    28 and format ’mp4 / MP4 (MPEG-4 Part 14)’

    OpenCV : FFMPEG : fallback to use tag 0x00000021/’ !???’

    #include <string>
    #include <vector>
    #include <algorithm>
    #include <numeric>
    #include <opencv2></opencv2>core.hpp>
    #include <opencv2></opencv2>core/opengl.hpp>
    #include <opencv2></opencv2>cudacodec.hpp>
    #include <opencv2></opencv2>highgui.hpp>

    int main(int argc, char* argv[])
    {
       if (argc != 3)
           return -1;

       const std::string vid_name(argv[1]);
       cv::VideoCapture reader(vid_name);
       cv::VideoWriter writer;
       writer.open(argv[2],
               CV_FOURCC('x','2','6','4'),
               reader.get(CV_CAP_PROP_FPS),
               cv::Size(reader.get(CV_CAP_PROP_FRAME_WIDTH),
               reader.get(CV_CAP_PROP_FRAME_HEIGHT)));
       ....
    }
    </numeric></algorithm></vector></string>

    System and Tool Info

    Opencv 3.3.0

    Ubuntu 16.04

    ffmpeg version 2.8.11-0ubuntu0.16.04.1 Copyright (c) 2000-2017 the FFmpeg developers

    built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1 16.04.4) 20160609

    configuration : —prefix=/usr —extra-version=0ubuntu0.16.04.1
    —build-suffix=-ffmpeg —toolchain=hardened —libdir=/usr/lib/x86_64-linux-gnu —incdir=/usr/include/x86_64-linux-gnu —cc=cc —cxx=g++ —enable-gpl —enable-shared —disable-stripping —disable-decoder=libopenjpeg —disable-decoder=libschroedinger —enable-avresample —enable-avisynth —enable-gnutls —enable-ladspa —enable-libass —enable-libbluray —enable-libbs2b —enable-libcaca —enable-libcdio —enable-libflite —enable-libfontconfig —enable-libfreetype —enable-libfribidi —enable-libgme —enable-libgsm —enable-libmodplug —enable-libmp3lame —enable-libopenjpeg —enable-libopus —enable-libpulse —enable-librtmp —enable-libschroedinger —enable-libshine —enable-libsnappy —enable-libsoxr —enable-libspeex —enable-libssh —enable-libtheora —enable-libtwolame —enable-libvorbis —enable-libvpx —enable-libwavpack —enable-libwebp —enable-libx265 —enable-libxvid —enable-libzvbi —enable-openal —enable-opengl —enable-x11grab —enable-libdc1394 —enable-libiec61883 —enable-libzmq —enable-frei0r —enable-libx264 —enable-libopencv

    Running ./prog vid.mp4 process-vid.mp4

    * I tried all solutions in stack and opencv’s website. Thanks for every help ! *

  • flutter_ffmpeg - Can we trim a part of the video in flutter while recording

    16 février 2021, par Mayur Agarwal

    I am making a flutter app, in which a user can record a video and pause in between, and when the user pauses the video a clip is formed.&#xA;So if the 4 clips are there, then 4th clip can be removed from the video (according to the time of the last clip).&#xA;By a clip I just mean the time interval between two continuous pauses. The video is being recorded continuously.&#xA;There's a way to trim a video after it's being record, for example,

    &#xA;

     ffmpeg -ss 00:01:00 -i input.mp4 -to 00:02:00 -c copy output.mp4&#xA;

    &#xA;

    But I think it's possible only when the video is recorded.

    &#xA;

    So, Is there any way to to trim a video (using flutter_ffmpeg) or the last clip, while the recording is paused ?

    &#xA;

  • Revision 36c3a67c20 : Remove full-pixel-related code. This is a VP8-only feature (part of profile 3)

    5 avril 2013, par Ronald S. Bultje

    Changed Paths : Modify /vp9/common/vp9_alloccommon.c Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_onyxc_int.h Modify /vp9/common/vp9_reconinter.c Modify /vp9/decoder/vp9_decodframe.c Modify /vp9/encoder/vp9_encodeframe.c Modify /vp9/encoder/vp9_rdopt.c Remove (...)