Page 1 of 1

Ver 1.1 - -bufsize and -qscale

PostPosted: Mon Dec 24, 2012 2:05 am
by npuser
while troubleshooting some streams that refuses to play in wdtv, i noticed the ffmpeg syntax serviio produces return a warning message while running similar syntax from outside of the serviio. As attachment shows below, it has something to do with -bufsize and it says the remuxing may fail. I also come across a thread where it was discussed in detail, and talked about how it conflicts with -qscale. I am not sure anyone will make of anything to this. http://ffmpeg.org/pipermail/ffmpeg-user/2012-January/004338.html

  Code:
ffmpeg -analyzeduration 10000000 -threads 2 -i http://216.221.144.203:80/flv/50cc055abad2c -y -copyts -c:v mpeg2video -qscale:v 3 -r 24000/1001 -g 15 -c:a ac3 -b:a 384k -ac 2 -map 0:0 -map 0:1 -sn -f vob /tmp/test.mpg



I am still analyzing this stream as to why it fails in my wdtv. I am not sure -bufsize has anything to do with.

Sidenote: These stream worked perfectly fine in wdtv with previous versions of Serviio. The streams works in mediabroswer and a sony TV, just this wdtv is puking right now.

NPuser