Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • 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 (14865)

  • Best intra-frame codec for editing ? Having color issues with DNxHR and serious sync issues with Prores

    23 janvier 2020, par Raulo1985

    I have a couple of questions regarding intra-frame codecs for editing purposes (in Premiere Pro).

    A LITTLE CONTEXT :

    I ripped a HDR movie to a MP4 container some months ago, using H.264 as codec (high 10, level 5, UHD, YUV, subsampling 4:2:0). The video looks great, as it should. Now I want to edit a trailer for that movie (I edit in Adobe Premiere Pro, current version), and for fast playback I need to work with proxies or transcode the source file to an intra-frame non long GOP file and use it as the source file (hopefully as lossless as that transcoding step can be). I tried for several days to transcode the source file to DNxHR 444 10 bits (using FFmpeg and then Adobe Media Encoder), but the result was always a video with the colors messed up (sometimes very washed out, sometimes over saturated).

    FFprobe of the resulting DNxHR file said that the color space was BT709 (source file is obviously BT2020), and I don’t know why. The transcoding involved upsampling since the source file is 4:2:0 and DNxHR doesn’t support it, but I tried upsampling to 4:4:4 and also to 4:2:2, and both of those files looked exactly the same to me, and very different from the original footage (so, I don’t think upsampling is the cause of the color issue, but maybe the apparent color space change or something wrong with the metadata). The results were the same when transcoding with Adobe Media Encoder. Anyway, I seem to have given up transcoding to DNxHR and use it as the source file, unless someone has an idea of what’s causing this problem. I could have worked with the source file for exporting and DNxHR LB for proxies, but there were sync issues (between source file and proxy) that defeated all purposes while editing. Prores is out of the picture, sync issues were worse (several seconds of delay).

    For the record, the command used that didn’t work as expected (color wise) is :

    ffmpeg -channel_layout 63 -i input.mkv -map 0:0 -c:v dnxhd -vf "scale=in_range=limited:out_range=full" -color_range 2 -profile:v dnxhr_444 -pix_fmt yuv444p10le -acodec pcm_s24le -ar 48000 -ac 6 -channel_layout 63 -map 0:2 -hide_banner output.mxf

    I also tried without the commands "scale=in_range=limited:out_range=full" and "-color_range 2", with same results. Always used FFmpeg latest version, and I’m working in Windows 10 Pro, latest drivers and latest Klite codec pack. Video files were compared with Mediainfo, FFprobe, and visually with VLC.

    Well, like I said, I’m giving up using DNxHR as the source file for my project (it would have been ideal since it doesn’t have sync issues with the DNxHR proxies, and file size is not a problem for me). A user here at the forums suggested transcoding and use H.264 intra-frame as source file, which I didn’t know was an option (I didn’t know H.264 was capable of intra-frame, my bad). I’m aware that one should avoid unnecesary transcoding steps, but I can’t work with a H.264 UHD HDR source file (ultra slow playback), and the sync issues with proxies, no matter the codec, make it impossible to make accurate cuts.
    So, bottom line, I need to find a way to fix the color issue when transcoding to DNxHR, or try with an inter-frame codec that’s not DNxHR and that’s capable of preserving all the HDR info (and then see if it doesn’t have sync issues. I’m assuming that those may dissapear when using intra-frame for both source file and proxies).

    NOTE : When importing the DNxHR 444 file to Premiere Pro and looking at the Lumetri scopes tab, you can tell that the colors are clipped at 100 nits, like a regular SDR video. So apparently the color space was really reduced to BT709, and I don’t know why. The H.264 source file behaves as expected, with colors going past 100 nits.

    MY QUESTIONS :

    1) Is H.264 intra-frame a good format for editing with a good playback performance ?

    2) If H.264 intra-frame is a good option, what would be the advantages of the DNxHR codec (or Prores) over it for editing purposes ? Everybody suggests DNxHD/DNxHR or Prores as intermediate codecs, but if intra-frame H.264 has the same advantages for editing and supports HDR, what would be the reason to choose another codec like DNxHR ?

    3) Any ideas on what could be the cause of the colors not transcoding correctly from the H.264 source file to the DNxHR 444 10 bits one ? The command looks ok to me, but FFprobe output says the DNxHR video is BT709, while with the source file it says BT2020. Like I said, apparently there’s something wrong with the transcoding process regarding metadata or color space.

    4) I haven’t tried to transcode the source file to a DNxHR 444 10 bits video file, but in a MOV container. I don’t know how this works internally, but maybe the color issue has something to do with the container metadata or something. I may try this if there’s not another suggestion (transcoding this kind of files, as you know, takes time, so I’ll wait for some ideas first).

    NOTE : I tried to transcode the source file in the same way (DNxHR 444, 10 bits, etc) with Adobe Media Encoder 2020 and the result was the same, with colors messed up and FFprobe saying the video is BT709. Also tried transcoding to DNxHR HQX profile (10 bits), same result.

    Any help would be greatly appreciated.

    Thanks in advance.

  • avformat/mxfenc : Write Mastering Display Colour Volume to MXF

    9 septembre 2020, par Harry Mallon
    avformat/mxfenc : Write Mastering Display Colour Volume to MXF
    

    Described in Annex B SMPTE ST 2067-21:2020

    Signed-off-by : Harry Mallon <harry.mallon@codex.online>

    • [DH] libavformat/mxfenc.c
  • Invalid NAL unit size for MP4 created from NALU with 3-byte start code (0x000001)

    9 septembre 2020, par rsc

    I have a mp4 muxer that works fine when the H264 NALU has the 4-byte start code (0x00000001). I am adapting it to support 3-byte start code (0x000001) but I am stuck with a bug that I am not able to identify. The MP4 generated open in VLC and MediaPlayer but no video is displayed. In VLC statistics shows that it is decoding blocks but stays with 0 frames displayed.

    &#xA;

    I then ran a error analyzer using ffmpeg (ffmpeg -v error -i myvideo.mp4 -f null - 2>error.log that shows me the following output :

    &#xA;

    [h264 @ 0x7fa3b5003200] Invalid NAL unit size (158559 > 158558).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (9338 > 9337).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (6582 > 6581).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (8300 > 8299).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (9336 > 9335).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (9422 > 9421).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (10448 > 10447).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (9208 > 9207).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (8776 > 8775).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (11376 > 11375).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (158311 > 158310).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (9164 > 9163).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (7994 > 7993).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (9974 > 9973).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (9282 > 9281).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa3b5003200] Invalid NAL unit size (9656 > 9655).&#xA;[h264 @ 0x7fa3b5003200] Error splitting the input into NAL units.&#xA;

    &#xA;

    I am trying to find why it is complaining about 1 byte difference in all mdat boxes. Also, the smaller values (e.g : 158558) are 12 bytes lower than the size written inside the mdat header.

    &#xA;

    Anyone could help indicate why that error is happening ? The same code is working fine to create MP4 with 4-byte NALU start code.

    &#xA;

    UPDATE : I ran ffprobe and it provides a few more details, more specifically saying that couldn't find the "codec parameters" :

    &#xA;

    $ ffprobe -analyzeduration 2147483647 -probesize 2147483647 -i myvideo.mp4 &#xA;ffprobe version 4.3.1 Copyright (c) 2007-2020 the FFmpeg developers&#xA;  built with Apple clang version 11.0.3 (clang-1103.0.32.62)&#xA;  configuration: --prefix=/usr/local/Cellar/ffmpeg/4.3.1 --enable-shared --enable-pthreads --enable-version3 --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libbluray --enable-libdav1d --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-librtmp --enable-libspeex --enable-libsoxr --enable-videotoolbox --disable-libjack --disable-indev=jack&#xA;  libavutil      56. 51.100 / 56. 51.100&#xA;  libavcodec     58. 91.100 / 58. 91.100&#xA;  libavformat    58. 45.100 / 58. 45.100&#xA;  libavdevice    58. 10.100 / 58. 10.100&#xA;  libavfilter     7. 85.100 /  7. 85.100&#xA;  libavresample   4.  0.  0 /  4.  0.  0&#xA;  libswscale      5.  7.100 /  5.  7.100&#xA;  libswresample   3.  7.100 /  3.  7.100&#xA;  libpostproc    55.  7.100 / 55.  7.100&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147087 > 147086).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (8104 > 8103).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9752 > 9751).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12058 > 12057).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9026 > 9025).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12032 > 12031).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12566 > 12565).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7906 > 7905).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9758 > 9757).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12840 > 12839).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (146771 > 146770).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7708 > 7707).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9524 > 9523).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12230 > 12229).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9080 > 9079).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12164 > 12163).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12650 > 12649).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7916 > 7915).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9736 > 9735).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (13086 > 13085).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147143 > 147142).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (8218 > 8217).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9908 > 9907).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12450 > 12449).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7806 > 7805).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9598 > 9597).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12692 > 12691).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9782 > 9781).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12930 > 12929).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12750 > 12749).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (146911 > 146910).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (8182 > 8181).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9494 > 9493).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12268 > 12267).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (8898 > 8897).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11946 > 11945).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12622 > 12621).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (8108 > 8107).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9754 > 9753).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12110 > 12109).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147067 > 147066).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7726 > 7725).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9424 > 9423).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12078 > 12077).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (8976 > 8975).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11686 > 11685).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11940 > 11939).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9274 > 9273).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11950 > 11949).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11702 > 11701).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147021 > 147020).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7686 > 7685).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9572 > 9571).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11810 > 11809).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11584 > 11583).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9116 > 9115).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11986 > 11985).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11390 > 11389).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9008 > 9007).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11768 > 11767).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147347 > 147346).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7618 > 7617).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9266 > 9265).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12046 > 12045).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11562 > 11561).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (8898 > 8897).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11672 > 11671).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11458 > 11457).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (8850 > 8849).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11452 > 11451).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147213 > 147212).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7540 > 7539).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9610 > 9609).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12302 > 12301).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9154 > 9153).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11868 > 11867).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12054 > 12053).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7508 > 7507).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9136 > 9135).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11812 > 11811).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147089 > 147088).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7800 > 7799).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9482 > 9481).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12244 > 12243).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9198 > 9197).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11962 > 11961).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12386 > 12385).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7618 > 7617).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (8996 > 8995).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11800 > 11799).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147135 > 147134).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7934 > 7933).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9742 > 9741).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12398 > 12397).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7540 > 7539).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9130 > 9129).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12482 > 12481).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12002 > 12001).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11710 > 11709).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11886 > 11885).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147303 > 147302).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7620 > 7619).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9316 > 9315).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12138 > 12137).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9056 > 9055).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11968 > 11967).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11942 > 11941).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9072 > 9071).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11546 > 11545).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (11368 > 11367).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (147363 > 147362).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (7578 > 7577).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9466 > 9465).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (12230 > 12229).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[h264 @ 0x7fa85f800e00] Invalid NAL unit size (9248 > 9247).&#xA;[h264 @ 0x7fa85f800e00] Error splitting the input into NAL units.&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fa85f000000] decoding for stream 0 failed&#xA;[mov,mp4,m4a,3gp,3g2,mj2 @ 0x7fa85f000000] Could not find codec parameters for stream 0 (Video: h264 (avc1 / 0x31637661), none, 1280x960, 1717 kb/s): unspecified pixel format&#xA;Consider increasing the value for the &#x27;analyzeduration&#x27; and &#x27;probesize&#x27; options&#xA;Input #0, mov,mp4,m4a,3gp,3g2,mj2, from &#x27;myvideo.mp4&#x27;:&#xA;  Metadata:&#xA;    major_brand     : iso5&#xA;    minor_version   : 512&#xA;    compatible_brands: iso6mp41&#xA;  Duration: 00:00:13.22, start: 0.000000, bitrate: 1726 kb/s&#xA;    Stream #0:0(und): Video: h264 (avc1 / 0x31637661), none, 1280x960, 1717 kb/s, 8.70 fps, 9.25 tbr, 90k tbn, 180k tbc (default)&#xA;    Metadata:&#xA;      handler_name    : VideoHandle&#xA;

    &#xA;