Thu Dec 27, 2012 12:42 am by firefox15
Has this actually been implemented? The bug report sounds like it was implemented in 1.1 but I can't seem to get it to work. I can hardly find any documentation or examples at all on vFourCC. I have files that are detected as DX50 with ffmpeg, but when I attempt to target them, they do not transcode. Am I doing something wrong?
Transcodes :<Matches container="avi" vCodec="mpeg4" />
Doesn't transcode: <Matches container="avi" vCodec="mpeg4" vFourCC="DX50" />
ffmpeg -i output:
- Code:
C:\Users\AlexAdmin>"C:\Program Files\Serviio\lib\ffmpeg.exe" -i "D:\ServerFolder
s\TV Shows\Digimon\Tamers\- Digimon Tamers Opening.avi"
ffmpeg version N-42368-gbf53863 Copyright (c) 2000-2012 the FFmpeg developers
built on Jul 10 2012 03:40:45 with gcc 4.6.3
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-w64-mingw32- --pkg-config=pk
g-config
libavutil 51. 64.100 / 51. 64.100
libavcodec 54. 33.100 / 54. 33.100
libavformat 54. 15.102 / 54. 15.102
libavdevice 54. 1.100 / 54. 1.100
libavfilter 3. 1.100 / 3. 1.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
[mpeg4 @ 0035C5E0] Invalid and inefficient vfw-avi packed B frames detected
Input #0, avi, from 'D:\ServerFolders\TV Shows\Digimon\Tamers\- Digimon Tamers O
pening.avi':
Duration: 00:01:00.01, start: 0.000000, bitrate: 3257 kb/s
Stream #0:0: Video: mpeg4 (DX50 / 0x30355844), yuv420p, 640x480 [SAR 1:1 DAR
4:3], 23.98 fps, 23.98 tbr, 23.98 tbn, 30k tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16, 256 kb
/s
At least one output file must be specified