FAQ  •  Register  •  Login

M2TS Support on B650

<<

ultratoto14

Serviio newbie

Posts: 7

Joined: Sun Nov 08, 2009 10:04 am

Post Sun Nov 08, 2009 11:47 am

M2TS Support on B650

I tried to add a folder with m2ts and ts files, but they does not appear in the listing.

I had problem with m2ts streaming with fps not equal to 25. Can you add the ability to play these files ?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Nov 08, 2009 7:29 pm

Re: M2TS Support on B650

Hi,

files with .ts extension should be picked up. Can you run

  Code:
ffmpeg.exe -i <your_ts_file>


and post here the result? FFmpeg is in the lib folder.

I'll add extension m2ts to be picked up as well.
<<

ultratoto14

Serviio newbie

Posts: 7

Joined: Sun Nov 08, 2009 10:04 am

Post Thu Nov 12, 2009 8:19 pm

Re: M2TS Support on B650

Ts file generated from MKV via tsMuxer.

  Code:
FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  configuration: --disable-ffplay --disable-ffserver --enable-memalign-hack
  libavutil     49.15. 0 / 49.15. 0
  libavcodec    52.20. 0 / 52.20. 0
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  built on Sep  9 2009 13:41:54, gcc: 3.4.5 (mingw-vista special r3)
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=93754, dts=97508, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=108769, dts=112523, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=123784, dts=127538, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=138799, dts=142553, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=153814, dts=157568, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=168829, dts=172583, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=183844, dts=187598, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=198859, dts=202613, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=213874, dts=217628, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=228889, dts=232643, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=243904, dts=247658, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=258919, dts=262673, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=273934, dts=277688, size=60
[mpegts @ 0x374d10]Invalid timestamps stream=0, pts=288949, dts=292703, size=165

Seems stream 0 codec frame rate differs from container frame rate: 47.95 (5000000/104271) -> 23.98 (24000/1001)
Input #0, mpegts, from 'h:\blablabla.ts':
  Duration: 01:53:05.76, start: 0.958311, bitrate: 5754 kb/s
  Program 1
    Stream #0.0[0x1011]: Video: h264, yuv420p, 1280x528, 23.98 tbr, 90k tbn, 47.95 tbc
    Stream #0.1[0x1100]: Audio: 0x0000, 48000 Hz, 5.1, s16, 640 kb/s
At least one output file must be specified
<<

ultratoto14

Serviio newbie

Posts: 7

Joined: Sun Nov 08, 2009 10:04 am

Post Sun Dec 20, 2009 6:00 pm

Re: M2TS Support on B650

Just tested 0.3 version, on a directory with mkv, mp4, ts and m2ts, the ts and m2ts are not read. In the log, all the files shown as "added" are mkv and mp4.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Dec 20, 2009 7:21 pm

Re: M2TS Support on B650

M2ts with h264 are not supported yet, will be in the next version.
<<

ultratoto14

Serviio newbie

Posts: 7

Joined: Sun Nov 08, 2009 10:04 am

Post Mon Dec 21, 2009 9:31 pm

Re: M2TS Support on B650

Glad to hear that.

Is there any clue on the delivery date of the 0.4 ?
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17212

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Mon Dec 21, 2009 11:12 pm

Re: M2TS Support on B650

I'll work on bug fixes for 0.3.1 over Christmas and maybe some added functionality for 0.4 ... that should be out in January.
<<

ultratoto14

Serviio newbie

Posts: 7

Joined: Sun Nov 08, 2009 10:04 am

Post Sat Jan 16, 2010 4:46 pm

Re: M2TS Support on B650

Hi zip,
The ts and m2ts are now correctly displayed in the list but the video is speed up if the framerate is not 25 or 29.97 or 30. So blu-rays m2ts are not supported by the tv.

Also, there's no sound, this is due to the new audio pes used by blurays.
<<

DrPhoton

Serviio newbie

Posts: 8

Joined: Tue May 25, 2010 6:49 pm

Post Fri May 28, 2010 9:50 am

Re: M2TS Support on B650

ultratoto14 wrote:Hi zip,
The ts and m2ts are now correctly displayed in the list but the video is speed up if the framerate is not 25 or 29.97 or 30. So blu-rays m2ts are not supported by the tv.

Also, there's no sound, this is due to the new audio pes used by blurays.


This issue is still present in version 0.4. However, using transcoding it is possible to see the video smoothly, but the audio is advanced (see http://forum.serviio.org/viewtopic.php?f=7&t=285).

I use the following transcoding profile:

  Code:
<Video targetContainer="mpegts" targetACodec="ac3">
    <Matches container="mpegts" vCodec="h264"/>
</Video>
<<

susanjq

Serviio newbie

Posts: 1

Joined: Tue Jun 01, 2010 3:44 am

Post Tue Jun 01, 2010 3:46 am

Re: M2TS Support on B650

If you want convert M2TS files to MP4, I recommend this perfect Emicsoft M2TS Converter for you to easily and perfectly convert M2TS as well as other AVCHD formats to MP4 format as well as other popular formats like MPG, MPEG, MPEG4, AVI, FLV, DivX, XviD, WMV, SWF, Quicktime Video, ect. for portable players like iPhone, iPod, Xbox, Apple TV, ect. with excellent performance!
Image

Return to Feature requests

Who is online

Users browsing this forum: No registered users and 26 guests

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