Recherche avancée

Médias (91)

Autres articles (41)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Création définitive du canal

    12 mars 2010, par

    Lorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
    A la validation, vous recevez un email vous invitant donc à créer votre canal.
    Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
    A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...)

Sur d’autres sites (3895)

  • ffmpeg concat No such file or directory

    1er mai 2021, par AvidProgrammer

    I am trying to concatenate 2 files from a txt file.
My tree looks a bit like this :

    


    D:.
├───test.py
└───data
    └───temp
        └───files.txt
        └───part1
        └───converted


    


    The contents of files.txt is :

    


    file '/data/temp/part1'
file '/data/temp/converted'


    


    And when I try to run :

    


    with open('data/temp/final', 'w+', encoding='utf-8') as output:
    command = ['ffmpeg', '-f', 'concat', '-i', '/data/temp/files.txt', '-f', 'mp4', '-y', '-codec', 'copy', output.name]
    subprocess.run(command, check=True)


    


    It outputs the following :

    


    ffmpeg version git-2020-08-31-4a11a6f Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with gcc 10.2.1 (GCC) 20200805&#xA;  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libgsm --enable-librav1e --enable-libsvtav1 --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf      &#xA;  libavutil      56. 58.100 / 56. 58.100&#xA;  libavcodec     58.101.101 / 58.101.101&#xA;  libavformat    58. 51.101 / 58. 51.101&#xA;  libavdevice    58. 11.101 / 58. 11.101&#xA;  libavfilter     7. 87.100 /  7. 87.100&#xA;  libswscale      5.  8.100 /  5.  8.100&#xA;  libswresample   3.  8.100 /  3.  8.100&#xA;  libpostproc    55.  8.100 / 55.  8.100&#xA;/data/temp/files.txt: No such file or directory&#xA;Traceback (most recent call last):&#xA;  File "test.py", line 37, in <module>&#xA;    gen(&#xA;  File "test.py", line 33, in gen&#xA;    subprocess.run(command, check=True)&#xA;  File "...\Python38\lib\subprocess.py", line 512, in run&#xA;    raise CalledProcessError(retcode, process.args,&#xA;subprocess.CalledProcessError: Command &#x27;[&#x27;ffmpeg&#x27;, &#x27;-f&#x27;, &#x27;concat&#x27;, &#x27;-i&#x27;, &#x27;/data/temp/files.txt&#x27;, &#x27;-f&#x27;, &#x27;mp4&#x27;, &#x27;-y&#x27;, &#x27;-codec&#x27;, &#x27;copy&#x27;, &#x27;data/temp/final&#x27;]&#x27; returned non-zero exit status 1.&#xA;</module>

    &#xA;

    I have read the documentation and I am doing what they are doing afaik.

    &#xA;

  • laravel-ffmpeg - fopen(/tmp/laravel-ffmpegi340VY.mkv) : failed to open stream : No such file or directory

    26 janvier 2020, par jyoti gautam

    Using the laravel-ffmpeg librabry to convert video file from .webm to mp4 aws s3 bucket url and using following code.

    $videoFile = '/courses/images/1579626678msr-2020-01-21T17-11-18-771Z.webm';  //= upload/video1.mp4
      FFMpeg::fromDisk('s3')
       ->open($videoFile)
       ->getFrameFromSeconds(10)
       ->export()
       ->toDisk('s3')
       ->inFormat(new \FFMpeg\Format\Video\X264)
       ->save('small_steve.mp4');

    How can access file from s3 bucket and convert ?

  • SVT-AV1 Vertical 4k video

    14 avril 2020, par Dmitry Maksakov

    I have a vertical 4k video captured on my phone with the following parameters (ffprobe) :

    &#xA;&#xA;

    Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709/bt709/smpte170m), 3840x2160, 71980 kb/s, SAR 1:1 DAR 16:9, 59.96 fps, 60 tbr, 90k tbn, 180k tbc (default)&#xA;Metadata:&#xA;  rotate          : 90&#xA;  creation_time   : 2020-04-03T17:17:11.000000Z&#xA;  handler_name    : VideoHandle&#xA;Side data:&#xA;  displaymatrix: rotation of -90.00 degrees&#xA;

    &#xA;&#xA;

    When I try to transcode it to av1 with svt_av1

    &#xA;&#xA;

    ffmpeg -i video.mp4 -c:v libsvt_av1 -y output.webm&#xA;

    &#xA;&#xA;

    I am getting

    &#xA;&#xA;

    Error instance 1: Source Height must be less than 2160&#xA;[libsvt_av1 @ 0x5614a858c400] Error setting encoder parameters: bad parameter (0x80001005)&#xA;Segmentation fault&#xA;

    &#xA;&#xA;

    How could I encode such videos ?

    &#xA;