Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (50)

  • 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

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (9076)

  • How to set custom handler_name metadata for subtitle stream using FFMPEG

    9 mars 2021, par AWainb

    I'm currently using FFMPEG to embed subtitles into my MP4 files and I am stumped trying to figure out how to custom set the "handler_name" metadata tag on my subtitle stream so I can control the name that is displayed when selecting the subtitle within a player like MPC-HC (Media Player Classic) ?

    



    My current command to embed the subtitle is :

    



    ffmpeg -i "video.mp4" -sub_charenc UTF-8 -i "video.srt" -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language=eng -metadata:s:s:0 handler_name="English" -id3v2_version 3 -write_id3v1 1 "subbed_video.mp4"


    



    Output :

    



    C:\path\to>ffmpeg -y -i "video.mp4" -sub_charenc UTF-8 -i "video.srt" -c:v copy -c:a copy -c:s mov_text -metadata:s:s:0 language="eng" -metadata:s:s:0 handler_name="English" -id3v2_version 3 -write_id3v1 1 "subbed_video.mp4"
ffmpeg version N-68482-g92a596f Copyright (c) 2000-2014 the FFmpeg developers
  built on Dec 16 2014 02:53:08 with gcc 4.9.2 (GCC)
  configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-avisynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable
  libavutil      54. 15.100 / 54. 15.100
  libavcodec     56. 15.100 / 56. 15.100
  libavformat    56. 15.105 / 56. 15.105
  libavdevice    56.  3.100 / 56.  3.100
  libavfilter     5.  3.101 /  5.  3.101
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'video.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf55.34.101
  Duration: 01:27:44.17, start: 0.000000, bitrate: 878 kb/s
    Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x536 [SAR 1:1 DAR 160:67], 842 kb/s, 24 fps, 24 tbr, 12288 tbn, 48 tbc (default)
    Metadata:
      handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac (HE-AAC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 32 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
    Stream #0:2(eng): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s (default)
    Metadata:
      handler_name    : SubtitleHandler
Input #1, srt, from 'video.srt':
  Duration: N/A, bitrate: N/A
    Stream #1:0: Subtitle: subrip
Output #0, mp4, to 'subbed_video.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf56.15.105
    Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x536 [SAR 1:1 DAR 160:67], q=2-31, 842 kb/s, 24 fps, 24 tbr, 12288 tbn, 12288 tbc (default)
    Metadata:
      handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, 32 kb/s (default)
    Metadata:
      handler_name    : SoundHandler
    Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) (default)
    Metadata:
      handler_name    : English
      encoder         : Lavc56.15.100 mov_text
Stream mapping:
  Stream #0:0 -> #0:0 (copy)
  Stream #0:1 -> #0:1 (copy)
  Stream #0:2 -> #0:2 (mov_text (native) -> mov_text (native))
Press [q] to stop, [?] for help
frame=126337 fps=13751 q=-1.0 Lsize=  564499kB time=01:27:44.17 bitrate= 878.5kbits/s
video:541239kB audio:20564kB subtitle:39kB other streams:0kB global headers:0kB muxing overhead: 0.472881%


    



    The command completes sucessfully, but when I run :

    



    ffmpeg -i "C:\path\to\subbed_video.mp4"


    



    it shows :

    



    Stream #0:2(eng): Subtitle: mov_text (tx3g / 0x67337874), 0 kb/s (default)
Metadata:
  handler_name    : SubtitleHandler


    



    Even though the output from the command shows :

    



    Stream #0:2(eng): Subtitle: mov_text ([8][0][0][0] / 0x0008) (default)
Metadata:
  handler_name    : English
  encoder         : Lavc56.15.100 mov_text


    



    No matter what options I have tried or what order I place the -metadata tags in, this tag simply will not set with FFMPEG ? I find it really ugly to see SubtitleHandler [eng] (tx3g) (English) within my player's menu instead of simply saying English.

    



    Now, I can work around this issue by using MP4BOX to embed the subtitles into my mp4's using :

    



    MP4BOX -lang eng -add "video.srt:name=English" "video.mp4" -out "subbed_video.mp4"


    



    Adding "name=English" allows me to set the subtitle stream's "handler_name" to "English" ; which displays perfectly in FFMPEG and MPC-HC, but the problem is that I do not want my app to be dependent on an additional external tool like MP4BOX if it can be avoided ?

    



    I would greatly appreciate any advice regarding how to properly set the "handler_name" tag on my subtitle stream using FFMPEG, or maybe a confirmation as to whether FFMPEG can even handle this tag seeing as it is not technically listed in FFMPEG's valid metadata tag list ?

    



    P.S. As an alternative to FFMPEG, I would be willing to use AtomicParsley to set the "handler_name" as I will already be using it to set advanced metadata on the "subbed_video.mp4" after I embed the subtitles. It does seem like it would be possible to do with AtomicParsley, but I have not been able to understand half the help information with regards to setting custom ATOM's.

    



    TIA !!

    


  • Apostrophe issue with FFmpeg

    1er mars 2024, par Rohan Molinillo

    I'm working on a company's project which is vue.js.
There are also code parts in php.
It uses FFmpeg to create a video from multiple videos.
On each video, there is a text type subtitle.
Each text is retrieved from a .txt file
But I have a problem with apostrophes.

    


    If in the subtitle is stored like this ( I'm here ) in the txt file, on the video there will be written ( Im ).
The apostrophe is removed and the rest of the text too ( here ) will not be displayed.

    


    I'm new to php and ffmpeg, I've been on this problem for almost 3 weeks.

    


    I share the php code with you.

    


    <?php

declare(strict_types=1);

array_shift($argv); // remove script name in $argv[0]

$parameters = array_reduce($argv, function ($carry, $arg) {
    $tokens = explode('=', $arg);
    $carry[$tokens[0]] = $tokens[1];
    return $carry;
}, []);

$projectPath = $parameters['projectPath'];
$musicPath = $parameters['musicPath'];

$fontPath = getcwd() . "/public/fonts/cobol/Cobol-Bold.ttf";
$logoPath = getcwd() . "/public/images/saintex.jpg";
$carnetLogoPath = getcwd() . "/public/images/CarnetTitre.jpg";

// Adding descriptions for each clip and fade in and fade out filters
$clipsToDescribe =  glob("$projectPath/*.webm");
$clipFrameRate = (int) shell_exec("cd $projectPath && ffprobe -v error -select_streams v -of default=noprint_wrappers=1:nokey=1 -show_entries stream=r_frame_rate $clipsToDescribe[0]");
$clipFrameRate = $clipFrameRate > 60 ? 30 : $clipFrameRate;

foreach ($clipsToDescribe as $key => $clipToDescribe) {
    $clipIndex = $key + 1;
    $clipFrames = (int) shell_exec("cd $projectPath && ffprobe -v error -select_streams v:0 -count_packets -show_entries stream=nb_read_packets -of csv=p=0 $clipToDescribe");
    $clipDuration = (float) ($clipFrames / $clipFrameRate) - 0.5;
    file_put_contents("$projectPath/clip{$clipIndex}_desc.txt", addslashes($parameters["clip{$clipIndex}_desc"]));
    shell_exec("cd $projectPath && ffmpeg -i $clipToDescribe -vf 'drawtext=fontfile=$fontPath: textfile=clip{$clipIndex}_desc.txt: fontcolor=white: fontsize=46: box=1: boxcolor=black@0.5: boxborderw=5: x=(w-text_w)/2: y=(h-text_h-50): fix_bounds=true, fade=t=in:st=0:d=0.3,fade=t=out:st=$clipDuration:d=0.3' -b:v 3000K -b:a 192K clip{$clipIndex}.webm");
}
array_map('unlink', glob("$projectPath/*desc.txt"));

shell_exec("cd $projectPath && ffmpeg -t 2 -f lavfi -i color=c=black:s=1280x720 -r 30 blank.webm");
shell_exec("cd $projectPath && ffmpeg -i blank.webm -i $carnetLogoPath -filter_complex '[0:v][1:v] overlay=(main_w/2)-(overlay_w/2):(main_h/2)-(overlay_h/2)' -pix_fmt yuv420p -c:a copy logo.webm");



$workshop = $parameters["workshop_type"];
$title = $parameters["title"];
shell_exec("cd $projectPath && ffmpeg -f lavfi -i color=size=1280x720:duration=3:rate=30:color=black -vf 'drawtext=text=$workshop:fontfile=$fontPath:fontcolor=white:fontsize=46:x=(w-text_w)/2:y=(h-text_h)/2, drawtext=text=$title:fontfile=$fontPath:fontcolor=white:fontsize=46:x=(w-text_w)/2:y=((h-text_h)/2)+lh+5' opening.webm");
unlink("$projectPath/blank.webm");

$videosFile = "file 'logo.webm'\n";
$videosFile .= "file 'opening.webm'\n";{
    file_put_contents("$projectPath/project_desc.txt", $parameters["project_desc"]);
    shell_exec("cd $projectPath && ffmpeg -f lavfi -i color=size=1280x720:duration=3:rate=30:color=black -vf 'drawtext=fontfile=$fontPath:fontsize=46:fontcolor=white:x=(w-text_w)/2:y=(h-text_h)/2:textfile=project_desc.txt' project_desc.webm");
    unlink("$projectPath/project_desc.txt");
    $videosFile .= "file 'project_desc.webm'\n";
} 
if(array_key_exists("participants", $parameters)) {
    file_put_contents("$projectPath/participants.txt", "Participants :\n" . $parameters["participants"]);
    shell_exec("cd $projectPath && ffmpeg -f lavfi -i color=size=1280x720:duration=2:rate=30:color=black -vf 'drawtext=fontfile=$fontPath:fontsize=46:fontcolor=white:x=(w-text_w)/2:y=(h-text_h)/2:textfile=participants.txt' participants.webm");
    unlink("$projectPath/participants.txt");
}

$videos =  glob("$projectPath/clip*.webm");
foreach($videos as $video) {
    if($video != "originalVideos") {
        $videosFile .= "file ". "'{$video}'\n";
    }
} 
if(array_key_exists("participants", $parameters)) {
    $videosFile .= "file '$projectPath/participants.webm'";
}
array_map('unlink', glob("$projectPath/*webm.txt"));
file_put_contents("$projectPath/videosFile.txt", $videosFile);
if($musicPath == "/_musics/") {
    echo(shell_exec("cd $projectPath && ffmpeg -f concat -safe 0 -i videosFile.txt -b:v 10000K -crf 20 -b:a 192K output.webm"));
} else {
    echo(shell_exec("cd $projectPath && ffmpeg -f concat -safe 0 -i videosFile.txt -b:v 10000K -crf 20 -b:a 192K assembled.webm && ffmpeg -i assembled.webm -i ../..$musicPath -filter_complex ' [1:0] apad ' -shortest -y -b:v 3000K -b:a 192K output.webm"));
}


    


    I tried many things but each time there were errors.
I think I didn't implement the code properly.

    


    I share you the error

    


            [09:21:02] RECEIVED EVENT: videoRequest
{ Error: Command failed: php ./public/src/generate.php projectPath='/home/rohan/Documents/dodoc2/_projects/its-a-test' musicPath='/_musics/classic.mp3' clip1_name='' clip2_name='' clip3_name='' clip4_name='' clip5_name='' clip1_desc='It's a first test' clip2_desc='It's a second test' clip3_desc='It's a third test' clip4_desc='It's a fourth' clip5_desc='It's a last test' project_desc='' workshop_type='Atelier Robotique' title='It's a test' participants='Molinillo Rohan
'
PHP Warning:  Undefined array key 1 in /home/rohan/carnet-numerique/public/src/generate.php on line 9
PHP Warning:  Undefined array key 1 in /home/rohan/carnet-numerique/public/src/generate.php on line 9
PHP Warning:  Undefined array key 1 in /home/rohan/carnet-numerique/public/src/generate.php on line 9
PHP Warning:  Undefined array key 1 in /home/rohan/carnet-numerique/public/src/generate.php on line 9
PHP Warning:  Undefined array key 1 in /home/rohan/carnet-numerique/public/src/generate.php on line 9
PHP Warning:  Undefined array key 1 in /home/rohan/carnet-numerique/public/src/generate.php on line 9
ffmpeg version 5.1.1-1ubuntu2.1 Copyright (c) 2000-2022 the FFmpeg developers
  built with gcc 12 (Ubuntu 12.2.0-3ubuntu1)
  configuration: --prefix=/usr --extra-version=1ubuntu2.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --arch=amd64 --enable-gpl --disable-stripping --enable-gnutls --enable-ladspa --enable-libaom --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libcodec2 --enable-libdav1d --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libglslang --enable-libgme --enable-libgsm --enable-libjack --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librabbitmq --enable-librist --enable-librubberband --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libssh --enable-libsvtav1 --enable-libtheora --enable-libtwolame --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzimg --enable-libzmq --enable-libzvbi --enable-lv2 --enable-omx --enable-openal --enable-opencl --enable-opengl --enable-sdl2 --disable-sndio --enable-pocketsphinx --enable-librsvg --enable-libmfx --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libx264 --enable-libplacebo --enable-shared
  libavutil      57. 28.100 / 57. 28.100
  libavcodec     59. 37.100 / 59. 37.100
  libavformat    59. 27.100 / 59. 27.100
  libavdevice    59.  7.100 / 59.  7.100
  libavfilter     8. 44.100 /  8. 44.100
  libswscale      6.  7.100 /  6.  7.100
  libswresample   4.  7.100 /  4.  7.100
  libpostproc    56.  6.100 / 56.  6.100
Input #0, matroska,webm, from '/home/rohan/Documents/dodoc2/_projects/its-a-test/video-20230404-091933-682.webm':
  Metadata:
    encoder         : QTmuxingAppLibWebM-0.0.1
  Duration: N/A, start: -0.001000, bitrate: N/A
  Stream #0:0(eng): Video: vp8, yuv420p(progressive), 1280x720, SAR 1:1 DAR 16:9, 1k tbr, 1k tbn (default)
  Stream #0:1(eng): Audio: opus, 48000 Hz, stereo, fltp (default)
Stream mapping:
  Stream #0:0 -> #0:0 (vp8 (native) -> vp9 (libvpx-vp9))
  Stream #0:1 -> #0:1 (opus (native) -> opus (libopus))
Press [q] to stop, [?] for help
[libvpx-vp9 @ 0x55952c183000] v1.12.0
Output #0, webm, to 'clip1.webm':
  Metadata:
    encoder         : Lavf59.27.100
  Stream #0:0(eng): Video: vp9, yuv420p(tv, bt470bg/unknown/unknown, progressive), 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 3000 kb/s, 1k fps, 1k tbn (default)
    Metadata:
      encoder         : Lavc59.37.100 libvpx-vp9
    Side data:
      cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
  Stream #0:1(eng): Audio: opus, 48000 Hz, stereo, flt, 192 kb/s (default)
    Metadata:
      encoder         : Lavc59.37.100 libopus
frame=  229 fps= 11 q=12.0 Lsize=    2786kB time=00:00:07.52 bitrate=3034.7kbits/s speed=0.377x    
video:2601kB audio:181kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.175036%
PHP Warning:  Undefined array key "clip2_desc" in /home/rohan/carnet-numerique/public/src/generate.php on line 29
PHP Fatal error:  Uncaught TypeError: addslashes(): Argument #1 ($string) must be of type string, null given in /home/rohan/carnet-numerique/public/src/generate.php:29
Stack trace:
#0 /home/rohan/carnet-numerique/public/src/generate.php(29): addslashes()
#1 {main}
  thrown in /home/rohan/carnet-numerique/public/src/generate.php on line 29

    at ChildProcess.exithandler (child_process.js:275:12)
    at emitTwo (events.js:126:13)
    at ChildProcess.emit (events.js:214:7)
    at maybeClose (internal/child_process.js:925:16)
    at Socket.stream.socket.on (internal/child_process.js:346:11)
    at emitOne (events.js:116:13)
    at Socket.emit (events.js:211:7)
    at Pipe._handle.close [as _onclose] (net.js:554:12)
  killed: false,
  code: 255,
  signal: null,
  cmd: 'php ./public/src/generate.php projectPath=\'/home/rohan/Documents/dodoc2/_projects/its-a-test\' musicPath=\'/_musics/classic.mp3\' clip1_name=\'\' clip2_name=\'\' clip3_name=\'\' clip4_name=\'\' clip5_name=\'\' clip1_desc=\'It\'s a first test\' clip2_desc=\'It\'s a second test\' clip3_desc=\'It\'s a third test\' clip4_desc=\'It\'s a fourth\' clip5_desc=\'It\'s a last test\' project_desc=\'\' workshop_type=\'Atelier Robotique\' title=\'It\'s a test\' participants=\'Molinillo Rohan\n\'' }


    


  • MPEG2 Video decode displaying bad artefacts

    30 août 2022, par beepboop_i_am_robot

    I have a video from a client (dumped from an RTP stream, in MPEG2 format), which displays terribly in all video players I throw at it (VLC, FFPlay, Media Player Classic, MPC-HC).

    


    bbbb.raw

    


    The output from ffprobe,

    


    .\ffprobe.exe -i .\bbbb.raw -hide_banner
Input #0, mpegvideo, from '.\bbbb.raw':
  Duration: N/A, bitrate: N/A
  Stream #0:0: Video: mpeg2video (Main), yuv420p(tv, top first), 720x480 [SAR 8:9 DAR 4:3], Closed Captions, 29.97 fps, 59.94 tbr, 1200k tbn
    Side data:
      cpb: bitrate max/min/avg: 3596000/0/0 buffer size: 1835008 vbv_delay: N/A


    


    The footage through ffplay looks like this,

    


    ffplay_01.png
ffplay_02.png
ffplay_03.png

    


    The footage through VLC looks like this,

    


    vlc_01.png
vlc_02.png

    


    ffplay generates the following logging,

    


    .\ffplay.exe -i .\bbbb.mpeg -hide_banner
Input #0, mpegvideo, from '.\bbbb.mpeg':q=    0KB sq=    0B f=0/0
  Duration: N/A, bitrate: N/A
  Stream #0:0: Video: mpeg2video (Main), yuv420p(tv, top first), 720x480 [SAR 8:9 DAR 4:3], Closed Captions, 29.97 fps, 59.94 tbr, 1200k tbn
    Side data:
      cpb: bitrate max/min/avg: 3596000/0/0 buffer size: 1835008 vbv_delay: N/A
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 7 11
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 4 13
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 2 19
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 9 15
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 13 6
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 0 7
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 3 9
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 1 23
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 14 8
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 12 18
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 4 22
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 35 1
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 12 28
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 9 29
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 21 12
[mpeg2video @ 00000246c56851c0] mb incr damaged
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 13 20
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 38 16
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 12 2
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 25 10
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 13 26
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 9 27
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 990 DC, 990 AC, 990 MV errors in I frame
[mpeg2video @ 00000246c56851c0] mb incr damaged
[mpeg2video @ 00000246c56851c0] 00 motion_type at 18 15
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 41 19
[mpeg2video @ 00000246c56851c0] 00 motion_type at 29 27
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 182 DC, 182 AC, 182 MV errors in P frame
[mpeg2video @ 00000246c56851c0] Invalid mb type in B-frame at 43 12
[mpeg2video @ 00000246c56851c0] 00 motion_type at 37 0
[mpeg2video @ 00000246c56851c0] mb incr damaged
[mpeg2video @ 00000246c56851c0] Invalid mb type in B-frame at 40 5
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 180 DC, 180 AC, 180 MV errors in B frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 13 2
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 21 7
[mpeg2video @ 00000246c56851c0] invalid cbp 0 at 41 12
[mpeg2video @ 00000246c56851c0] 00 motion_type at 24 22
[mpeg2video @ 00000246c56851c0] invalid cbp 0 at 22 27
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 226 DC, 226 AC, 226 MV errors in P frame
[mpeg2video @ 00000246c56851c0] 00 motion_type at 38 17
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 43 11
[mpeg2video @ 00000246c56851c0] end mismatch left=888 B3C3A at 0 30
[mpeg2video @ 00000246c56851c0] 00 motion_type at 41 23
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 182 DC, 182 AC, 182 MV errors in B frame
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 41 18
[mpeg2video @ 00000246c56851c0] mb incr damaged
[mpeg2video @ 00000246c56851c0] end mismatch left=95 4DC505 at 0 30
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 136 DC, 136 AC, 136 MV errors in P frame
[mpeg2video @ 00000246c56851c0] slice mismatch
    Last message repeated 1 times
[mpeg2video @ 00000246c56851c0] 00 motion_type at 8 25
[mpeg2video @ 00000246c56851c0] 00 motion_type at 33 17
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 180 DC, 180 AC, 180 MV errors in B frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 0 6
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 0 8
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 13 9
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 21 13
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 35 0
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 22 11
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 32 15
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 35 17
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 19 24
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 30 19
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 28 21
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 9 3
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 13 29
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 44 27
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 12 7
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 3 10
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 42 14
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 12 1
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 12 16
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 22 18
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 2 20
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 30 22
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 1125 DC, 1125 AC, 1125 MV errors in I frame
[mpeg2video @ 00000246c56851c0] invalid cbp 0 at 42 0    0B f=0/0
[mpeg2video @ 00000246c56851c0] 00 motion_type at 30 15
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] Invalid mb type in B-frame at 16 10
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] 00 motion_type at 16 28
[mpeg2video @ 00000246c56851c0] 00 motion_type at 36 20
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 315 DC, 315 AC, 315 MV errors in B frame
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 9 21
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 24 11
[mpeg2video @ 00000246c56851c0] mb incr damaged
[mpeg2video @ 00000246c56851c0] 00 motion_type at 20 25
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 228 DC, 228 AC, 228 MV errors in P frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 38 2
[mpeg2video @ 00000246c56851c0] 00 motion_type at 5 8
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 21 28
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 137 DC, 137 AC, 137 MV errors in B frame
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 40 14
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 22 25
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 139 DC, 139 AC, 139 MV errors in P frame
[mpeg2video @ 00000246c56851c0] 00 motion_type at 16 0
[mpeg2video @ 00000246c56851c0] slice mismatch
    Last message repeated 2 times
[mpeg2video @ 00000246c56851c0] 00 motion_type at 33 20
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 227 DC, 227 AC, 227 MV errors in B frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 24 4   0B f=0/0
[mpeg2video @ 00000246c56851c0] 00 motion_type at 29 16
[mpeg2video @ 00000246c56851c0] end mismatch left=4 8 at 0 30
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 229 DC, 229 AC, 229 MV errors in P frame
[mpeg2video @ 00000246c56851c0] mb incr damagedKB sq=    0B f=0/0
[mpeg2video @ 00000246c56851c0] 00 motion_type at 40 22
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 90 DC, 90 AC, 90 MV errors in B frame
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 9 0f=0/0
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 9 2
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 6 15
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 3 11
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 33 9
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 41 4
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 33 5
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 8 18
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 20 7
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 22 14
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 15 23
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 16 22
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 9 20
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 3 28
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 26 3
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 34 16
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 44 8
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 1 29
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 29 25
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 900 DC, 900 AC, 900 MV errors in I frame
[mpeg2video @ 00000246c56851c0] 00 motion_type at 38 6
[mpeg2video @ 00000246c56851c0] 00 motion_type at 40 1
[mpeg2video @ 00000246c56851c0] invalid cbp -1 at 43 16
[mpeg2video @ 00000246c56851c0] 00 motion_type at 37 21
[mpeg2video @ 00000246c56851c0] 00 motion_type at 11 27
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 227 DC, 227 AC, 227 MV errors in B frame
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 42 7
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 10 2
overread 8
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 812 DC, 812 AC, 812 MV errors in P frame
[mpeg2video @ 00000246c56851c0] mb incr damaged
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] 00 motion_type at 12 26
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 149 DC, 149 AC, 149 MV errors in B frame
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 18 9
[mpeg2video @ 00000246c56851c0] invalid cbp 0 at 22 14
[mpeg2video @ 00000246c56851c0] invalid cbp -1 at 10 20
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 9 26
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 226 DC, 226 AC, 226 MV errors in P frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 5 2
[mpeg2video @ 00000246c56851c0] 00 motion_type at 5 14
[mpeg2video @ 00000246c56851c0] 00 motion_type at 27 7
[mpeg2video @ 00000246c56851c0] 00 motion_type at 43 26
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 180 DC, 180 AC, 180 MV errors in B frame
[mpeg2video @ 00000246c56851c0] slice below image (109 >= 30)=0/0
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 7 4    0B f=0/0
overread 5
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 451 DC, 451 AC, 451 MV errors in B frame
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 23 0
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 41 1
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 23 2
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 5 3
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 6 14
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 30 12
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 2 28
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 34 10
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 8 23
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 10 19
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 11 21
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 30 22
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 35 24
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 44 17
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 14 16
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 15 4=0/0
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 26 6
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 6 7
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 24 26
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 4 25
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 35 29
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 16 27
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 990 DC, 990 AC, 990 MV errors in I frame
[mpeg2video @ 00000246c56851c0] 00 motion_type at 35 5
[mpeg2video @ 00000246c56851c0] 00 motion_type at 41 16
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 42 10
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 23 25
[mpeg2video @ 00000246c56851c0] 00 motion_type at 14 29
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 275 DC, 275 AC, 275 MV errors in B frame
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 1 15
[mpeg2video @ 00000246c56851c0] 00 motion_type at 33 27
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 140 DC, 140 AC, 140 MV errors in P frame
[mpeg2video @ 00000246c56851c0] 00 motion_type at 2 1    0B f=0/0
[mpeg2video @ 00000246c56851c0] 00 motion_type at 30 5
[mpeg2video @ 00000246c56851c0] 00 motion_type at 33 12
overread 8
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 495 DC, 495 AC, 495 MV errors in B frame
[mpeg2video @ 00000246c56851c0] 00 motion_type at 14 7
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 29 18
[mpeg2video @ 00000246c56851c0] 00 motion_type at 20 26
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 24 22
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 181 DC, 181 AC, 181 MV errors in P frame
[mpeg2video @ 00000246c56851c0] Invalid mb type in B-frame at 27 6
[mpeg2video @ 00000246c56851c0] 00 motion_type at 8 17
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 43 11
[mpeg2video @ 00000246c56851c0] 00 motion_type at 43 1
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 17 25
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 270 DC, 270 AC, 270 MV errors in B frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 0 15
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] invalid cbp -1 at 11 7
[mpeg2video @ 00000246c56851c0] mb incr damaged
    Last message repeated 1 times
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 6 11
[mpeg2video @ 00000246c56851c0] invalid cbp 0 at 36 12
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 12 15
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 6 16
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 9 17
[mpeg2video @ 00000246c56851c0] 00 motion_type at 1 18
[mpeg2video @ 00000246c56851c0] 00 motion_type at 11 22
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 23 22
[mpeg2video @ 00000246c56851c0] 00 motion_type at 10 28
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 8 29
[mpeg2video @ 00000246c56851c0] 00 motion_type at 3 4    0B f=0/0
[mpeg2video @ 00000246c56851c0] invalid cbp -1 at 5 9
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 7 13
[mpeg2video @ 00000246c56851c0] 00 motion_type at 24 1
[mpeg2video @ 00000246c56851c0] 00 motion_type at 18 1
[mpeg2video @ 00000246c56851c0] 00 motion_type at 29 23
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 44 26
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 12 27
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 6 14
[mpeg2video @ 00000246c56851c0] 00 motion_type at 28 19
[mpeg2video @ 00000246c56851c0] 00 motion_type at 10 20
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 13 8
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 1260 DC, 1260 AC, 1260 MV errors in P frame
[mpeg2video @ 00000246c56851c0] 00 motion_type at 36 2
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] 00 motion_type at 25 27
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 180 DC, 180 AC, 180 MV errors in B frame
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 6 4
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 30 5
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 8 6
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 5 8
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 9 12
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 0 1
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 33 13
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 12 17
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 30 16
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 5 28
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 34 29
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 11 21
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 13 19
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 32 24
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 1 25
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 9 2f=0/0
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 33 1
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 15 14
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 3 18
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 15 22
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 7 20
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 36 26
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 25 3
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 25 27
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 1215 DC, 1215 AC, 1215 MV errors in I frame
[mpeg2video @ 00000246c56851c0] Invalid mb type in B-frame at 26 10
[mpeg2video @ 00000246c56851c0] Invalid mb type in B-frame at 1 16
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 44 23
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 30 20
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 182 DC, 182 AC, 182 MV errors in B frame
[mpeg2video @ 00000246c56851c0] slice mismatch6KB sq=    0B f=0/0
[mpeg2video @ 00000246c56851c0] 00 motion_type at 6 9
[mpeg2video @ 00000246c56851c0] 00 motion_type at 12 19
[mpeg2video @ 00000246c56851c0] invalid cbp -1 at 3 27
[mpeg2video @ 00000246c56851c0] invalid cbp 0 at 37 28
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 226 DC, 226 AC, 226 MV errors in P frame
[mpeg2video @ 00000246c56851c0] invalid cbp -1 at 42 9   0B f=0/0
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 38 0
[mpeg2video @ 00000246c56851c0] slice mismatch
    Last message repeated 1 times
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 32 29  0B f=0/0
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 272 DC, 272 AC, 272 MV errors in B frame
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] Invalid mb type in P-frame at 2 23
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 31 28
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 135 DC, 135 AC, 135 MV errors in P frame
[mpeg2video @ 00000246c56851c0] slice mismatch
    Last message repeated 1 times
[mpeg2video @ 00000246c56851c0] 00 motion_type at 8 24
[mpeg2video @ 00000246c56851c0] invalid cbp 0 at 39 28
[mpeg2video @ 00000246c56851c0] mb incr damagedKB sq=    0B f=0/0
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 225 DC, 225 AC, 225 MV errors in B frame
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] 00 motion_type at 40 17
[mpeg2video @ 00000246c56851c0] end mismatch left=587 450598 at 0 30
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 180 DC, 180 AC, 180 MV errors in P frame
[mpeg2video @ 00000246c56851c0] 00 motion_type at 41 8
[mpeg2video @ 00000246c56851c0] 00 motion_type at 37 26
[mpeg2video @ 00000246c56851c0] Invalid mb type in B-frame at 0 29
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 135 DC, 135 AC, 135 MV errors in B frame
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 2 6f=0/0
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 13 4
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 36 2
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 11 1
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 35 11
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 40 9
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 13 19
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 42 13
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 14 26
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 28 28
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 22 22
[mpeg2video @ 00000246c56851c0] mb incr damaged
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 11 23
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 39 7
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 37 10
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 27 20
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 30 27
[mpeg2video @ 00000246c56851c0] Invalid mb type in I-frame at 8 29
[mpeg2video @ 00000246c56851c0] skipped MB in I-frame at 25 25
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 900 DC, 900 AC, 900 MV errors in I frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 38 0   0B f=0/0
[mpeg2video @ 00000246c56851c0] 00 motion_type at 12 21
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 34 28
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] slice mismatch9KB sq=    0B f=0/0
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 229 DC, 229 AC, 229 MV errors in B frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 40 0
[mpeg2video @ 00000246c56851c0] 00 motion_type at 12 11
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 30 27
[mpeg2video @ 00000246c56851c0] end mismatch left=7025 131C07 at 0 30
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 184 DC, 184 AC, 184 MV errors in P frame
[mpeg2video @ 00000246c56851c0] 00 motion_type at 15 4
[mpeg2video @ 00000246c56851c0] 00 motion_type at 44 0
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 38 13
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 2 29
[mpeg2video @ 00000246c56851c0] Warning MVs not available0B f=0/0
[mpeg2video @ 00000246c56851c0] concealing 225 DC, 225 AC, 225 MV errors in B frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 43 2
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 28 8
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 14 19
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 23 28
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 8 14
[mpeg2video @ 00000246c56851c0] mb incr damaged
[mpeg2video @ 00000246c56851c0] end mismatch left=228 7355F3 at 0 30
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 318 DC, 318 AC, 318 MV errors in P frame
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 4 20   0B f=0/0
[mpeg2video @ 00000246c56851c0] ac-tex damaged at 33 27
[mpeg2video @ 00000246c56851c0] 00 motion_type at 37 29
[mpeg2video @ 00000246c56851c0] Warning MVs not available
[mpeg2video @ 00000246c56851c0] concealing 137 DC, 137 AC, 137 MV errors in B frame
[mpeg2video @ 00000246c56851c0] slice mismatch
[mpeg2video @ 00000246c56851c0] 00 motion_type at 16 19
...


    


    Are there any decoders or setting which might help in producing a clear decoding of the video ?

    


    Is there anything obviously wrong with the raw dump file ?