Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (100)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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

Sur d’autres sites (15036)

  • Set input frame rate in pygame.Camera

    14 mai 2018, par Thomas Hubregtsen

    I am trying to get an input stream from a webcam on OS X

    self.capture = pygame.camera('/dev/video{}'.format(camera),
                                    (640, 480), 'RGB')

    I get an error (see below), but there are 2 pieces of information that I can not really stitch together. On first sight, it looks like I do not have the correct camera (not video4linux). However, when running

    ffmpeg -f avfoundation -list_devices true -i ""

    I get it listed

    [AVFoundation input device @ 0x7fbb45700340] [1] FULL HD 1080P Webcam

    The next part of the error talks about frame rate. It appears that the frame-rate is slightly off, and that I just next to select a different frame rate. Would this be possible with pygcam ? Would this solve my problem ?

    Error :

    Traceback (most recent call last):
     File "webcam2.py", line 129, in <module>
       VideoStreaming("52.191.118.156", 5558, 1)()
     File "webcam2.py", line 22, in __call__
       with self.get_camera_context(self.camera_id) as frames:
     File "webcam2.py", line 89, in __enter__
    size=(640, 480))
     File "/Users/q433100/temp/brew-master/lib/python3.6/site-packages/imageio/core/functions.py", line 129, in get_reader
    return format.get_reader(request)
     File "/Users/q433100/temp/brew-master/lib/python3.6/site-packages/imageio/core/format.py", line 169, in get_reader
       return self.Reader(self, request)
     File "/Users/q433100/temp/brew-master/lib/python3.6/site-packages/imageio/core/format.py", line 218, in __init__
       self._open(**self.request.kwargs.copy())
     File "/Users/q433100/temp/brew-master/lib/python3.6/site-packages/imageio/plugins/ffmpeg.py", line 327, in _open
       self._load_infos()
     File "/Users/q433100/temp/brew-master/lib/python3.6/site-packages/imageio/plugins/ffmpeg.py", line 476, in _load_infos
       (self.request._video, ffmpeg_err))
    IndexError: No video4linux camera at <video1>.

    FFMPEG STDERR OUTPUT:

    ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
     built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
     configuration: --prefix=/Users/q433100/temp/brew-master/Cellar/ffmpeg/3.4.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
     libavutil      55. 78.100 / 55. 78.100
     libavcodec     57.107.100 / 57.107.100
     libavformat    57. 83.100 / 57. 83.100
     libavdevice    57. 10.100 / 57. 10.100
     libavfilter     6.107.100 /  6.107.100
     libavresample   3.  7.  0 /  3.  7.  0
     libswscale      4.  8.100 /  4.  8.100
     libswresample   2.  9.100 /  2.  9.100
     libpostproc    54.  7.100 / 54.  7.100
    [avfoundation @ 0x7fbb9e000a00] Selected framerate (29.970030) is not supported by the device
    [avfoundation @ 0x7fbb9e000a00] Supported modes:
    [avfoundation @ 0x7fbb9e000a00]   160x120@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   176x144@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   320x240@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   352x288@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   640x360@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   640x480@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   800x600@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   1024x576@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   960x720@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   1280x720@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   1392x768@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   1280x960@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   1600x896@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   1920x1080@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   160x120@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   176x144@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   320x240@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   352x288@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   640x360@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   640x480@[30.000030 30.000030]fps
    [avfoundation @ 0x7fbb9e000a00]   800x600@[20.000000 20.000000]fps
    [avfoundation @ 0x7fbb9e000a00]   1024x576@[8.000000 8.000000]fps
    [avfoundation @ 0x7fbb9e000a00]   960x720@[15.000015 15.000015]fps
    1: Input/output error
    </video1></module>

    Update :
    If I try to force one of the mentioned supported frame rates with ffmped, I get a new error

    $ffmpeg -f avfoundation -r 30.000030 -i "1" out.mpg
    ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers
     built with Apple LLVM version 9.0.0 (clang-900.0.39.2)
     configuration: --prefix=/Users/q433100/temp/brew-master/Cellar/ffmpeg/3.4.1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
     libavutil      55. 78.100 / 55. 78.100
     libavcodec     57.107.100 / 57.107.100
     libavformat    57. 83.100 / 57. 83.100
     libavdevice    57. 10.100 / 57. 10.100
     libavfilter     6.107.100 /  6.107.100
     libavresample   3.  7.  0 /  3.  7.  0
     libswscale      4.  8.100 /  4.  8.100
     libswresample   2.  9.100 /  2.  9.100
     libpostproc    54.  7.100 / 54.  7.100
    [avfoundation @ 0x7fb3c8802600] An error occurred: The activeVideoMinFrameDuration passed is not supported by the device.  Use -activeFormat.videoSupportedFrameRateRanges to discover valid ranges.1: Input/output error

    Update 2 :
    Setting the input frame rate to 15 directly in ffmpeg works. Now I just need to figure out how to do this in python with pygame.camera

    $ ffmpeg -f avfoundation -r 15.000015 -i "1" out.avi
  • Multiple extra-cflags of a makefile

    24 octobre 2020, par lulliezy

    so there is this library am trying to use ffmpeg.js and am customizing the Makefile. I have done everything that I wanted to do but on building, I got the error ERROR: opus not found using pkg-config. Now I have two problems :

    &#xA;

    --extra-cflags="-s USE_ZLIB=1 -I../lame/dist/include -I../libvpx/dist/include" this configuration was initially --extra-cflags="-s USE_ZLIB=1 -I../lame/dist/include" but I wanted to include two folders, so is the merging correct or that's where I went wrong.

    &#xA;

    The complete Makefile is as below (there are alot of changes from the original one from the repository), is there anything I did wrong ?

    &#xA;

    PRE_JS = build/pre.js&#xA;POST_JS_SYNC = build/post-sync.js&#xA;&#xA;COMMON_FILTERS = aresample scale crop overlay hstack vstack&#xA;COMMON_DEMUXERS = matroska ogg mov mp3 wav image2 concat&#xA;COMMON_DECODERS = vp8 vp9 h264 vorbis opus mp3 aac pcm_s16le mjpeg png&#xA;&#xA;COMMON_BSFS = vp9_superframe&#xA;&#xA;MUXERS = mp4 mp3 webm ogg null&#xA;ENCODERS = libx264 libmp3lame aac libvpx_vp8 libopus&#xA;FFMPEG_BC = build/ffmpeg/ffmpeg.bc&#xA;FFMPEG_PC_PATH = ../x264/dist/lib/pkgconfig&#xA;SHARED_DEPS = \&#xA;    build/lame/dist/lib/libmp3lame.so \&#xA;    build/x264/dist/lib/libx264.so \&#xA;    build/opus/dist/lib/libopus.so \&#xA;    build/libvpx/dist/lib/libvpx.so&#xA;&#xA;all: ffmpeg.js&#xA;&#xA;clean: clean-js \&#xA;    clean-opus clean-libvpx clean-lame \&#xA;    clean-x264 clean-ffmpeg&#xA;clean-js:&#xA;    rm -f ffmpeg*.js&#xA;clean-opus:&#xA;    cd build/opus &amp;&amp; git clean -xdf&#xA;clean-libvpx:&#xA;    cd build/libvpx &amp;&amp; git clean -xdf&#xA;clean-lame:&#xA;    cd build/lame &amp;&amp; git clean -xdf&#xA;clean-x264:&#xA;    cd build/x264 &amp;&amp; git clean -xdf&#xA;clean-ffmpeg:&#xA;    cd build/ffmpeg-mp4 &amp;&amp; git clean -xdf&#xA;&#xA;build/opus/configure:&#xA;    cd build/opus &amp;&amp; ./autogen.sh&#xA;&#xA;build/opus/dist/lib/libopus.so: build/opus/configure&#xA;    cd build/opus &amp;&amp; \&#xA;    emconfigure ./configure \&#xA;        CFLAGS=-O3 \&#xA;        --prefix="$$(pwd)/dist" \&#xA;        --disable-static \&#xA;        --disable-doc \&#xA;        --disable-extra-programs \&#xA;        --disable-asm \&#xA;        --disable-rtcd \&#xA;        --disable-intrinsics \&#xA;        --disable-hardening \&#xA;        --disable-stack-protector \&#xA;        &amp;&amp; \&#xA;    emmake make -j &amp;&amp; \&#xA;    emmake make install&#xA;&#xA;build/libvpx/dist/lib/libvpx.so:&#xA;    cd build/libvpx &amp;&amp; \&#xA;    git reset --hard &amp;&amp; \&#xA;    patch -p1 &lt; ../libvpx-fix-ld.patch &amp;&amp; \&#xA;    emconfigure ./configure \&#xA;        --prefix="$$(pwd)/dist" \&#xA;        --target=generic-gnu \&#xA;        --disable-dependency-tracking \&#xA;        --disable-multithread \&#xA;        --disable-runtime-cpu-detect \&#xA;        --enable-shared \&#xA;        --disable-static \&#xA;        \&#xA;        --disable-examples \&#xA;        --disable-docs \&#xA;        --disable-unit-tests \&#xA;        --disable-webm-io \&#xA;        --disable-libyuv \&#xA;        --disable-vp8-decoder \&#xA;        --disable-vp9 \&#xA;        &amp;&amp; \&#xA;    emmake make -j &amp;&amp; \&#xA;    emmake make install&#xA;&#xA;build/lame/dist/lib/libmp3lame.so:&#xA;    cd build/lame/lame &amp;&amp; \&#xA;    git reset --hard &amp;&amp; \&#xA;    patch -p2 &lt; ../../lame-fix-ld.patch &amp;&amp; \&#xA;    emconfigure ./configure \&#xA;        CFLAGS="-DNDEBUG -O3" \&#xA;        --prefix="$$(pwd)/../dist" \&#xA;        --host=x86-none-linux \&#xA;        --disable-static \&#xA;        \&#xA;        --disable-gtktest \&#xA;        --disable-analyzer-hooks \&#xA;        --disable-decoder \&#xA;        --disable-frontend \&#xA;        &amp;&amp; \&#xA;    emmake make -j &amp;&amp; \&#xA;    emmake make install&#xA;&#xA;build/x264/dist/lib/libx264.so:&#xA;    cd build/x264 &amp;&amp; \&#xA;    emconfigure ./configure \&#xA;        --prefix="$$(pwd)/dist" \&#xA;        --extra-cflags="-Wno-unknown-warning-option" \&#xA;        --host=x86-none-linux \&#xA;        --disable-cli \&#xA;        --enable-shared \&#xA;        --disable-opencl \&#xA;        --disable-thread \&#xA;        --disable-interlaced \&#xA;        --bit-depth=8 \&#xA;        --chroma-format=420 \&#xA;        --disable-asm \&#xA;        \&#xA;        --disable-avs \&#xA;        --disable-swscale \&#xA;        --disable-lavf \&#xA;        --disable-ffms \&#xA;        --disable-gpac \&#xA;        --disable-lsmash \&#xA;        &amp;&amp; \&#xA;    emmake make -j &amp;&amp; \&#xA;    emmake make install&#xA;&#xA;FFMPEG_COMMON_ARGS = \&#xA;    --cc=emcc \&#xA;    --ranlib=emranlib \&#xA;    --enable-cross-compile \&#xA;    --target-os=none \&#xA;    --arch=x86 \&#xA;    --disable-runtime-cpudetect \&#xA;    --disable-asm \&#xA;    --disable-fast-unaligned \&#xA;    --disable-pthreads \&#xA;    --disable-w32threads \&#xA;    --disable-os2threads \&#xA;    --disable-debug \&#xA;    --disable-stripping \&#xA;    --disable-safe-bitstream-reader \&#xA;    \&#xA;    --disable-all \&#xA;    --enable-ffmpeg \&#xA;    --enable-avcodec \&#xA;    --enable-avformat \&#xA;    --enable-avfilter \&#xA;    --enable-swresample \&#xA;    --enable-swscale \&#xA;    --disable-network \&#xA;    --disable-d3d11va \&#xA;    --disable-dxva2 \&#xA;    --disable-vaapi \&#xA;    --disable-vdpau \&#xA;    $(addprefix --enable-bsf=,$(COMMON_BSFS)) \&#xA;    $(addprefix --enable-decoder=,$(COMMON_DECODERS)) \&#xA;    $(addprefix --enable-demuxer=,$(COMMON_DEMUXERS)) \&#xA;    --enable-protocol=file \&#xA;    $(addprefix --enable-filter=,$(COMMON_FILTERS)) \&#xA;    --disable-bzlib \&#xA;    --disable-iconv \&#xA;    --disable-libxcb \&#xA;    --disable-lzma \&#xA;    --disable-sdl2 \&#xA;    --disable-securetransport \&#xA;    --disable-xlib \&#xA;    --enable-zlib&#xA;&#xA;build/ffmpeg/ffmpeg.bc: $(SHARED_DEPS)&#xA;    cd build/ffmpeg-mp4 &amp;&amp; \&#xA;    EM_PKG_CONFIG_PATH=$(FFMPEG_PC_PATH) emconfigure ./configure \&#xA;        $(FFMPEG_COMMON_ARGS) \&#xA;        $(addprefix --enable-encoder=,$(ENCODERS)) \&#xA;        $(addprefix --enable-muxer=,$(MUXERS)) \&#xA;        --enable-gpl \&#xA;        --enable-libmp3lame \&#xA;        --enable-libx264 \&#xA;        --enable-libopus \&#xA;        --enable-libvpx \&#xA;        --extra-cflags="-s USE_ZLIB=1 -I../lame/dist/include -I../libvpx/dist/include" \&#xA;        --extra-ldflags="-L../lame/dist/lib -L../libvpx/dist/lib" \&#xA;        &amp;&amp; \&#xA;    emmake make -j &amp;&amp; \&#xA;    cp ffmpeg ffmpeg.bc&#xA;&#xA;EMCC_COMMON_ARGS = \&#xA;    -O3 \&#xA;    --closure 1 \&#xA;    --memory-init-file 0 \&#xA;    -s WASM=0 \&#xA;    -s WASM_ASYNC_COMPILATION=0 \&#xA;    -s ASSERTIONS=0 \&#xA;    -s EXIT_RUNTIME=1 \&#xA;    -s NODEJS_CATCH_EXIT=0 \&#xA;    -s NODEJS_CATCH_REJECTION=0 \&#xA;    -s TOTAL_MEMORY=67108864 \&#xA;    -lnodefs.js -lworkerfs.js \&#xA;    --pre-js $(PRE_JS) \&#xA;    -o $@&#xA;&#xA;ffmpeg.js: $(FFMPEG_BC) $(PRE_JS) $(POST_JS_SYNC)&#xA;    emcc $(FFMPEG_BC) $(SHARED_DEPS) \&#xA;        --post-js $(POST_JS_SYNC) \&#xA;        $(EMCC_COMMON_ARGS) -O2&#xA;

    &#xA;

    What I was trying to achieve was combine some of the webm encoders and muxers into the mp4 module so I use only that one module for all webm and mp4 format types.

    &#xA;

    Also one thing to know about me, the whole Makefile and C and building it is totally new territory for me, I just did what I thought was right, thanks in advance.

    &#xA;

  • FFMPEG and MSA1 Codec Issues when Converting WMV to MP4 Video

    30 décembre 2023, par user136819

    I have a WMV video file (around 60 MB size, 01:23:00 length) and I'm running a Windows Server 2016 64-bit machine for testing.
    &#xA;As far as I know, this video file was recorded using Microsoft Live Meeting 2007 back in April 2010 and there is also an associated audio file (which I'm able to play).

    &#xA;

    I tried to play the video file on my machine using VLC player (latest update), however, I always see this weird MSA1 codec error :

    &#xA;

    enter image description here

    &#xA;

    So I tried to resolve this problem by downloading and installing the Combined-Community-Codec-Pack-64bit-2015-10-18, and using its MPC-HC 64-bit player to play the video...&#xA;I still couldn't get it to play ! Here are the logs shown by the MPC player :

    &#xA;

    enter image description here

    &#xA;

    WM ASF Reader::Raw Video 0&#xA;&#xA;Media Type 0:&#xA;--------------------------&#xA;Video: MSA1 1440x900 5fps 164kbps&#xA;&#xA;AM_MEDIA_TYPE: &#xA;majortype: MEDIATYPE_Video {73646976-0000-0010-8000-00AA00389B71}&#xA;subtype: Unknown GUID Name {3141534D-0000-0010-8000-00AA00389B71}&#xA;formattype: FORMAT_VideoInfo {05589F80-C356-11CE-BF01-00AA0055595A}&#xA;bFixedSizeSamples: 0&#xA;bTemporalCompression: 1&#xA;lSampleSize: 0&#xA;cbFormat: 88&#xA;&#xA;VIDEOINFOHEADER:&#xA;rcSource: (0,0)-(1440,900)&#xA;rcTarget: (0,0)-(1440,900)&#xA;dwBitRate: 164794&#xA;dwBitErrorRate: 0&#xA;AvgTimePerFrame: 2000000&#xA;&#xA;BITMAPINFOHEADER:&#xA;biSize: 40&#xA;biWidth: 1440&#xA;biHeight: 900&#xA;biPlanes: 1&#xA;biBitCount: 16&#xA;biCompression: MSA1&#xA;biSizeImage: 66101&#xA;biXPelsPerMeter: 0&#xA;biYPelsPerMeter: 0&#xA;biClrUsed: 0&#xA;biClrImportant: 0&#xA;&#xA;pbFormat:&#xA;0000: 00 00 00 00 00 00 00 00 a0 05 00 00 84 03 00 00 ........&#xA0;...„...&#xA;0010: 00 00 00 00 00 00 00 00 a0 05 00 00 84 03 00 00 ........&#xA0;...„...&#xA;0020: ba 83 02 00 00 00 00 00 80 84 1e 00 00 00 00 00 &#xBA;ƒ......€„......&#xA;0030: 28 00 00 00 a0 05 00 00 84 03 00 00 01 00 10 00 (...&#xA0;...„.......&#xA;0040: 4d 53 41 31 35 02 01 00 00 00 00 00 00 00 00 00 MSA15...........&#xA;0050: 00 00 00 00 00 00 00 00                         ........&#xA;

    &#xA;

    Since that didn't work, I tried installing the Microsoft MPEG-4 V1/2/3 VKI Codec for ASF files and still couldn't get the players to play the video and saw the same errors as above !

    &#xA;

    As a final attempt, I tried to convert this video to MP4 format using FFMPEG (version from 2020). Even this failed. Here are the logs :

    &#xA;

    D:\ffmpeg-20200403-52523b6-win64-static\bin>ffmpeg.exe -i input-video.wmv -c:v copy -c:a aac -q:a 100 output.mp4&#xA;ffmpeg version git-2020-04-03-52523b6 Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with gcc 9.3.1 (GCC) 20200328&#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-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. 42.102 / 56. 42.102&#xA;  libavcodec     58. 77.101 / 58. 77.101&#xA;  libavformat    58. 42.100 / 58. 42.100&#xA;  libavdevice    58.  9.103 / 58.  9.103&#xA;  libavfilter     7. 77.101 /  7. 77.101&#xA;  libswscale      5.  6.101 /  5.  6.101&#xA;  libswresample   3.  6.100 /  3.  6.100&#xA;  libpostproc    55.  6.100 / 55.  6.100&#xA;[msa1 @ 000002505bb847c0] Image dimensions should be a multiple of 16.&#xA;[asf @ 000002505bb4b600] Failed to open codec in avformat_find_stream_info&#xA;[msa1 @ 000002505bb847c0] Image dimensions should be a multiple of 16.&#xA;Input #0, asf, from &#x27;input-video.wmv&#x27;:&#xA;  Metadata:&#xA;    WMFSDKNeeded    : 0.0.0.0000&#xA;    WMFSDKVersion   : 10.00.00.4072&#xA;    IsVBR           : 0&#xA;  Duration: 01:22:49.28, start: 0.000000, bitrate: 96 kb/s&#xA;    Stream #0:0(ger): Video: msa1 (MSA1 / 0x3141534D), none, 1440x900, 164 kb/s, 5 tbr, 1k tbn, 1k tbc&#xA;[mp4 @ 000002505bb4ce40] Could not find tag for codec msa1 in stream #0, codec not currently supported in container&#xA;Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument&#xA;Stream mapping:&#xA;  Stream #0:0 -> #0:0 (copy)&#xA;    Last message repeated 1 times&#xA;&#xA;D:\ffmpeg-20200403-52523b6-win64-static\bin>&#xA;

    &#xA;

    I wish to know, is there any other way I can convert this video to a more modern format so that I can play it on a modern machine and modern video player ?
    &#xA;What other codecs am I missing here ? (if so, where can I get them ?)
    &#xA;FYI, as mentioned earlier at the top, I'm only able to play the associated audio file...

    &#xA;

    I'm fairly new to all this stuff, so any help is appreciated.

    &#xA;

    Thanks in advance ! :)

    &#xA;