Recherche avancée

Médias (3)

Mot : - Tags -/Valkaama

Autres articles (100)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire de création d’une catégorie
    Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
    Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire.
    Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
    Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)

  • MediaSPIP : Modification des droits de création d’objets et de publication définitive

    11 novembre 2010, par

    Par défaut, MediaSPIP permet de créer 5 types d’objets.
    Toujours par défaut les droits de création et de publication définitive de ces objets sont réservés aux administrateurs, mais ils sont bien entendu configurables par les webmestres.
    Ces droits sont ainsi bloqués pour plusieurs raisons : parce que le fait d’autoriser à publier doit être la volonté du webmestre pas de l’ensemble de la plateforme et donc ne pas être un choix par défaut ; parce qu’avoir un compte peut servir à autre choses également, (...)

Sur d’autres sites (8168)

  • ffmpeg error while converting to mp4 Error while opening encoder for output stream #0.0

    20 mars 2016, par Josh

    I am trying to convert various file types to mp4 to be displayed using ffmpeg, but i keep getting the error :

    Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height

    Another piece that looks important is :

    [libx264 @ 0x93caef0] broken ffmpeg default settings detected

    [libx264 @ 0x93caef0] use an encoding preset (e.g. -vpre medium)

    [libx264 @ 0x93caef0] preset usage : -vpre -vpre

    [libx264 @ 0x93caef0] speed presets are listed in x264 —help

    [libx264 @ 0x93caef0] profile is optional ; x264 defaults to high

    The latest code I am running is :

    ffmpeg -i source -s 320x240 -r 30000/1001 -b 200k -bt 240k -vcodec libx264 -coder 0 -bf 0 -refs 1 -flags2 -wpred-dct8x8 -level 30 -maxrate 10M -bufsize 10M -acodec libfaac -ac 2 -ar 48000 -ab 192k destination

    I have seen a few other people with this issue, but their fixes didn’t work for some reason.

    In case it matters : ultimately this will be used in php, though I am trying to get it working first via putty

    EDIT: : Here is the full thing as requested(using a wmv, have tested wmv and flv) :

        ~ >> ffmpeg -i path.wmv -s 320x240 -r 30000/1001 -b 200k -r 29.97 -bt 240k -vcodec libx264 -coder 0 -bf 0 -refs 1 -flags2 -wpred-dct8x8 -level 30 -maxrate 10M -bufsize 10M -acodec libfaac -ac 2 -ar 48000 -ab 192k path.mp4
    FFmpeg version SVN-r26076, Copyright (c) 2000-2011 the FFmpeg developers
     built on Aug 28 2012 17:55:47 with gcc 4.1.2 20080704 (Red Hat 4.1.2-52)
     configuration: --enable-version3 --enable-gpl --enable-nonfree --enable-shared --enable-postproc --enable-avfilter --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libvpx --enable-libfaac --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --disable-ffplay --disable-indevs --disable-outdevs --disable-demuxer=v4l --disable-demuxer=v4l2 --disable-mmx
     libavutil     50.36. 0 / 50.36. 0
     libavcore      0.16. 1 /  0.16. 1
     libavcodec    52.108. 0 / 52.108. 0
     libavformat   52.93. 0 / 52.93. 0
     libavdevice   52. 2. 3 / 52. 2. 3
     libavfilter    1.74. 0 /  1.74. 0
     libswscale     0.12. 0 /  0.12. 0
     libpostproc   51. 2. 0 / 51. 2. 0

    Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000/1) -> 29.97 (30000/1001)
    Input #0, asf, from 'path.wmv':
     Metadata:
       SfOriginalFPS   : 299
       WMFSDKVersion   : 11.0.6001.7000
       WMFSDKNeeded    : 0.0.0.0000
       IsVBR           : 0
       title           : Wildlife in HD
       artist          :
       copyright       : © 2008 Microsoft Corporation
       comment         : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music: Steve Ball
     Duration: 00:00:30.09, start: 8.000000, bitrate: 6977 kb/s
       Stream #0.0(eng): Audio: wmav2, 44100 Hz, 2 channels, s16, 192 kb/s
       Stream #0.1(eng): Video: vc1, yuv420p, 1280x720, 5942 kb/s, 29.97 tbr, 1k tbn, 1k tbc
    File 'path.mp4' already exists. Overwrite ? [y/N] y
    [buffer @ 0x9ce9eb0] w:1280 h:720 pixfmt:yuv420p
    [scale @ 0x9ce8f70] w:1280 h:720 fmt:yuv420p -> w:320 h:240 fmt:yuv420p flags:0x4
    [libx264 @ 0x9ce9ef0] broken ffmpeg default settings detected
    [libx264 @ 0x9ce9ef0] use an encoding preset (e.g. -vpre medium)
    [libx264 @ 0x9ce9ef0] preset usage: -vpre <speed> -vpre <profile>
    [libx264 @ 0x9ce9ef0] speed presets are listed in x264 --help
    [libx264 @ 0x9ce9ef0] profile is optional; x264 defaults to high
    Output #0, mp4, to 'path.mp4':
       Stream #0.0(eng): Video: libx264, yuv420p, 320x240, q=2-31, 200 kb/s, 90k tbn, 29.97 tbc
       Stream #0.1(eng): Audio: libfaac, 48000 Hz, 2 channels, s16, 192 kb/s
    Stream mapping:
     Stream #0.1 -> #0.0
     Stream #0.0 -> #0.1
    Error while opening encoder for output stream #0.0 - maybe incorrect parameters such as bit_rate, rate, width or height
    </profile></speed>

    Thanks for any help

  • Building FFmpeg with NVIDIA GPU Hardware Acceleration in docker image, cannot load libnvcuvid.so.1 and libnvidia-encode.so.1

    22 mars 2023, par konovification

    I'm trying to build FFmpeg with NVIDIA GPU Hardware Acceleration following these instructions : https://docs.nvidia.com/video-technologies/video-codec-sdk/ffmpeg-with-nvidia-gpu/index.html#compiling-for-linux. The Docker image I'm using is nvidia/cuda:12.0.1-devel-ubuntu20.04

    &#xA;

    Running the test command ffmpeg -y -vsync 0 -hwaccel cuda -hwaccel_output_format cuda -i bbb.mp4 -c:a copy -c:v h264_nvenc -b:v 5M output.mp4, I get the following output :

    &#xA;

    ffmpeg version N-109965-ge50a02b0f6 Copyright (c) 2000-2023 the FFmpeg developers                                                                                                                                                                                               &#xA;  built with gcc 9 (Ubuntu 9.4.0-1ubuntu1~20.04.1)                                                                                                                                                                                                                              &#xA;  configuration: --enable-nonfree --enable-cuda-nvcc --enable-libnpp --extra-cflags=-I/usr/local/cuda/include --extra-ldflags=-L/usr/local/cuda/lib64 --disable-static --enable-shared                                                                                          &#xA;  libavutil      58.  3.100 / 58.  3.100                                                                                                                                                                                                                                        &#xA;  libavcodec     60.  6.100 / 60.  6.100                                                                                                                                                                                                                                        &#xA;  libavformat    60.  4.100 / 60.  4.100                                                                                                                                                                                                                                        &#xA;  libavdevice    60.  2.100 / 60.  2.100                                                                                                                                                                                                                                        &#xA;  libavfilter     9.  4.100 /  9.  4.100                                                                                                                                                                                                                                        &#xA;  libswscale      7.  2.100 /  7.  2.100                                                                                                                                                                                                                                        &#xA;  libswresample   4. 11.100 /  4. 11.100                                                                                                                                                                                                                                        &#xA;-vsync is deprecated. Use -fps_mode                                                                                                                                                                                                                                             &#xA;Passing a number to -vsync is deprecated, use a string argument as described in the manual.                                                                                                                                                                                     &#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;bbb.mp4&#x27;:                                                                                                                                                                                                                              &#xA;  Metadata:                                                                                                                                                                                                                                                                     &#xA;    major_brand     : isom                                                                                                                                                                                                                                                      &#xA;    minor_version   : 1                                                                                                                                                                                                                                                         &#xA;    compatible_brands: isomavc1                                                                                                                                                                                                                                                 &#xA;    creation_time   : 2013-12-16T17:44:39.000000Z                                                                                                                                                                                                                               &#xA;    title           : Big Buck Bunny, Sunflower version                                                                                                                                                                                                                         &#xA;    artist          : Blender Foundation 2008, Janus Bager Kristensen 2013                                                                                                                                                                                                      &#xA;    comment         : Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net                                                                                                                                                                                         &#xA;    genre           : Animation                                                                                                                                                                                                                                                 &#xA;    composer        : Sacha Goedegebure                                                                                                                                                                                                                                         &#xA;  Duration: 00:10:34.60, start: 0.000000, bitrate: 3481 kb/s                                                                                                                                                                                                                    &#xA;  Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(progressive), 1920x1080 [SAR 1:1 DAR 16:9], 2998 kb/s, 30 fps, 30 tbr, 30k tbn (default)&#xA;    Metadata:                                                                                                                           &#xA;      creation_time   : 2013-12-16T17:44:39.000000Z                                                                                     &#xA;      handler_name    : GPAC ISO Video Handler                                                                                          &#xA;      vendor_id       : [0][0][0][0]                                                                                                    &#xA;  Stream #0:1[0x2](und): Audio: mp3 (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 160 kb/s (default)                                     &#xA;    Metadata:                                                                                                                           &#xA;      creation_time   : 2013-12-16T17:44:42.000000Z                                                                                     &#xA;      handler_name    : GPAC ISO Audio Handler                                                                                          &#xA;      vendor_id       : [0][0][0][0]                                                                                                                                                                                                                                            &#xA;  Stream #0:2[0x3](und): Audio: ac3 (ac-3 / 0x332D6361), 48000 Hz, 5.1(side), fltp, 320 kb/s (default)                                                                                                                                                                          &#xA;    Metadata:                                                                                                                                                                                                                                                                   &#xA;      creation_time   : 2013-12-16T17:44:42.000000Z                                                                                                                                                                                                                             &#xA;      handler_name    : GPAC ISO Audio Handler                                                                                                                                                                                                                                  &#xA;      vendor_id       : [0][0][0][0]                                                                                                                                                                                                                                            &#xA;    Side data:                                                                                                                                                                                                                                                                  &#xA;      audio service type: main                                                                                                                                                                                                                                                  &#xA;Stream mapping:                                                                                                                                                                                                                                                                 &#xA;  Stream #0:0 -> #0:0 (h264 (native) -> h264 (h264_nvenc))                                                                                                                                                                                                                      &#xA;  Stream #0:2 -> #0:1 (copy)                                                                                                                                                                                                                                                    &#xA;Press [q] to stop, [?] for help                                                                                                                                                                                                                                                 &#xA;[h264 @ 0x55bd878c2d80] Cannot load libnvcuvid.so.1                                                                                                                                                                                                                             &#xA;[h264 @ 0x55bd878c2d80] Failed loading nvcuvid.                                                                                                                                                                                                                                 &#xA;[h264 @ 0x55bd878c2d80] Failed setup for format cuda: hwaccel initialisation returned error.                                                                                                                                                                                    &#xA;[h264_nvenc @ 0x55bd86f5e680] Cannot load libnvidia-encode.so.1                                                                                                                                                                                                                 &#xA;[h264_nvenc @ 0x55bd86f5e680] The minimum required Nvidia driver for nvenc is 520.56.06 or newer                                                                                                                                                                                &#xA;[vost#0:0/h264_nvenc @ 0x55bd86f5e1c0] Error initializing output stream: Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height&#xA;Conversion failed! &#xA;

    &#xA;

    Output from nvidia-smi :

    &#xA;

    &#x2B;-----------------------------------------------------------------------------&#x2B;&#xA;| NVIDIA-SMI 525.85.05    Driver Version: 525.85.05    CUDA Version: 12.0     |&#xA;|-------------------------------&#x2B;----------------------&#x2B;----------------------&#x2B;&#xA;| GPU  Name        Persistence-M| Bus-Id        Disp.A | Volatile Uncorr. ECC |&#xA;| Fan  Temp  Perf  Pwr:Usage/Cap|         Memory-Usage | GPU-Util  Compute M. |&#xA;|                               |                      |               MIG M. |&#xA;|===============================&#x2B;======================&#x2B;======================|&#xA;|   0  NVIDIA GeForce ...  Off  | 00000000:01:00.0  On |                  N/A |&#xA;| 27%   43C    P8    12W / 250W |    500MiB / 11264MiB |      1%      Default |&#xA;|                               |                      |                  N/A |&#xA;&#x2B;-------------------------------&#x2B;----------------------&#x2B;----------------------&#x2B;&#xA;                                                                               &#xA;&#x2B;-----------------------------------------------------------------------------&#x2B;&#xA;| Processes:                                                                  |&#xA;|  GPU   GI   CI        PID   Type   Process name                  GPU Memory |&#xA;|        ID   ID                                                   Usage      |&#xA;|=============================================================================|&#xA;&#x2B;-----------------------------------------------------------------------------&#x2B;&#xA;

    &#xA;

    The shared libraries are not part of the docker image. What are my options to add them ?

    &#xA;

  • Generating DASH manifest with ffmpeg works in Docker exec shell but not in os.exec golang

    22 février 2023, par Inquisitor

    I am trying to generate a DASH manifest with ffmpeg using this command

    &#xA;

    /usr/bin/ffmpeg -f webm_dash_manifest -i ./480.webm -f webm_dash_manifest -i ./audio.webm -c copy -map 0:0 -map 1:0 -y -f webm_dash_manifest -adaptation_sets "id=0,streams=0 id=1,streams=1" ./manifest.mpd -loglevel repeat&#x2B;level&#x2B;verbose&#xA;

    &#xA;

    I run this in go, in a docker container as shown :

    &#xA;

    func runFFmpeg(arguments []string) {&#xA;    arguments = append(arguments, "-loglevel", "repeat&#x2B;level&#x2B;verbose")&#xA;    cmd := exec.Command("ffmpeg", arguments...)&#xA;&#xA;    fmt.Printf("cmd: %v\n", cmd)&#xA;&#xA;    var out bytes.Buffer&#xA;    var stderr bytes.Buffer&#xA;    cmd.Stdout = &amp;out&#xA;    cmd.Stderr = &amp;stderr&#xA;    err := cmd.Run()&#xA;&#xA;    if err != nil {&#xA;        log.Println(err)&#xA;        log.Println(stderr.String())&#xA;    }&#xA;}&#xA;runFFmpeg([]string{"-f", "webm_dash_manifest", "-i", "./480.webm", "-f", "webm_dash_manifest", "-i", "./audio.webm", "-c", "copy", "-map", "0:0", "-map", "1:0", "-y", "-f", "webm_dash_manifest", "-adaptation_sets", "\"id=0,streams=0 id=1,streams=1\"", "./manifest.mpd"})&#xA;

    &#xA;

    But I get this output :

    &#xA;

     cmd: /usr/bin/ffmpeg -f webm_dash_manifest -i ./480.webm -f webm_dash_manifest -i ./audio.webm -c copy -map 0:0 -map 1:0 -y -copy_unknown -f webm_dash_manifest -adaptation_sets "id=0,streams=0 id=1,streams=1" ./manifest.mpd -loglevel repeat&#x2B;level&#x2B;verbose&#xA; 2023/02/22 04:45:17 exit status 1&#xA; 2023/02/22 04:45:17 [info] ffmpeg version 5.1.2 Copyright (c) 2000-2022 the FFmpeg developers&#xA; [info]   built with gcc 12.2.1 (Alpine 12.2.1_git20220924-r3) 20220924&#xA; [info]   configuration: --prefix=/usr --enable-avfilter --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-gnutls --enable-gpl --enable-libass --enable-libmp3lame --enable-libpulse --enable-libvorbis --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-libtheora --enable-libv4l2 --enable-libdav1d --enable-lto --enable-postproc --enable-pic --enable-pthreads --enable-shared --enable-libxcb --enable-librist --enable-libsrt --enable-libssh --enable-libvidstab --disable-stripping --disable-static --disable-librtmp --disable-lzma --enable-libaom --enable-libopus --enable-libsoxr --enable-libwebp --enable-vaapi --enable-vdpau --enable-vulkan --enable-libdrm --enable-libzmq --optflags=-O2 --disable-debug --enable-libsvtav1&#xA; [info]   libavutil      57. 28.100 / 57. 28.100&#xA; [info]   libavcodec     59. 37.100 / 59. 37.100&#xA; [info]   libavformat    59. 27.100 / 59. 27.100&#xA; [info]   libavdevice    59.  7.100 / 59.  7.100&#xA; [info]   libavfilter     8. 44.100 /  8. 44.100&#xA; [info]   libswscale      6.  7.100 /  6.  7.100&#xA; [info]   libswresample   4.  7.100 /  4.  7.100&#xA; [info]   libpostproc    56.  6.100 / 56.  6.100&#xA; [webm_dash_manifest @ 0x7fcec2836100] [warning] Could not find codec parameters for stream 0 (Video: vp9, 1 reference frame, none(tv, progressive, left), 640x480): unspecified pixel format&#xA; Consider increasing the value for the &#x27;analyzeduration&#x27; (0) and &#x27;probesize&#x27; (5000000) options&#xA; [info] Input #0, webm_dash_manifest, from &#x27;./480.webm&#x27;:&#xA; [info]   Metadata:&#xA; [info]     title           : Big Buck Bunny, Sunflower version&#xA; [info]     GENRE           : Animation&#xA; [info]     MAJOR_BRAND     : isom&#xA; [info]     MINOR_VERSION   : 1&#xA; [info]     COMPATIBLE_BRANDS: isomavc1&#xA; [info]     COMPOSER        : Sacha Goedegebure&#xA; [info]     ARTIST          : Blender Foundation 2008, Janus Bager Kristensen 2013&#xA; [info]     COMMENT         : Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net&#xA; [info]     ENCODER         : Lavf59.27.100&#xA; [info]   Duration: 00:10:34.60, bitrate: 352 kb/s&#xA; [info]   Stream #0:0: Video: vp9, 1 reference frame, none(tv, progressive, left), 640x480, SAR 853:640 DAR 853:480, 30 fps, 30 tbr, 1k tbn (default)&#xA; [info]     Metadata:&#xA; [info]       HANDLER_NAME    : GPAC ISO Video Handler&#xA; [info]       VENDOR_ID       : [0][0][0][0]&#xA; [info]       ENCODER         : Lavc59.37.100 libvpx-vp9&#xA; [info]       DURATION        : 00:10:34.600000000&#xA; [info]       webm_dash_manifest_duration: 634600&#xA; [info]       webm_dash_manifest_initialization_range: 889&#xA; [info]       webm_dash_manifest_file_name: 480.webm&#xA; [info]       webm_dash_manifest_track_number: 1&#xA; [info]       webm_dash_manifest_cues_start: 27924928&#xA; [info]       webm_dash_manifest_cues_end: 27927508&#xA; [info]       webm_dash_manifest_bandwidth: 738287&#xA; [info]       webm_dash_manifest_cluster_keyframe: 1&#xA; [info]       webm_dash_manifest_cue_timestamps: 67,5067,10067,15067,20067,25067,30067,35067,40067,45067,50067,55067,60067,65067,70067,75067,80067,85067,90067,95067,100067,105067,110067,115067,120067,125067,130067,135067,140067,145067,150067,155067,160067,165067,170067,175067,180067,185067,190067,195067&#xA; [info] Input #1, webm_dash_manifest, from &#x27;./audio.webm&#x27;:&#xA; [info]   Metadata:&#xA; [info]     title           : Big Buck Bunny, Sunflower version&#xA; [info]     GENRE           : Animation&#xA; [info]     MAJOR_BRAND     : isom&#xA; [info]     MINOR_VERSION   : 1&#xA; [info]     COMPATIBLE_BRANDS: isomavc1&#xA; [info]     COMPOSER        : Sacha Goedegebure&#xA; [info]     ARTIST          : Blender Foundation 2008, Janus Bager Kristensen 2013&#xA; [info]     COMMENT         : Creative Commons Attribution 3.0 - http://bbb3d.renderfarming.net&#xA; [info]     ENCODER         : Lavf59.27.100&#xA; [info]   Duration: 00:05:35.91, bitrate: 120 kb/s&#xA; [info]   Stream #1:0: Audio: vorbis, 48000 Hz, 5.1, fltp (default)&#xA; [info]     Metadata:&#xA; [info]       HANDLER_NAME    : GPAC ISO Audio Handler&#xA; [info]       VENDOR_ID       : [0][0][0][0]&#xA; [info]       ENCODER         : Lavc59.37.100 libvorbis&#xA; [info]       DURATION        : 00:05:35.907000000&#xA; [info]       webm_dash_manifest_duration: 335907&#xA; [info]       webm_dash_manifest_initialization_range: 7411&#xA; [info]       webm_dash_manifest_file_name: audio.webm&#xA; [info]       webm_dash_manifest_track_number: 1&#xA; [info]       webm_dash_manifest_cues_start: 5047497&#xA; [info]       webm_dash_manifest_cues_end: 5048846&#xA; [info]       webm_dash_manifest_bandwidth: 126994&#xA; [info]       webm_dash_manifest_cluster_keyframe: 1&#xA; [info]       webm_dash_manifest_cue_timestamps: 0,4986,9980,14962,19959,24956,29946,34930,39916,44911,49908,54892,59874,64868,69858,74858,79855,84847,89834,94834,99826,104826,109826,114818,119812,124799,129780,134770,139756,144743,149727,154719,159714,164706,169698,174687,179668,184667,189658,194650,19&#xA; HERE&#x27;S THE ERROR --> [error] Could not write header for output file #0 (incorrect codec parameters ?): Operation not permitted&#xA; [error] Error initializing output stream 0:1 -- &#xA; [info] Stream mapping:&#xA; [info]   Stream #0:0 -> #0:0 (copy)&#xA; [info]   Stream #1:0 -> #0:1 (copy)&#xA; [error] &#xA; [AVIOContext @ 0x7fcebe23a840] [verbose] Statistics: 0 bytes written, 0 seeks, 0 writeouts&#xA; [AVIOContext @ 0x7fcebe23a980] [verbose] Statistics: 5940786 bytes read, 133 seeks&#xA; [AVIOContext @ 0x7fcebe23acc0] [verbose] Statistics: 2260628 bytes read, 72 seeks&#xA;

    &#xA;

    It works perfectly however if I run it within docker exec (exec into the container and run the command in bash). Also, note in the last output that the command is well formed when I print it out from go. File permissions are also not the problem since the command to create the video variants works with os.exec i.e

    &#xA;

    runFFmpeg([]string{"-i", originalFilePath, "-c:v", "libvpx-vp9", "-keyint_min", "150", "-g", "150", "-tile-columns", "4", "-frame-parallel", "1", "-f", "webm", "-dash", "1", "-an", "-vf", fmt.Sprintf("scale=%s:%s", width, height), "-b:v", bitRate, "-dash", "1", "-y", destinationFilePath})&#xA;

    &#xA;