FAQ  •  Register  •  Login

[SOLVED] file audio issue

<<

jabrown0604

Serviio lover

Posts: 88

Joined: Sun Jan 22, 2012 8:25 pm

Location: Illinois

Post Tue Mar 12, 2013 5:00 pm

[SOLVED] file audio issue

Setup:
Mac Mini running WHS2011 SP1
Seagate Blackarmor NAS iScsi to Server
Gb home network.
-all devices connected to Gb switch and router (also Gb) connected to switch for DHCP
Sharp TV connected to Samsung HT-C5500

Thats the basics of the home setup, my problem is a set of files that I have recently encoded. I normally stick with MKV files unless I have an issue, and then try mp4 instead. I use handbrake with almost stock "normal" settings. I have not had an audio sync issue ever but lately I am starting to have problems. I would guess that it is my process rather than the serviio software.

Problem file. Audio is in sync for a very short time then gets progressively worse. A pause and restart will fix it but then it goes out of sync again. Any tricks, ideas, fixes are welcome. Any more information needed let me know.

  Code:
C:\Program Files\Serviio\lib>ffmpeg -i "F:\Share1\Videos\TV\Battlestar Galactica\Season 1\Battlestar Galactica.S01E02.Water.mkv"
ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers
  built on Feb  5 2013 21:59:54 with gcc 4.7.2 (GCC)
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --enable-libass --enable-librtmp --enable-fontconfig --enable-libfreetype --enable-zlib --extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm -lexpat -lfreetype -lfribidi -lz'
--arch=x86 --enable-runtime-cpudetect --enable-pthreads --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --pkg-config=pkg-config
  libavutil      52. 13.100 / 52. 13.100
  libavcodec     54. 86.100 / 54. 86.100
  libavformat    54. 59.106 / 54. 59.106
  libavdevice    54.  3.102 / 54.  3.102
  libavfilter     3. 32.100 /  3. 32.100
  libswscale      2.  1.103 /  2.  1.103
  libswresample   0. 17.102 /  0. 17.102
Input #0, matroska,webm, from 'F:\Share1\Videos\TV\Battlestar Galactica\Season 1\Battlestar Galactica.S01E02.Water.mkv':
  Duration: 00:43:59.24, start: 0.000000, bitrate: 1272 kb/s
    Chapter #0.0: start 0.000000, end 581.681000
    Metadata:
      title           : Chapter 1
    Chapter #0.1: start 581.681000, end 938.771000
    Metadata:
      title           : Chapter 2
    Chapter #0.2: start 938.771000, end 2072.754000
    Metadata:
      title           : Chapter 3
    Chapter #0.3: start 2072.754000, end 2639.244750
    Metadata:
      title           : Chapter 4
    Stream #0:0(eng): Video: h264 (Main), yuv420p, 720x480 [SAR 32:27 DAR 16:9], SAR 186:157 DAR 279:157, 23.98 fps, 23.98 tbr, 1k tbn, 180k tbc (default)
    Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
At least one output file must be specified


Working file
  Code:
C:\Program Files\Serviio\lib>ffmpeg -i "F:\Share1\Videos\TV\Battlestar Galactica\Season 2\Battlestar Galactica.S02E01.Scattered.mkv"
ffmpeg version 1.1.1 Copyright (c) 2000-2013 the FFmpeg developers
  built on Feb  5 2013 21:59:54 with gcc 4.7.2 (GCC)
  configuration: --enable-static --disable-shared --disable-ffplay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --enable-libass --enable-librtmp --enable-fontconfig --enable-libfreetype --enable-zlib --extra-libs='-lrtmp -lpolarssl -lws2_32 -lwinmm -lexpat -lfreetype -lfribidi -lz'
--arch=x86 --enable-runtime-cpudetect --enable-pthreads --target-os=mingw32 --cross-prefix=i686-w64-mingw32- --pkg-config=pkg-config
  libavutil      52. 13.100 / 52. 13.100
  libavcodec     54. 86.100 / 54. 86.100
  libavformat    54. 59.106 / 54. 59.106
  libavdevice    54.  3.102 / 54.  3.102
  libavfilter     3. 32.100 /  3. 32.100
  libswscale      2.  1.103 /  2.  1.103
  libswresample   0. 17.102 /  0. 17.102
Input #0, matroska,webm, from 'F:\Share1\Videos\TV\Battlestar Galactica\Season 2\Battlestar Galactica.S02E01.Scattered.mkv':
  Duration: 00:43:59.89, start: 0.000000, bitrate: 1675 kb/s
    Chapter #0.0: start 0.000000, end 491.975000
    Metadata:
      title           : Chapter 1
    Chapter #0.1: start 491.975000, end 1230.212000
    Metadata:
      title           : Chapter 2
    Chapter #0.2: start 1230.212000, end 1967.365000
    Metadata:
      title           : Chapter 3
    Chapter #0.3: start 1967.365000, end 2639.887750
    Metadata:
      title           : Chapter 4
    Stream #0:0(eng): Video: h264 (Main), yuv420p, 720x478 [SAR 32:27 DAR 1280:717], SAR 186:157 DAR 66960:37523, 59.94 fps, 59.94 tbr, 1k tbn, 180k tbc (default)
    Stream #0:1(eng): Audio: ac3, 48000 Hz, 5.1(side), fltp, 448 kb/s (default)
At least one output file must be specified
Last edited by jabrown0604 on Tue Mar 12, 2013 10:41 pm, edited 1 time in total.
“Those who have succeeded at anything and don’t mention luck are kidding themselves.”
Server-Mac Mini / OS-WHS 2011 SP1 / TV/HTS-Sharp Aquos/Samsung HT-C6600
<<

jabrown0604

Serviio lover

Posts: 88

Joined: Sun Jan 22, 2012 8:25 pm

Location: Illinois

Post Tue Mar 12, 2013 10:40 pm

Re: file audio issue

Ignore me, the original disc was done in 29.97 fps. For some reason handbrake was supposed to keep it the same framerate, however it took it down to 24 fps and audio was still doing 29.97 fps and lagging behind. Serviio is still awesome!
“Those who have succeeded at anything and don’t mention luck are kidding themselves.”
Server-Mac Mini / OS-WHS 2011 SP1 / TV/HTS-Sharp Aquos/Samsung HT-C6600

Return to Serviio Support & Help

Who is online

Users browsing this forum: No registered users and 35 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.