Thu Nov 10, 2011 8:19 pm by regli
Illico wrote:For the moment, Serviio doesn't support transcoding to mp4 in the fly.
But you could transcode locally with your command and add the result into serviio library.
Could you provide "ffmpeg -i" result of this file?
Here are the complete results:
root@NASLS2:/mnt/disk1/tmp# ffmpeg -i test.flv
ffmpeg version 0.8.git, Copyright (c) 2000-2011 the FFmpeg developers
built on Nov 8 2011 21:21:41 with gcc 4.2.3
configuration: --arch=arm --enable-armv5te --prefix=/opt --extra-cflags=-I/opt/include --extra-ldflags='-L/opt/lib:/lib' --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-libmp3lame --enable-librtmp
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
[flv @ 0xcd6440] Estimating duration from bitrate, this may be inaccurate
Input #0, flv, from 'test.flv':
Metadata:
aacaot : 2
audiochannels : 2
audiocodecid : mp4a
audiosamplerate : 32000
avclevel : 30
avcprofile : 77
duration : 880
height : 240
moovPosition : 32
videocodecid : avc1
videoframerate : 25
width : 432
Duration: 00:14:39.92, start: 0.000000, bitrate: N/A
Stream #0.0: Video: h264 (Main), yuv420p, 432x240 [PAR 1:1 DAR 9:5], 25 tbr, 1k tbn, 50 tbc
Stream #0.1: Audio: aac, 32000 Hz, stereo, s16
At least one output file must be specified
FFmpeg is compiled from the source at the Serviio site.
I'll play around with profile.xml. I assume that all I'd need to do is add a correct MediaFormatProfile to implement zip's suggestion.
Thanks for your help!