Page 1 of 1

[Solved] Regression: H263 flv's not transcoded

PostPosted: Tue Sep 11, 2012 10:27 pm
by jhb50
I have these rules in my Samsung C-D profile
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" maxVBitrate="20000">
<Matches container="flv" vCodec="vp6" />
<Matches container="flv" vCodec="h263" />
</Video>


All my vp6 flv files transcode and play correctly but my h263 flv files try to play natively and when the TV reports "Not supported Video Codec" it goes into a loop trying to play it over and over with the same error message.

Here is the log showing the vp6working ok followed by the "goodman" h263 loop. See note below

Re: Regression: H263 flv's not transcoded

PostPosted: Tue Sep 11, 2012 10:33 pm
by zip
In the log i see the transcode command, unless I'm looking at something else.

Re: Regression: H263 flv's not transcoded

PostPosted: Tue Sep 11, 2012 10:43 pm
by jhb50
Looks like bad log. Here it is again as attachment with the he successful "AIG" VP6 transcode followed by the native format "goodman" h263 loop.

Re: [Solved] Regression: H263 flv's not transcoded

PostPosted: Tue Sep 11, 2012 11:58 pm
by jhb50
Just realized you used vCodec=flv in the mediabrowser profile to get h263 so I changed my rule to use vCodec=flv instead of vCodec=h263 and they play again.

Will you fix the h263 or change the documentation to flv?

See ticket https://bitbucket.org/xnejp03/serviio/i ... n-profiles

Re: [Solved] Regression: H263 flv's not transcoded

PostPosted: Wed Sep 12, 2012 7:51 pm
by zip
I just tried it on mine and h263 matching works. Please re-check your profile and close the bug.

Re: [Solved] Regression: H263 flv's not transcoded

PostPosted: Wed Sep 12, 2012 11:05 pm
by jhb50
My error. Seems Sorenson Spark is just "almost" h263 so is only recognized by Serviio/ffmpeg as vCodec=flv rather than vCodec=h263. Ticket closed.