using makemkv with blurays - issues
Just got a bluray combo in my PC and was starting to rip some of them to play over serviio. Running Serviio through my 370 and 480
First attempt was The Bourne Identity. The bluray has DTS and DTS-HD. It seems ffmpeg is having an issue with it. When I try to stream ffmpeg is failing with:
I have tried ripping just the DTS or just DTS-HD but of course same error.
Any ideas?
First attempt was The Bourne Identity. The bluray has DTS and DTS-HD. It seems ffmpeg is having an issue with it. When I try to stream ffmpeg is failing with:
- Code:
C:\Program Files\Serviio\lib>ffmpeg.exe -i "F:\BLURAY\The Bourne Identity (2002)\The Bourne Identity (2002).mkv" -y -async 1 -vcodec copy -copyts -aco
dec ac3 -ab 320k -ac 6 -map 0:0 -map 0:1 -sn -f mpegts C:\Windows\TEMP\Serviio\transcoding-temp-296-10-DEFAULT.stf
ffmpeg version N-40640-g5edd4fc Copyright (c) 2000-2012 the FFmpeg developers
built on May 13 2012 18:02:34 with gcc 4.6.3
configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --ena
ble-libass --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-li
bnut --enable-libopenjpeg --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --e
nable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
libavutil 51. 50.100 / 51. 50.100
libavcodec 54. 21.101 / 54. 21.101
libavformat 54. 4.100 / 54. 4.100
libavdevice 53. 4.100 / 53. 4.100
libavfilter 2. 72.105 / 2. 72.105
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 11.100 / 0. 11.100
libpostproc 52. 0.100 / 52. 0.100
Input #0, matroska,webm, from 'F:\BLURAY\The Bourne Identity (2002)\The Bourne Identity (2002).mkv':
Metadata:
title : The Bourne Identity
creation_time : 2012-05-17 04:30:11
Duration: 01:58:17.42, start: 0.000000, bitrate: 34077 kb/s
Stream #0:0(eng): Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc
Stream #0:1(eng): Audio: dts (DTS-HD MA), 48000 Hz, 5.1(side), s16, 1536 kb/s (default)
Metadata:
title : Lossless
Incompatible sample format 's16' for codec 'ac3', auto-selecting format 'flt'
[ac3 @ 00000000002f64e0] channel_layout not specified
[ac3 @ 00000000002f64e0] No channel layout specified. The encoder will guess the layout, but it might be incorrect.
[mpegts @ 00000000002f54c0] muxrate VBR, pcr every 2 pkts, sdt every 200, pat/pmt every 40 pkts
Output #0, mpegts, to 'C:\Windows\TEMP\Serviio\transcoding-temp-296-10-DEFAULT.stf':
Metadata:
title : The Bourne Identity
creation_time : 2012-05-17 04:30:11
encoder : Lavf54.4.100
Stream #0:0(eng): Video: vc1 (WVC1 / 0x31435657), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 23.98 fps, 90k tbn, 23.98 tbc
Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1, flt, 320 kb/s (default)
Metadata:
title : Lossless
Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #0:1 -> #0:1 (dca -> ac3)
Press [q] to stop, [?] for help
[mpegts @ 00000000002f54c0] first pts value must set
av_interleaved_write_frame(): Invalid data found when processing input
I have tried ripping just the DTS or just DTS-HD but of course same error.
Any ideas?