Page 1 of 1

RMVB support

PostPosted: Sat Apr 30, 2011 8:25 am
by nachotheix
If rmvb isn't supported by ffmpeg, it'll be possible transcode this format accross Serviio?

./ffmpeg -i /Users/nacho/Movies/Baby\ Einstein/03\ meses\ Baby\ Einstein\ Bach\ -\ Aventura\ Musical.rmvb
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 12 2011 19:51:48 with gcc 4.0.1 (Apple Inc. build 5493)
configuration: --enable-static --disable-shared --bindir=/tmp/ffmpeg --disable-ffplay --disable-ffserver --enable-libmp3lame --enable-pthreads --disable-mmx --extra-ldflags=-L/tmp/static/lib --extra-cflags=-I/tmp/static/include
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
[NULL @ 0x1023400] Unsupported video codec
[rm @ 0x1009600] max_analyze_duration reached
Input #0, rm, from '/Users/nacho/Movies/Baby Einstein/03 meses Baby Einstein Bach - Aventura Musical.rmvb':
Metadata:
title :
author :
copyright :
comment :
Duration: 00:27:07.25, start: 0.000000, bitrate: 704 kb/s
Stream #0.0: Audio: cook, 44100 Hz, stereo, s16, 64 kb/s
Stream #0.1: Video: rv40, yuv420p, 720x540, 603 kb/s, 12.05 fps, 12 tbr, 1k tbn, 12 tbc
Stream #0.2: Data: [0][0][0][0] / 0x0000
At least one output file must be specified

Re: RMVB support

PostPosted: Sun May 01, 2011 9:37 pm
by Anaerin
Actually, that looks like rmvb is supported:
Stream #0.0: Audio: cook, 44100 Hz, stereo, s16, 64 kb/s
Stream #0.1: Video: rv40, yuv420p, 720x540, 603 kb/s, 12.05 fps, 12 tbr, 1k tbn, 12 tbc

tells me that it's found a video and audio format it recognizes. I think the "Unsupported video codec" comes from the third stream in that rmvb container, which ffmpeg is displaying as
Stream #0.2: Data: [0][0][0][0] / 0x0000
. It's possibly a closed-caption stream.

Re: RMVB support

PostPosted: Mon May 02, 2011 9:35 pm
by zip
There is already an ticket to support Real Video. Hopefully for 0.6

Re: RMVB support

PostPosted: Mon Dec 12, 2011 10:39 am
by yummy88
Hi , when will Serviio support RMVB 3.0 / 4.0 transcoding? Currently, cannot browse any RMVB files.

Re: RMVB support

PostPosted: Mon Dec 12, 2011 10:47 am
by zip
not in the next version, probably in the one after