Re: Serviio Pro v.1.3.1 breaks mkv on PS3?

Freedom86 wrote:I am having the same issue, is there any way that I can help sort this as it is really annoyingOnly difference between me and op is it was working fine in 1.3.0!
Freedom86 wrote:I am having the same issue, is there any way that I can help sort this as it is really annoyingOnly difference between me and op is it was working fine in 1.3.0!
2013-09-08 18:38:31,367 INFO [MediaServer] ------------------------------------------------------------------------
2013-09-08 18:38:31,367 INFO [MediaServer] Serviio DLNA media streaming server v 1.3.1 (rev. f1fc8bc55657)
2013-09-08 18:38:31,367 INFO [MediaServer] Petr Nejedly 2009-2013
2013-09-08 18:38:31,367 INFO [MediaServer] http://www.serviio.org
2013-09-08 18:38:31,367 INFO [MediaServer]
2013-09-08 18:38:31,367 INFO [MediaServer] Java 1.7.0_25-Oracle Corporation
2013-09-08 18:38:31,367 INFO [MediaServer] OS Windows Server 2012 amd64 6.2
2013-09-08 18:38:31,367 INFO [MediaServer] File encoding: windows-1252
2013-09-08 18:38:31,367 INFO [MediaServer] Headless mode enabled: true
2013-09-08 18:38:31,367 INFO [MediaServer] User: SERVER-01$
2013-09-08 18:38:31,367 INFO [MediaServer] User home dir: C:\
2013-09-08 18:38:31,367 INFO [MediaServer] Temp dir: C:\Windows\TEMP\
2013-09-08 18:38:31,367 INFO [MediaServer] ------------------------------------------------------------------------
I switched the profile from Playstation 3 to Generic DLNA device; now MKV files all appear in the list as "unsupported data"
I replaced ffmpeg with a fresh copy of the latest version (2013-08-15); no change.
Freedom86 wrote:Illico, I have left that conversion running and will try the outputs when finished...
UPDATE: Neither of the two new files will play. They do error out faster than the original file though if that helps at all?
cd /Applications/Serviio.app/Contents/MacOS
Mumbles-iMac:MacOS Mumbles$ ./ffmpeg -fflags +genpts -threads auto -i /Volumes/TheVault/HUXLEY\ SHOWS/Adventure\ Time/Season\ 5/SceneReleases/Adventure.Time.S05E03.720p.hdtv.x264-2hd.mkv -y -c:v copy -bsf:v h264_mp4toannexb -c:a libmp3lame -b:a 192k -ar 44100 -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /var/folders/zn/38pkg9p56md4kdc0_spgvk5w0000gn/T/Serviio/transcoding-temp-2-4-ORIGINAL.mpg
ffmpeg version 2.0.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Aug 15 2013 10:56:46 with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --arch=x86_64 --enable-runtime-cpudetect
libavutil 52. 38.100 / 52. 38.100
libavcodec 55. 18.102 / 55. 18.102
libavformat 55. 12.100 / 55. 12.100
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 79.101 / 3. 79.101
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
Input #0, matroska,webm, from '/Volumes/TheVault/HUXLEY SHOWS/Adventure Time/Season 5/SceneReleases/Adventure.Time.S05E03.720p.hdtv.x264-2hd.mkv':
Metadata:
creation_time : 2012-11-20 00:51:13
Duration: 00:11:10.91, start: 0.000000, bitrate: 2411 kb/s
Stream #0:0(eng): Video: h264 (High), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
Output #0, mpegts, to '/var/folders/zn/38pkg9p56md4kdc0_spgvk5w0000gn/T/Serviio/transcoding-temp-2-4-ORIGINAL.mpg':
Metadata:
encoder : Lavf55.12.100
Stream #0:0(eng): Video: h264, yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 90k tbn, 23.98 tbc (default)
Stream #0:1: Audio: mp3 (libmp3lame), 44100 Hz, stereo, fltp, 192 kb/s (default)
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (ac3 -> libmp3lame)
Press [q] to stop, [?] for help
frame=16085 fps=463 q=-1.0 Lsize= 192575kB time=00:11:10.93 bitrate=2351.3kbits/s
video:160625kB audio:15726kB subtitle:0 global headers:0kB muxing overhead 9.200020%
Mumbles-iMac:MacOS Mumbles$ ./ffmpeg -fflags +genpts -threads auto -i /Volumes/TheVault/HUXLEY\ SHOWS/Adventure\ Time/Season\ 5/SceneReleases/Adventure.Time.S05E03.720p.hdtv.x264-2hd.mkv -y -c:v copy -bsf:v h264_mp4toannexb -c:a ac3 -b:a 192k -ac 2 -map 0:0 -map 0:1 -sn -f mpegts /var/folders/zn/38pkg9p56md4kdc0_spgvk5w0000gn/T/Serviio/transcoding-temp-2-4-ORIGINAL.mpg
ffmpeg version 2.0.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Aug 15 2013 10:56:46 with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --arch=x86_64 --enable-runtime-cpudetect
libavutil 52. 38.100 / 52. 38.100
libavcodec 55. 18.102 / 55. 18.102
libavformat 55. 12.100 / 55. 12.100
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 79.101 / 3. 79.101
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
Input #0, matroska,webm, from '/Volumes/TheVault/HUXLEY SHOWS/Adventure Time/Season 5/SceneReleases/Adventure.Time.S05E03.720p.hdtv.x264-2hd.mkv':
Metadata:
creation_time : 2012-11-20 00:51:13
Duration: 00:11:10.91, start: 0.000000, bitrate: 2411 kb/s
Stream #0:0(eng): Video: h264 (High), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
Output #0, mpegts, to '/var/folders/zn/38pkg9p56md4kdc0_spgvk5w0000gn/T/Serviio/transcoding-temp-2-4-ORIGINAL.mpg':
Metadata:
encoder : Lavf55.12.100
Stream #0:0(eng): Video: h264, yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 90k tbn, 23.98 tbc (default)
Stream #0:1: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s (default)
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (ac3 -> ac3)
Press [q] to stop, [?] for help
frame=16085 fps=1551 q=-1.0 Lsize= 192759kB time=00:11:10.90 bitrate=2353.7kbits/s
video:160625kB audio:15724kB subtitle:0 global headers:0kB muxing overhead 9.305169%
DenyAll wrote:I have looked at the PS3 profile in 1.2.1 and in 1.3.1 and cannot see any significant differences (only difference is to support some new audio file types)?? Are you certain these played in the previous version and in both cases, you're using the PS3 profile?
DenyAll wrote:ps. If its only one file, why not simply remux it to an MP4 file (MP4's are much better supported on the PS3). You can do so by using the ffmpeg command (you may have to change the location of your ffmpeg file):"C:\Program Files\Serviio\lib\ffmpeg.exe" -i "filename.mkv" -vcodec copy -acodec copy "filename.mp4"
include all double quotes. This will not affect the quality.
Mumbles-iMac:Downloads Mumbles$ "/Applications/Serviio.app/Contents/MacOS/ffmpeg" -i "/Users/Mumbles/Downloads/Adventure.Time.S05E03.720p.hdtv.x264-2hd.mkv" -vcodec copy -acodec copy "/Users/Mumbles/Downloads/tcode.mp4"
ffmpeg version 2.0.1 Copyright (c) 2000-2013 the FFmpeg developers
built on Aug 15 2013 10:56:46 with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --arch=x86_64 --enable-runtime-cpudetect
libavutil 52. 38.100 / 52. 38.100
libavcodec 55. 18.102 / 55. 18.102
libavformat 55. 12.100 / 55. 12.100
libavdevice 55. 3.100 / 55. 3.100
libavfilter 3. 79.101 / 3. 79.101
libswscale 2. 3.100 / 2. 3.100
libswresample 0. 17.102 / 0. 17.102
libpostproc 52. 3.100 / 52. 3.100
Input #0, matroska,webm, from '/Users/Mumbles/Downloads/Adventure.Time.S05E03.720p.hdtv.x264-2hd.mkv':
Metadata:
creation_time : 2012-11-20 00:51:13
Duration: 00:11:10.91, start: 0.000000, bitrate: 2411 kb/s
Stream #0:0(eng): Video: h264 (High), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
[mp4 @ 0x7f9c0881ac00] track 1: codec frame size is not set
Output #0, mp4, to '/Users/Mumbles/Downloads/tcode.mp4':
Metadata:
encoder : Lavf55.12.100
Stream #0:0(eng): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 16k tbn, 1k tbc (default)
Stream #0:1: Audio: ac3 ([165][0][0][0] / 0x00A5), 48000 Hz, 5.1(side), 448 kb/s (default)
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame= 371 fps=0.0 q=-1.0 size= 15698kB time=00:00:15.61 bitrate=8235.1kbits/frame= 977 fps=958 q=-1.0 size= 31128kB time=00:00:40.76 bitrate=6254.9kbits/frame= 1568 fps=1017 q=-1.0 size= 37890kB time=00:01:05.50 bitrate=4738.5kbitsframe= 2328 fps=1116 q=-1.0 size= 49606kB time=00:01:37.12 bitrate=4184.3kbitsframe= 3526 fps=1316 q=-1.0 size= 64517kB time=00:02:27.10 bitrate=3592.9kbitsframe= 4810 fps=1499 q=-1.0 size= 80357kB time=00:03:20.76 bitrate=3278.8kbitsframe= 5640 fps=1507 q=-1.0 size= 95620kB time=00:03:55.26 bitrate=3329.5kbitsframe= 7718 fps=1819 q=-1.0 size= 110243kB time=00:05:21.95 bitrate=2805.1kbitsframe= 8976 fps=1891 q=-1.0 size= 122216kB time=00:06:14.49 bitrate=2673.4kbitsframe=10024 fps=1905 q=-1.0 size= 132412kB time=00:06:58.14 bitrate=2594.1kbitsframe=11754 fps=2039 q=-1.0 size= 148482kB time=00:08:10.36 bitrate=2480.5kbitsframe=12976 fps=2064 q=-1.0 size= 160049kB time=00:09:01.50 bitrate=2421.3kbitsframe=14052 fps=2068 q=-1.0 size= 175382kB time=00:09:46.11 bitrate=2451.3kbitsframe=15481 fps=2111 q=-1.0 size= 187692kB time=00:10:45.79 bitrate=2380.9kbitsframe=16085 fps=2122 q=-1.0 Lsize= 197819kB time=00:11:10.91 bitrate=2415.4kbits/s
video:160625kB audio:36690kB subtitle:0 global headers:0kB muxing overhead 0.254847%
So, why isn't Serviio doing this automatically?
it is almost every MKV file I have that is giving this problem
Users browsing this forum: No registered users and 40 guests