Samsung B650 - Playing FLV / H.264
Hello,
i can't get some flv-files to work, so i changed some values in the profile.xml to transcode the files. With these changes the files are working but consume some cpu-time.
As posted here ( http://www.forum.serviio.org/viewtopic.php?f=11&t=4016&p=26382&hilit=flv+h264#p26382 ), flv-media with h264 codec should be playeable just by remuxing them to mpeg2ts. The original profile.xml was remuxing them, if i understand correctly. Attached the mediainfo, manual ffmpeg.exe -i and the serviio-ffmpeg - my tv just states "unsupported fileformat".
Maybe some can help me out, i'm not that into codecs and stuff, any help is appreciated.
i can't get some flv-files to work, so i changed some values in the profile.xml to transcode the files. With these changes the files are working but consume some cpu-time.
- Code:
<!-- transcode unsupported FLV combinations into mpeg2ts -->
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" aBitrate="192">
<Matches container="flv"/>
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video">
<Matches container="flv" vCodec="h264" aCodec="ac3"/>
</Video>
As posted here ( http://www.forum.serviio.org/viewtopic.php?f=11&t=4016&p=26382&hilit=flv+h264#p26382 ), flv-media with h264 codec should be playeable just by remuxing them to mpeg2ts. The original profile.xml was remuxing them, if i understand correctly. Attached the mediainfo, manual ffmpeg.exe -i and the serviio-ffmpeg - my tv just states "unsupported fileformat".
- Code:
22:25,734 DEBUG [FFMPEGWrapper] Invoking FFmpeg to transcode video file: E:\_Privat\Filme\The Big Bang Theory\The Big Bang Theory - S04E09.avi
2011-11-11 00:22:25,734 DEBUG [ProcessExecutor] Starting d:\Serviio\bin\\..\lib/ffmpeg.exe -i E:\_Privat\Filme\The Big Bang Theory\The Big Bang Theory - S04E09.avi -y -vcodec copy -vbsf h264_mp4toannexb -copyts -acodec ac3 -ab 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts C:\TEMP\Serviio\transcoding-temp-1067-MPEG2TS.stf
2011-11-11 00:22:26,921 DEBUG [ImageUtils] Starting image resize, size = 3990 bytes
2011-11-11 00:22:27,031 DEBUG [ImageUtils] Returning resized image, size = 3472 bytes
2011-11-11 00:22:27,234 DEBUG [VideoDeliveryEngine] Found Format profile for transcoded file The Big Bang Theory - S04E09.avi: AVC_TS_MP_SD_AC3_ISO
2011-11-11 00:22:27,234 DEBUG [AbstractTranscodingDeliveryEngine] Sending transcoding stream
2011-11-11 00:22:27,296 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2011-11-11 00:22:27,296 DEBUG [ResourceTransportRequestHandler] Unsupported range request, sending back 406
2011-11-11 00:22:27,296 DEBUG [ResourceTransportRequestHandler] HTTP/1.1 406 Not Acceptable, headers = [[Content-Type: video/mpeg]]
2011-11-11
Maybe some can help me out, i'm not that into codecs and stuff, any help is appreciated.