Recherche avancée

Médias (91)

Autres articles (100)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (11505)

  • Xuggler Error : Could Not Open

    22 septembre 2012, par MalTec

    I am using xuggler API to transcode Video from one format to another.

    Following the example, provided by

    http://wiki.xuggle.com/MediaTool_Introduction & http://www.javacodegeeks.com/2011/02/xuggler-tutorial-transcoding-media.html

    public void convertVideo(){

        String sourceUrl=getResourceDirectory()+"/in/AV36_1.AVI";
        String destUrl=getResourceDirectory()+"/out/output.mp4";

        IMediaReader reader = ToolFactory.makeReader(sourceUrl);

           // add a viewer to the reader, to see progress as the media is
           // transcoded
           reader.addListener(ToolFactory.makeViewer(true));

        // create a writer which receives the decoded media from
        // reader, encodes it and writes it out to the specified file
        IMediaWriter writer = ToolFactory.makeWriter(destUrl, reader);

        // add a debug listener to the writer to see media writer events
        writer.addListener(ToolFactory.makeDebugListener());


    ////
    ////        // create the media writer
           reader.addListener(ToolFactory.makeWriter(destUrl, reader));

           // read packets from the source file, which dispatch events to the
           // writer, this will continue until


           while (reader.readPacket() == null)
             do {} while(false);
       }

    Provides Could Not Open Exception :

     Exception in thread "main" java.lang.RuntimeException: could not open: D:\Malhar\project_works\VideoConvertter/resources/in/AV36_1.AVI
       at com.xuggle.mediatool.MediaReader.open(MediaReader.java:637)
       at com.xuggle.mediatool.MediaReader.readPacket(MediaReader.java:434)
       at util.VideoEncoder.convertVideo(VideoEncoder.java:38)
       at ConvertVideo.main(ConvertVideo.java:12)

    Have tried with different file to.. But, the result is same.

  • Error in installing Open-CV with ffmpeg

    24 décembre 2013, par Matteo

    I am trying to install the library Open-CV working on on Ubuntu 11.04.

    I followed all instructions found in the InstallationGuide.

    However after installing with success I realized that I hadn't FFMPEG support because in my configuration file FFMPEG was disabled :

    Video I/O:
    --     DC1394 1.x:                 NO
    --     DC1394 2.x:                 YES
    --     FFMPEG:                     NO
    --       codec:                    YES
    --       format:                   YES
    --       util:                     YES
    --       swscale:                  NO
    --       gentoo-style:             YES
    --     GStreamer:                  YES
    --     UniCap:                     NO
    --     PvAPI:                      NO
    --     V4L/V4L2:                   Using libv4l
    --     Xine:                       NO

    So I tried to rebuild everything after installing FFMEPG as decribed here.

    After configuring installation with the instruction

    cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D BUILD_PYTHON_SUPPORT=ON ../OpenCV-2.3.1

    I ran the make command getting this error :

    make[2]: *** [bin/opencv_test_calib3d] Error 1
    make[1]: *** [modules/calib3d/CMakeFiles/opencv_test_calib3d.dir/all] Error 2
    make: *** [all] Error 2

    This is the point of compilation where the error is coming out :

    Linking CXX executable ../../bin/opencv_test_calib3d
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_analysis_headerout'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_out_samplerate'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_disable_reservoir'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_encode_buffer'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vaUnmapBuffer'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vaDestroyBuffer'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_comment_clear'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_param_default'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_param_apply_profile'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_brate'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_encoder_headers'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `faacEncGetCurrentConfiguration'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_analysis_blockout'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_info_clear'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_analysis_buffer'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_comment_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vaCreateBuffer'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_bWriteVbrTag'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `faacEncSetConfiguration'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_encode_ctl'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `D_IF_decode'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `faacEncGetDecoderSpecificInfo'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_block_clear'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_close'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_encoder_encode'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_VBR'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `Encoder_Interface_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_analysis'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_get_framesize'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `faacEncOpen'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_encode_packetout'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_quality'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `Decoder_Interface_exit'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_encode_alloc'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_encode_setup_vbr'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_info_clear'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_in_samplerate'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_encoder_reconfig'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_param_apply_fastfirstpass'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_VBR_quality'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_mode'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `D_IF_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_set_num_channels'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `faacEncEncode'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_encode_setup_managed'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `Encoder_Interface_exit'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `Decoder_Interface_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vaRenderPicture'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_encode_ctl'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_info_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_analysis_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_encoder_delayed_frames'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_param_parse'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_encode_free'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `D_IF_exit'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_dsp_clear'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `Decoder_Interface_Decode'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vaMapBuffer'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_block_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_bit_depth'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_picture_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_encoder_close'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_encoder_open_120'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `faacEncClose'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vaEndPicture'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_encode_flush'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_encode_buffer_interleaved'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_comment_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_comment_clear'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_init_params'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `x264_param_default_preset'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_encode_setup_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_bitrate_addblock'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_comment_add_tag'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_encode_flushheader'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `lame_encode_buffer_int'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `th_encode_ycbcr_in'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_bitrate_flushpacket'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_analysis_wrote'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vorbis_info_init'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `Encoder_Interface_Encode'
    ../../lib/libopencv_highgui.so.2.3.1: undefined reference to `vaBeginPicture'
    collect2: ld returned 1 exit status

    can anybody please tell me what's the problem with installation process I'm following ?

    Why is there this library referentiation error ?

  • Why Recode Video FFMPEG on windows Allway Error ?

    9 janvier 2012, par ALexF

    i download ffmpeg in : http://ramiro.arrozcru.org/ffmpeg-vfwcap-noflip.7z

    and run it with commanline : ffmpeg -r 25 -f vfwcap -i 0 output.avi

    but allway error is

    ffmpeg -r 25 -f vfwcap -i 0 output.avi
    FFmpeg version SVN-r22915, Copyright (c) 2000-2010 the FFmpeg developers
    built on Apr 20 2010 00:09:08 with gcc 4.4.2
    configuration : —enable-memalign-hack —cross-prefix=i686-mingw32- —cc=ccach
    - i686-mingw32-gcc —arch=i686 —target-os=mingw32 —enable-gpl —enable-libx264
    — enable-pthreads
    libavutil 50.14. 0 / 50.14. 0
    libavcodec 52.66. 0 / 52.66. 0
    libavformat 52.61. 0 / 52.61. 0
    libavdevice 52. 2. 0 / 52. 2. 0
    libswscale 0.10. 0 / 0.10. 0
    [vfwcap @ 012eba60]Could not connect to device.
    0 : Error number -19 occurred

    Link Image :http://nh8.upanh.com/b2.s8.d2/9b09371490590cdabef397ea7705b304_39810848.programmanager20120109110016.png

    why it error, can you fix my commnaline