WMV1 and Samsung D5500
I have D500 TV and I tried play an old WMV files, but I haven't. No supported my file.
Here is ffmpeg -i log:
- Code:
ffmpeg version N-31480-g8bc3a48, Copyright (c) 2000-2011 the FFmpeg developers
built on Jul 14 2011 23:37:53 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-ffplay --disable-ffs
erver --enable-memalign-hack --enable-libmp3lame --enable-librtmp --extra-libs='
-lrtmp -lpolarssl -lws2_32 -lwinmm' --arch=x86 --enable-runtime-cpudetect --enab
le-pthreads --target-os=mingw32 --cross-prefix=i686-mingw32- --pkg-config=pkg-co
nfig
libavutil 51. 11. 0 / 51. 11. 0
libavcodec 53. 8. 0 / 53. 8. 0
libavformat 53. 6. 0 / 53. 6. 0
libavdevice 53. 2. 0 / 53. 2. 0
libavfilter 2. 25. 0 / 2. 25. 0
libswscale 2. 0. 0 / 2. 0. 0
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000
/1) -> 25.00 (25/1)
Input #0, asf, from 'k:\Korcsolyagála Budapest 1 Eurosport.wmv':
Metadata:
WMFSDKVersion : 9.00.00.2980
WMFSDKNeeded : 0.0.0.0000
IsVBR : 0
Duration: 00:19:20.42, start: 0.000000, bitrate: 699 kb/s
Stream #0.0(hun): Audio: wmav2, 44100 Hz, 2 channels, s16, 64 kb/s
Stream #0.1(hun): Video: wmv1, yuv420p, 320x240, 632 kb/s, 25 tbr, 1k tbn, 1
k tbc
At least one output file must be specified
Here is with latest ffmpeg:
- Code:
ffmpeg version N-35057-g2c44aed, Copyright (c) 2000-2011 the FFmpeg developers
built on Nov 21 2011 02:36:31 with gcc 4.6.2
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-ru
ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libope
ncore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --en
able-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger -
-enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwben
c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-
libxvid --enable-zlib
libavutil 51. 26. 0 / 51. 26. 0
libavcodec 53. 36. 0 / 53. 36. 0
libavformat 53. 21. 0 / 53. 21. 0
libavdevice 53. 4. 0 / 53. 4. 0
libavfilter 2. 49. 0 / 2. 49. 0
libswscale 2. 1. 0 / 2. 1. 0
libpostproc 51. 2. 0 / 51. 2. 0
[asf @ 01CD84A0] parser not found for codec wmav2, packets or times may be inval
id.
Seems stream 1 codec frame rate differs from container frame rate: 1000.00 (1000
/1) -> 25.00 (25/1)
Input #0, asf, from 'k:\Korcsolyagála Budapest 1 Eurosport.wmv':
Metadata:
WMFSDKVersion : 9.00.00.2980
WMFSDKNeeded : 0.0.0.0000
IsVBR : 0
Duration: 00:19:20.42, start: 0.000000, bitrate: 699 kb/s
Stream #0:0(hun): Audio: wmav2 (a[1][0][0] / 0x0161), 44100 Hz, 2 channels,
s16, 64 kb/s
Stream #0:1(hun): Video: wmv1 (WMV1 / 0x31564D57), yuv420p, 320x240, 632 kb/
s, 25 tbr, 1k tbn, 1k tbc
At least one output file must be specified
I try add this line to profiles.xml like this:
- Code:
<!-- For dvr-ms files force mpeg2video transcoding to fix monotone timestamps problems-->
<Video targetContainer="mpegts" targetACodec="ac3" forceVTranscoding="true">
<Matches container="asf" vCodec="mpeg2video" />
<Matches container="asf" vCodec="wmv1" aCodec="wmav2"/>
<Matches container="asf" vCodec="wmv2" />
</Video>
This will be good for me?
