Recherche avancée

Médias (0)

Mot : - Tags -/serveur

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (60)

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

  • utvideoenc : Enable support for multiple slices and use them

    14 février 2014, par Jan Ekström
    utvideoenc : Enable support for multiple slices and use them
    

    The official Ut Video decoder only threads with slices, thus until
    now any files encoded by the libavcodec encoder have only been
    decodable with a single thread. The default slice count is now
    set to subsampled_height / 120.

    Also sets slices to 1 for the Ut Video encoder tests to keep them
    green.

    Signed-off-by : Derek Buitenhuis <derek.buitenhuis@gmail.com>

    • [DBH] libavcodec/utvideoenc.c
    • [DBH] tests/fate/utvideo.mak
  • ffmpeg hevc decoding fail [android]

    8 mars 2016, par revannen

    I am trying to decode h.265 with x265 and ffmpeg library, so that I downloaded ffmpeg 2.8.6 tar and x265 1.9 ver from the official site.

    now, the problem is when I decode h.264 with
    avcodec_find_decoder(AV_CODEC_ID_H264) ;
    is totally fine. :)

    but, when I try to decode h.265 with
    avcodec_find_decoder(AV_CODEC_ID_H265) ;
    it tells lots of error log.
    like.

    I/ffmpeg(4153) : nal_unit_type : 32, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 33, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 34, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 19, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : No start code is found.

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : PPS id out of range : 0

    I/ffmpeg(4153) : Error parsing NAL unit #0.

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : PPS id out of range : 0

    I/ffmpeg(4153) : Error parsing NAL unit #0.

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : PPS id out of range : 0

    I/ffmpeg(4153) : Error parsing NAL unit #0.

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : nal_unit_type : 1, nuh_layer_id : 0temporal_id : 0

    I/ffmpeg(4153) : PPS id out of range : 0

    I/ffmpeg(4153) : Error parsing NAL unit #0.

    E/decode(4153) : [407] [idvr] Error while decoding frame ! [%d]

    E/native(4153) : FAIL......-12

    1. Is it ffmpeg error ? or x265 library error ?

    2. should I modify some configuration key value in build level ? or ffmpeg running time level ?

    3. I would like to know why ffmpeg library keep saying like "No start code is found" && "PPS id out of range" [it is occur in only 265 decoding case, not 264.]

  • ffmpeg quality conversion options (video compression)

    25 septembre 2020, par Jason Hunter

    Can you provide a link, or an explanation, to the -q:v 1 argument that deals with video/image quality, and compression, in ffmpeg.

    &#xA;

    Let me explain...

    &#xA;

    for f in *&#xA;   do &#xA;     extension="${f##*.}"&#xA;     filename="${f%.*}"&#xA;     ffmpeg -i "$f" -q:v 1 "$filename"_lq."$extension"&#xA;     rm -f "$f"&#xA;   done&#xA;

    &#xA;

    The ffmpeg for loop above compresses all images and videos in your working directory, it basically lowers the quality which results in smaller file sizes (the desired outcome).

    &#xA;

    I'm most interested in the -q:v 1 argument of this for loop. The 1 in the -q:v 1 argument is what controls the amount of compression. But I can't find any documentation describing how to change this value of 1, and describing what it does. Is it a percentage ? Multiplier ? How do I adjust this knob ? Can/should I use negative values ? Integers only ? Min/max values ? etc.

    &#xA;

    I started with the official documentation but the best I could find was a section on video quality, and the -q flag description is sparse.

    &#xA;

    &#xA;

    -frames[:stream_specifier] framecount (output,per-stream)
    &#xA;Stop writing to the stream after framecount frames.
    &#xA;.
    &#xA;-q[:stream_specifier] q (output,per-stream)
    &#xA;
    &#xA;-qscale[:stream_specifier] q (output,per-stream)
    &#xA;Use fixed quality scale (VBR). The meaning of q/qscale is codec-dependent. If qscale is used without a stream_specifier then it applies only to the video stream, this is to maintain compatibility with previous behavior and as specifying the same codec specific value to 2 different codecs that is audio and video generally is not what is intended when no stream_specifier is used.

    &#xA;

    &#xA;