Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (45)

  • 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

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (6190)

  • lavfi/vf_scale : use default swscale flags for scaler

    4 août 2021, par Linjie Fu
    lavfi/vf_scale : use default swscale flags for scaler
    

    Currently the default swscale flags for simple filter graph is bicubic,
    however for complex filter graph it uses bilinear as decleared in scale
    filter.

    $ffmpeg -v verbose -i input.mp4 -vf format=yuv420p,scale=800x600 -an -f null -
    [Parsed_scale_1 @ 0x7f86d2c160c0] w:1920 h:1080 fmt:yuv420p sar:0/1 -> w:800 h:600 fmt:yuv420p sar:0/1 flags:0x4

    $ffmpeg -v verbose -i input.mp4 -filter_complex format=yuv420p,scale=800x600 -an -f null -
    [Parsed_scale_1 @ 0x7f8779e046c0] w:1920 h:1080 fmt:yuv420p sar:0/1 -> w:800 h:600 fmt:yuv420p sar:0/1 flags:0x2

    Use default swscale flags (bicubic currently) for scale filter.
    - Remove flags="bilinear" from vf_scale
    - Update the FATE refs

    Signed-off-by : Linjie Fu <linjie.justin.fu@gmail.com>

    • [DH] libavfilter/vf_scale.c
    • [DH] tests/ref/fate/filter-scale2ref_keep_aspect
  • flutter-ffmpeg error on mixing audio and picture - Unable to find a suitable output format for 'ffmpeg

    18 juillet 2021, par tylyo

    I'm trying to mix an audio and a picture in order to have a video with the same length of the Audio and as content an image sequence of the source picture.

    &#xA;

    I tried using the flutter-ffmpeg plugin with the command :

    &#xA;

    ffmpeg command: ffmpeg -loop 1 -i &#x27;/data/user/0/com.attiliopatania.apshare/cache/file_picker/20210402_112326.jpg&#x27; -i &#x27;/data/user/0/com.attiliopatania.apshare/cache/file_picker/Voice001.m4a&#x27; -c:v mpeg4 -tune stillimage -c:a copy -shortest /data/user/0/com.attiliopatania.apshare/app_flutter/out.mp4&#xA;

    &#xA;

    some context :

    &#xA;

    I did the same test with ffmpeg on my pc and it worked as expected. I liked it.

    &#xA;

    I did some test and I tried to write a file on the same path where the out file should be and It worked as expected : file created

    &#xA;

    Running the same command through flutter plugin I experienced an error I'm reporting below

    &#xA;

    ...&#xA;I/flutter (14564): Finished splitting the commandline.&#xA;I/flutter (14564): Opening an input file: /data/user/0/com.attiliopatania.apshare/cache/file_picker/Voice001.m4a.&#xA;I/flutter (14564): [NULL @ 0x731deba400] Opening &#x27;/data/user/0/com.attiliopatania.apshare/cache/file_picker/Voice001.m4a&#x27; for reading&#xA;I/flutter (14564): [file @ 0x72f6059a40] Setting default whitelist &#x27;file,crypto,data&#x27;&#xA;I/flutter (14564): [mov,mp4,m4a,3gp,3g2,mj2 @ 0x731deba400] Format mov,mp4,m4a,3gp,3g2,mj2 probed with size=2048 and score=100&#xA;I/flutter (14564): [mov,mp4,m4a,3gp,3g2,mj2 @ 0x731deba400] ISO: File Type Major Brand: 3gp4&#xA;I/flutter (14564): [mov,mp4,m4a,3gp,3g2,mj2 @ 0x731deba400] Unknown dref type 0x206c7275 size 12&#xA;I/flutter (14564): [mov,mp4,m4a,3gp,3g2,mj2 @ 0x731deba400] Before avformat_find_stream_info() pos: 112552 bytes read:65747 seeks:1 nb_streams:1&#xA;I/flutter (14564): [mov,mp4,m4a,3gp,3g2,mj2 @ 0x731deba400] All info found&#xA;I/flutter (14564): [mov,mp4,m4a,3gp,3g2,mj2 @ 0x731deba400] After avformat_find_stream_info() pos: 403 bytes read:98515 seeks:2 frames:1&#xA;I/flutter (14564): Input #1, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;/data/user/0/com.attiliopatania.apshare/cache/file_picker/Voice001.m4a&#x27;:&#xA;I/flutter (14564):   Metadata:&#xA;I/flutter (14564):     major_brand     :&#xA;I/flutter (14564): 3gp4&#xA;I/flutter (14564):&#xA;I/flutter (14564):     minor_version   :&#xA;I/flutter (14564): 0&#xA;I/flutter (14564):&#xA;I/flutter (14564):     compatible_brands:&#xA;I/flutter (14564): isom3gp4&#xA;I/flutter (14564):&#xA;I/flutter (14564):     creation_time   :&#xA;I/flutter (14564): 2021-03-06T16:02:37.000000Z&#xA;I/flutter (14564):&#xA;I/flutter (14564):     com.android.version:&#xA;I/flutter (14564): 10&#xA;I/flutter (14564):&#xA;I/flutter (14564):   Duration:&#xA;I/flutter (14564): 00:00:04.97&#xA;I/flutter (14564): , start:&#xA;I/flutter (14564): 0.000000&#xA;I/flutter (14564): , bitrate:&#xA;I/flutter (14564): 181 kb/s&#xA;I/flutter (14564):&#xA;I/flutter (14564):     Stream #1:0&#xA;I/flutter (14564): (eng)&#xA;I/flutter (14564): , 1, 1/44100&#xA;I/flutter (14564): : Audio: aac (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 128 kb/s&#xA;I/flutter (14564):  (default)&#xA;I/flutter (14564):&#xA;I/flutter (14564): ffmpeg out 1&#xA;I/flutter (14564):     Metadata:&#xA;I/flutter (14564):       creation_time   :&#xA;I/flutter (14564): 2021-03-06T16:02:37.000000Z&#xA;I/flutter (14564):&#xA;I/flutter (14564):       handler_name    :&#xA;I/flutter (14564): SoundHandle&#xA;I/flutter (14564):&#xA;I/flutter (14564): Successfully opened the file.&#xA;I/flutter (14564): Parsing a group of options: output url ffmpeg.&#xA;I/flutter (14564): Successfully parsed a group of options.&#xA;I/flutter (14564): Opening an output file: ffmpeg.&#xA;I/flutter (14564): [NULL @ 0x7306b86c00] Unable to find a suitable output format for &#x27;ffmpeg&#x27;&#xA;I/flutter (14564): ffmpeg: Invalid argument&#xA;

    &#xA;

  • ffmpeg Disable default subtitle

    23 juin 2021, par Marco999

    I have many mkv files where I need to choose the audio / subtitle streams and set the favorite as default :

    &#xA;

    ffmpeg.exe -y -i originale_ridotto.mkv -map 0:0 -map 0:1 -map 0:2 -map 0:5 -disposition:a:1 -default-forced -disposition:a:0 &#x2B;default&#x2B;forced -disposition:s -default -c copy prova.mkv&#xA;

    &#xA;

    With this command I can choose the audio track that I like and make the first audio as default and work for audio but not work for subtitles

    &#xA;

    I have tried :

    &#xA;

    -disposition:s -default&#xA;-disposition:s:0 -default&#xA;-default_mode infer_no_subs&#xA;

    &#xA;

    but in all case the stream 5 (subtitle) is always default. I like to copy multiple subtitles and remove all default.

    &#xA;

    Text&#xA;ID                                       : 4&#xA;ID in the original source medium         : 4613 (0x1205)&#xA;Format                                   : PGS&#xA;Codec ID                                 : S_HDMV/PGS&#xA;Codec ID/Info                            : Picture based subtitle format used on BDs/HD-DVDs&#xA;Duration                                 : 3 min 16 s&#xA;Bit rate                                 : 38.8 kb/s&#xA;Count of elements                        : 2306&#xA;Stream size                              : 25.0 MiB (4%)&#xA;Language                                 : Italian&#xA;Default                                  : Yes&#xA;Forced                                   : No&#xA;Original source medium                   : Blu-ray&#xA;

    &#xA;

    Thare is a way to disable all subtitles ?

    &#xA;

    Thank you !!

    &#xA;