Recherche avancée

Médias (91)

Autres articles (101)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (6976)

  • avcodec/h26[45]_metadata_bsf : Use separate contexts for reading/writing

    6 juillet 2020, par Andreas Rheinhardt
    avcodec/h26[45]_metadata_bsf : Use separate contexts for reading/writing
    

    Currently, both bsfs used the same CodedBitstreamContext for reading and
    writing ; as a consequence, the state of the writer's context at the
    beginning of writing a fragment is exactly the state of the reader after
    having read the fragment ; in particular, the writer might not have
    encountered one of its active parameter sets yet.

    This is not nice and may lead to invalid output even when the input
    is completely spec-compliant : Think of an access unit containing
    a primary coded picture referencing a PPS with id id (that is known from
    an earlier access unit/from extradata), then a new version of the PPS
    with id id and then a redundant coded picture that is also referencing
    the PPS with id id. This is spec-compliant, as the standard allows to
    overwrite a PPS with a different PPS in between coded pictures and not
    only at the beginning of an access unit. In this scenario, the reader
    would read the primary coded picture with the old PPS and the redundant
    coded picture with the new PPS (as it should) ; yet the writer would
    write both with the new PPS as extradata which might lead to errors or
    to invalid data being output without any error (e.g. if the two PPS
    differed in redundant_pic_cnt_present_flag).

    The above scenario does not directly translate to HEVC as long as one
    restricts oneself to input with nuh_layer_id == 0 only (as cbs_h265
    does : it currently strips away any NAL unit with nuh_layer_id > 0 when
    decomposing) ; if one doesn't the same issue as above can happen.

    If one also allowed input packets to contain more than one access unit,
    issues like the above can happen even without redundant coded
    pictures/multiple layers.

    Therefore this commit uses separate contexts for reader and writer.

    Reviewed-by : Mark Thompson <sw@jkqxz.net>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/h264_metadata_bsf.c
    • [DH] libavcodec/h265_metadata_bsf.c
  • ffmpeg not converting mp3 to mp4 in flutter [duplicate]

    25 août 2020, par neena

    final String path = await _localPath ;&#xA;final Directory directory = await Directory('$path/CapturedImages').create(recursive : true) ;&#xA;print("The directory $directory is created") ;

    &#xA;

      //print("Tempath::::::::::::::::: == $tempPath");&#xA;  String input = directory.path &#x2B; &#x27;/&#x27; &#x2B; "audio" &#x2B; &#x27;.mp3&#x27;;&#xA;  String output = directory.path   &#x2B; "name" &#x2B; ".mp4";&#xA;  final FlutterFFmpeg _flutterFFmpeg = new FlutterFFmpeg();&#xA;  _flutterFFmpeg.execute("ffmpeg -i $input $output").then((rc) => print("FFmpeg process exited with rc $rc"));&#xA;&#xA; Input #0, mp3, from &#x27;/storage/emulated/0/Android/data/quadauq.ffmpeg_examplebyneena/files/CapturedImages/audio.mp3&#x27;:&#xA;I/mobile-ffmpeg(10080):   Metadata:&#xA;I/mobile-ffmpeg(10080):     genre           : &#xA;I/mobile-ffmpeg(10080): Cinematic&#xA;I/mobile-ffmpeg(10080): &#xA;I/mobile-ffmpeg(10080):     album           : &#xA;I/mobile-ffmpeg(10080): YouTube Audio Library&#xA;I/mobile-ffmpeg(10080): &#xA;I/mobile-ffmpeg(10080):     title           : &#xA;I/mobile-ffmpeg(10080): Impact Moderato&#xA;I/mobile-ffmpeg(10080): &#xA;I/mobile-ffmpeg(10080):     artist          : &#xA;I/mobile-ffmpeg(10080): Kevin MacLeod&#xA;I/mobile-ffmpeg(10080): &#xA;I/mobile-ffmpeg(10080):   Duration: &#xA;I/mobile-ffmpeg(10080): 00:00:27.25&#xA;I/mobile-ffmpeg(10080): , start: &#xA;I/mobile-ffmpeg(10080): 0.034531&#xA;I/mobile-ffmpeg(10080): , bitrate: &#xA;I/mobile-ffmpeg(10080): 224 kb/s&#xA;I/mobile-ffmpeg(10080): &#xA;I/mobile-ffmpeg(10080):     Stream #0:0&#xA;I/mobile-ffmpeg(10080): : Audio: mp3, 32000 Hz, stereo, fltp, 224 kb/s&#xA;I/mobile-ffmpeg(10080): &#xA;I/mobile-ffmpeg(10080):     Metadata:&#xA;I/mobile-ffmpeg(10080):       encoder         : &#xA;I/mobile-ffmpeg(10080): LAME3.99r&#xA;I/mobile-ffmpeg(10080): &#xA;E/mobile-ffmpeg(10080): [NULL @ 0xec3b0800] Unable to find a suitable output format for &#x27;ffmpeg&#x27;&#xA;E/mobile-ffmpeg(10080): ffmpeg: Invalid argument&#xA;I/flutter (10080): FFmpeg process exited with rc 1&#xA;

    &#xA;

    This is the log. The mp3 is reading but not converting to mp4 can anyone please help ?

    &#xA;

  • stream videos in html page from different servers [on hold]

    24 février 2016, par Aira

    I`m very new in programming(to be honest, I just know HTML !). So, maybe my question is little basic.
    I want to stream 3 differents videos in my HTML page. I know how to stream video from file or URL link in a HTML.The scenario is : I have Ubuntu server(I just know the IP of servers) and I want to stream a video from server1(with its specific IP) and Server2 and so on..So How can I do that ? or just help me to find a tutorial for this issue.
    Another question is, is that possible to run bash file in the html ? is there any specific script for it ? I want to write bash file into the servers to do some ffmpeg command, like mixing to videos and then put the result in another folder.I mean, when end user clicking on the bottom then request enable bash file on the server.

    I really appreciate your help