Flv files not playable
Is anyone else having the same problem with these files?
zip wrote:that's what we said, we should keep original bitrate if it's lower that 192, unless it's forced using aBitrate. You could try to add aBitrate="192" on the transcode config
zip wrote:Yes, but only for when source/target aCodec = LPCM or target aCodec = AC3
But the above problem is with bitrate, not sample rate
zip wrote:post ffmpeg -i for that file
C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i "C:\Users\xxxxx\Videos\bath.av
i"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
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
Input #0, avi, from 'C:\Users\xxxxx\Videos\bath.avi':
Duration: 00:01:07.26, start: 0.000000, bitrate: 258 kb/s
Stream #0.0: Video: mpeg4, yuv420p, 320x240 [PAR 1:1 DAR 4:3], 15 tbr, 15 tb
n, 15 tbc
Stream #0.1: Audio: mp3, 22050 Hz, 1 channels, s16, 32 kb/s
At least one output file must be specified
zip wrote:in the example file, bitrate is provided, but invalid (111kb). So rather than providing sample rate, it should use a valid bitrate (if lower than 192 and not multiple of 16 and no aBitrate is used).
Can you run the ffmpeg command with -ab 96 and -ab 112 ?
C:\Program Files (x86)\Serviio\lib>ffmpeg.exe -i "C:\Users\xxxxx\Videos\Kansas
- Dust In The Wind.flv"
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
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
[flv @ 0136bbe0] Estimating duration from bitrate, this may be inaccurate
Seems stream 0 codec frame rate differs from container frame rate: 59.92 (1498/2
5) -> 29.92 (359/12)
Input #0, flv, from 'C:\Users\xxxxx\Videos\Kansas - Dust In The Wind.flv':
Metadata:
duration : 200
starttime : 0
totalduration : 200
width : 480
height : 360
videodatarate : 460
audiodatarate : 109
totaldatarate : 577
framerate : 30
bytelength : 14428996
canseekontime : true
sourcedata : B4A7D0C08HH1283597576683564
purl :
pmsg :
Duration: 00:03:19.66, start: 0.000000, bitrate: 582 kb/s
Stream #0.0: Video: h264, yuv420p, 480x360 [PAR 1:1 DAR 4:3], 471 kb/s, 29.9
2 tbr, 1k tbn, 59.92 tbc
Stream #0.1: Audio: aac, 44100 Hz, stereo, s16, 111 kb/s
At least one output file must be specified
Users browsing this forum: No registered users and 37 guests