Page 1 of 1

No Audio and video stuttering on Ipand and Samsung B series

PostPosted: Sat Sep 07, 2013 8:51 pm
by afeakes
Hi,

new to this forum. I am having trouble with video files from my Panasonic FT3 camera. There is no sound on ipad or B series Samsung TV. The ipad also plays video very slowly.

Could anyone offer any advise?

the file details for the video are:

General
ID : 0 (0x0)
Complete name : K:\Photos\2013\09-September\0137-001videos-01sep2013-ros.mts
Format : BDAV
Format/Info : Blu-ray Video
File size : 102 MiB
Duration : 51s 26ms
Overall bit rate mode : Variable
Overall bit rate : 16.7 Mbps
Maximum Overall bit rate : 18.0 Mbps

Video
ID : 4113 (0x1011)
Menu ID : 1 (0x1)
Format : AVC
Format/Info : Advanced Video Codec
Format profile : High@L4.0
Format settings, CABAC : No
Format settings, ReFrames : 2 frames
Format settings, GOP : M=3, N=12
Codec ID : 27
Duration : 50s 920ms
Bit rate mode : Variable
Bit rate : 15.8 Mbps
Maximum bit rate : 16.0 Mbps
Width : 1 920 pixels
Height : 1 080 pixels
Display aspect ratio : 16:9
Frame rate : 25.000 fps
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Interlaced
Scan order : Top Field First
Bits/(Pixel*Frame) : 0.306
Stream size : 96.2 MiB (95%)

Audio
ID : 4352 (0x1100)
Menu ID : 1 (0x1)
Format : AC-3
Format/Info : Audio Coding 3
Mode extension : CM (complete main)
Format settings, Endianness : Big
Codec ID : 129
Duration : 50s 944ms
Bit rate mode : Constant
Bit rate : 192 Kbps
Channel(s) : 2 channels
Channel positions : Front: L R
Sampling rate : 48.0 KHz
Bit depth : 16 bits
Compression mode : Lossy
Stream size : 1.17 MiB (1%)

Text
ID : 4608 (0x1200)
Menu ID : 1 (0x1)
Format : PGS
Codec ID : 144
Duration : 50s 456ms


Many thanks
Alistair

Re: No Audio and video stuttering on Ipand and Samsung B ser

PostPosted: Sun Sep 08, 2013 6:27 pm
by zip
Looks ok, unless there is something wrong with the ac3 audio stream. The slowness might be due to the iPad not handling the bitrate / resolution?

Re: No Audio and video stuttering on Ipand and Samsung B ser

PostPosted: Mon Sep 09, 2013 7:00 am
by afeakes
Hi Petr,

Thanks for the reply.

All the files I have tried play fine on the local machine so I assume the audio streams are OK.

Would it be possible to force transcode for the audio to mp3 or something like that? If so how would this be configured?

thanks
Alistair

Re: No Audio and video stuttering on Ipand and Samsung B ser

PostPosted: Mon Sep 09, 2013 8:06 am
by siriusblack
you can change to mp3

This is example

Go to Windows Start button, in the "Search program and files" box, type cmd.exe and press enter.

Then put this in

  Code:
"C:\Program Files\Serviio\lib\ffmpeg.exe" -i "C:\Users\mark\Downloads\Music\A TO Z OF MUSIC\A\another level\Ministry Of Sound One R And B\51 freak me.aac" -acodec copy "C:\Users\mark\Downloads\Music\A TO Z OF MUSIC\A\another level\Ministry Of Sound One R And B\51 freak me.mp3"


This will use ffmpeg to create a new file . Refresh your library in Serviio and see if it plays.

Re: No Audio and video stuttering on Ipand and Samsung B ser

PostPosted: Mon Sep 09, 2013 7:01 pm
by zip
^^ this won't work

You could check out some of the profiles in profiles.xml to see how to transcode to mp3.

Re: No Audio and video stuttering on Ipand and Samsung B ser

PostPosted: Thu Sep 12, 2013 1:33 pm
by afeakes
managed to add a catch all for the Samsung TV so I now have the sound working - thanks all for your help and advice.

Thanks
Alistair