Hello,
Since the lack of MPEG2 decoding on the RaspberryPi, I was thinking on setting up Serviio as an UPnP server which also transcodes mpeg2 files into mpeg4 files.
I already have serviio running on my home server, next step is to configure the correct renderer profile in order to for ce serviio to transcode the unsupported formats.
Anyone else also working on this?
Let's share our ideas / config files/ howto's here.
Thanks,
Opper
-
- Posts: 10
- Joined: Wed Jun 06, 2012 3:11 pm
Re: Serviio for transcoding
Serviio transcodes anything into MPEG2 that the end device can't handle e.g smart tv, media box as almost everything supports MPEG2. Is x264 finalised in FFMPEG or still experimental ? Serviio wasn't supporting transcoding to x264 though the latest beta might be, I've not looked.
I've used OpenELEC software playback of mpeg2 and they've worked fine, SD quality on RPi so far.
I've used OpenELEC software playback of mpeg2 and they've worked fine, SD quality on RPi so far.
-
- Posts: 10
- Joined: Wed Jun 06, 2012 3:11 pm
Re: Serviio for transcoding
How did you configure that? My Openelec build (r11258) doesn't play them.Nogsx3 wrote:Serviio transcodes anything into MPEG2 that the end device can't handle e.g smart tv, media box as almost everything supports MPEG2. Is x264 finalised in FFMPEG or still experimental ? Serviio wasn't supporting transcoding to x264 though the latest beta might be, I've not looked.
I've used OpenELEC software playback of mpeg2 and they've worked fine, SD quality on RPi so far.
The forum is covered with confirmation that it won't happen soon??
-
- Posts: 10
- Joined: Wed Jun 06, 2012 3:11 pm
Re: Serviio for transcoding
Can it transcode into divx/xvid?Nogsx3 wrote:Serviio transcodes anything into MPEG2 that the end device can't handle e.g smart tv, media box as almost everything supports MPEG2. Is x264 finalised in FFMPEG or still experimental ? Serviio wasn't supporting transcoding to x264 though the latest beta might be, I've not looked.
Re: Serviio for transcoding
No FFMPEG transcodes to MPEG and experimental x264 only.
I'll double check the mpeg playback, I thought it did it but using software (cpu) decoding not hardware decoding due to license issues.
I'll double check the mpeg playback, I thought it did it but using software (cpu) decoding not hardware decoding due to license issues.
Re: Serviio for transcoding
To transcode to x264 would need quite a lot of CPU time compared to mpeg2 for the server running serviio. I've got a dual core atom and it can do 1080p on the fly mpeg2 but x264 would be way too much for it.
Re: Serviio for transcoding
I'm using a script to encode files using handbrake. It's not ideal but it'll do for now,
-
- Posts: 10
- Joined: Wed Jun 06, 2012 3:11 pm
Re: Serviio for transcoding
I have a Core i3 2100 in my home server.Nogsx3 wrote:To transcode to x264 would need quite a lot of CPU time compared to mpeg2 for the server running serviio. I've got a dual core atom and it can do 1080p on the fly mpeg2 but x264 would be way too much for it.
Should be able to do some recent resolutions/bitrates?
Re: Serviio for transcoding
Correction to the above, mpeg1 and 2 audio played, video is just greyed out. WMV didn't play either but mkv, avi, divx, all played fine (well depending on latest build of OpenELEC)