Page 1 of 1

Samsung PN51D550 fails to play DX50 file...

PostPosted: Sat Apr 28, 2012 11:57 pm
by Anaerin
It's reporting "Unsupported video codec", which is odd, as it should be supported (Being MPEG4 ASP/DivX 5.0). Other files work fine, and it's set using the Samsung C/D profile in Serviio.

Here's the output from ffmpeg -i:
  Code:
ffmpeg version 0.9, Copyright (c) 2000-2011 the FFmpeg developers
  built on Dec 13 2011 20:46:11 with gcc 4.4.2
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --enable-librtmp --extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm' --arch=x86 --enable-runtime-cpudetect --enable-pthreads --target-os=mingw32 --cross-prefix=i686-mingw32- --pkg-config=pkg-config
  libavutil    51. 32. 0 / 51. 32. 0
  libavcodec   53. 42. 0 / 53. 42. 0
  libavformat  53. 24. 0 / 53. 24. 0
  libavdevice  53.  4. 0 / 53.  4. 0
  libavfilter   2. 53. 0 /  2. 53. 0
  libswscale    2.  1. 0 /  2.  1. 0
[mpeg4 @ 018d8b20] Invalid and inefficient vfw-avi packed B frames detected

Seems stream 0 codec frame rate differs from container frame rate: 30000.00 (30000/1) -> 23.98 (24000/1001)
Input #0, avi, from 'h:\*********.avi':
  Metadata:
    encoder         : VirtualDubMod 1.5.10.1 (build 2366/release)
  Duration: 00:41:48.38, start: 0.000000, bitrate: 583 kb/s
    Stream #0:0: Video: mpeg4 (DX50 / 0x30355844), yuv420p, 432x240 [SAR 1:1 DAR 9:5], 23.98 fps, 23.98 tbr, 23.98 tbn, 30k tbc
    Stream #0:1: Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, 2 channels, s16,64 kb/s
At least one output file must be specified


MediaInfo reports:
  Code:
General
Complete name                            : H:\************.avi
Format                                   : AVI
Format/Info                              : Audio Video Interleave
File size                                : 175 MiB
Duration                                 : 41mn 48s
Overall bit rate                         : 584 Kbps
Writing application                      : VirtualDubMod 1.5.10.1 (build 2366/release)
Writing library                          : VirtualDubMod build 2366/release

Video
ID                                       : 0
Format                                   : MPEG-4 Visual
Format settings, BVOP                    : 1
Format settings, QPel                    : No
Format settings, GMC                     : 2 warppoints
Format settings, Matrix                  : Default (H.263)
Muxing mode                              : Packed bitstream
Codec ID                                 : DX50
Codec ID/Hint                            : DivX 5
Duration                                 : 41mn 48s
Bit rate                                 : 511 Kbps
Width                                    : 432 pixels
Height                                   : 240 pixels
Display aspect ratio                     : 16:9
Frame rate                               : 23.976 fps
Color space                              : YUV
Chroma subsampling                       : 4:2:0
Bit depth                                : 8 bits
Scan type                                : Progressive
Compression mode                         : Lossy
Bits/(Pixel*Frame)                       : 0.205
Stream size                              : 153 MiB (88%)
Writing library                          : DivX 5.1.1 (Maupiti) (UTC 2003-11-19)

Audio
ID                                       : 1
Format                                   : WMA
Format version                           : Version 2
Codec ID                                 : 161
Codec ID/Info                            : Windows Media Audio
Duration                                 : 41mn 48s
Bit rate                                 : 64.1 Kbps
Channel(s)                               : 2 channels
Sampling rate                            : 44.1 KHz
Bit depth                                : 16 bits
Stream size                              : 19.2 MiB (11%)
Interleave, duration                     : 46 ms (1.11 video frame)
Interleave, preload duration             : 510 ms
Any suggestions?

Re: Samsung PN51D550 fails to play DX50 file...

PostPosted: Sun Apr 29, 2012 7:09 am
by Illico
its probably because audio codec should be aac (wma2 is probably nor supported over avi container).
For this particuliar file, you can select another profile that transcode avi files...
or edit samsung profile with something like this:
<Matches container="avi" vCodec="wmv2" />

Re: Samsung PN51D550 fails to play DX50 file...

PostPosted: Sun Apr 29, 2012 6:01 pm
by Anaerin
Not so much. Re-encoding the audio to MP3 and just copying the video (Which should work AOK, I've got other files with MP3 audio. command line: "mencoder file.avi -ovc copy -oac mp3lame -lameopts VBR=3 -o mp3encodedfile.avi") still comes up with "Unsupported video codec". And it does say "Video" not "Audio" (Which I have seen - strangely enough FLAC-encoded audio doesn't work!)