FAQ  •  Register  •  Login

iMovie files on Samsung E series

<<

HansC

Serviio newbie

Posts: 4

Joined: Wed Oct 03, 2012 12:54 pm

Post Wed Oct 03, 2012 12:58 pm

iMovie files on Samsung E series

Hi,

Am a total newbie to Serviio, but love it so far!!

Question: I cannot seem to run my .mov clips in my Imovie events folder. How to solve this? Am using a Mac with Snow Leopard on a 2012 Samsung E series TV (running Samsung C/D/E profile in Serviio).
FFmpeg returns following code:

CoolMacBook:MacOS hanswcool$ ./ffmpeg -i /Users/hanswcool/Movies/iMovie\ Events.localized/Clara\ clip24/clip-2007-07-13\ 20\;56\;15.mov
ffmpeg version N-42368-gbf53863 Copyright (c) 2000-2012 the FFmpeg developers
built on Jul 10 2012 22:12:54 with gcc 4.0.1 (Apple Inc. build 5493)
configuration: --enable-static --disable-shared --bindir=/tmp/ffmpeg --disable-ffplay --disable-ffserver --enable-libmp3lame --enable-librtmp --enable-pthreads --disable-mmx --extra-ldflags=-L/tmp/static/lib --extra-cflags=-I/tmp/static/include --extra-libs=-lpolarssl
libavutil 51. 64.100 / 51. 64.100
libavcodec 54. 33.100 / 54. 33.100
libavformat 54. 15.102 / 54. 15.102
libavdevice 54. 1.100 / 54. 1.100
libavfilter 3. 1.100 / 3. 1.100
libswscale 2. 1.100 / 2. 1.100
libswresample 0. 15.100 / 0. 15.100
Guessed Channel Layout for Input Stream #0.1 : stereo
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/hanswcool/Movies/iMovie Events.localized/Clara clip24/clip-2007-07-13 20;56;15.mov':
Metadata:
major_brand : qt
minor_version : 537199360
compatible_brands: qt
creation_time : 1942-02-04 12:19:03
Duration: 00:00:57.20, start: 0.000000, bitrate: 30211 kb/s
Stream #0:0(eng): Video: dvvideo (dvcp / 0x70637664), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 28800 kb/s, SAR 59:54 DAR 295:216, 25 fps, 25 tbr, 2500 tbn, 25 tbc
Metadata:
creation_time : 1942-02-04 12:19:03
handler_name : Apple Alias Data Handler
Stream #0:1(eng): Audio: pcm_s16be (twos / 0x736F7774), 44100 Hz, stereo, s16, 1411 kb/s
Metadata:
creation_time : 1942-02-04 12:19:03
handler_name : Apple Alias Data Handler
At least one output file must be specified


Thanks for all the great, great work!!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Oct 03, 2012 6:19 pm

Re: iMovie files on Samsung E series

Try to replace this

  Code:
<Video targetContainer="m2ts" targetACodec="ac3" targetVCodec="mpeg2video" maxVBitrate="20000">
            <Matches container="matroska" vCodec="mpeg2video" />
            <Matches container="matroska" vCodec="vp8" />
            <Matches container="avi" vCodec="h264" />
            <Matches container="avi" vCodec="mjpeg" />
            <Matches container="avi" vCodec="dvvideo" />
            <Matches container="flv" />
            <Matches container="ogg" />            
         </Video>

with this

  Code:
<Video targetContainer="m2ts" targetACodec="ac3" targetVCodec="mpeg2video" maxVBitrate="20000">
            <Matches container="matroska" vCodec="mpeg2video" />
            <Matches container="matroska" vCodec="vp8" />
            <Matches container="avi" vCodec="h264" />
            <Matches container="avi" vCodec="mjpeg" />
            <Matches container="avi" vCodec="dvvideo" />
            <Matches container="flv" />
            <Matches container="ogg" />
            <Matches container="mp4" vCodec="dvvideo" />
         </Video>


in the C/D/E profile. Then restart the service/PC.
<<

HansC

Serviio newbie

Posts: 4

Joined: Wed Oct 03, 2012 12:54 pm

Post Thu Oct 04, 2012 6:32 pm

Re: iMovie files on Samsung E series

Dear Petr,

Thanks for your help!
I believe I did what you told me, but it is not working yet. In any case, my profile now looks as follows:

<Profile id="7" name="Samsung TV / player (C/D/E-series)" extendsProfileId="1">
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.SamsungDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<ResourceTransportProtocolHandler>org.serviio.upnp.protocol.http.transport.SamsungWiseLinkProtocolHandler</ResourceTransportProtocolHandler>
<Detection>
<UPnPSearch>
<FriendlyName>(^TV-\d{2}C\d{3}.*)|(^\[TV\][A-Z]{2}\d{2}D\d{3}.*)</FriendlyName>
<ModelNumber>(1\.0)|(AllShare1\.0)</ModelNumber>
</UPnPSearch>
<HttpHeaders>
<!-- for BD players -->
<User-Agent>(.*SEC_HHP_BD-[CDE].*)|(.*SEC_HHP_\[(HT|BD)\][CDE].*)</User-Agent>
</HttpHeaders>
</Detection>
<DeviceDescription>
<ExtraElements>
&lt;sec:ProductCap&gt;smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec&lt;/sec:ProductCap&gt;
&lt;sec:X_ProductCap&gt;smi,DCM10,getMediaInfo.sec,getCaptionInfo.sec&lt;/sec:X_ProductCap&gt;
</ExtraElements>
</DeviceDescription>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/x-mkv">MATROSKA</MediaFormatProfile>
<MediaFormatProfile mime-type="video/x-msvideo" name="">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<ContentDirectoryDefinitionFilter>org.serviio.upnp.service.contentdirectory.definition.SamsungContentDirectoryDefinitionFilter</ContentDirectoryDefinitionFilter>
<Transcoding>
<!-- Transcode all h264 video with HIGH/MAIN > Level 4.1 on MPEG-TS stream with MPEG2VIDEO and ac3 audio transcoding -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192" maxVBitrate="20000">
<Matches container="*" vCodec="h264" profile="high_10" />
<Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.2" />
<Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
</Video>
<!-- transcode H264 MP4 files with LPCM audio -->
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="mpegts" aCodec="mp2" />
<Matches container="mp4" aCodec="lpcm" />
<Matches container="flv" vCodec="h264" />
<Matches container="matroska" vCodec="h264" aCodec="flac" />
<Matches container="matroska" vCodec="h264" aCodec="vorbis" />
<Matches container="matroska" vCodec="h264" aCodec="truehd" />
<Matches container="matroska" vCodec="vc1" />
<Matches container="ogg" vCodec="mpeg4" />
<Matches container="3gp" aCodec="amrnb" />
</Video>
<!-- transcode MKV with MPEG2 video, remux into mpeg2ts -->
<!-- transcode AVI with AVC video -->
<Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video" maxVBitrate="20000">
<Matches container="matroska" vCodec="mpeg2video" />
<Matches container="matroska" vCodec="vp8" />
<Matches container="avi" vCodec="h264" />
<Matches container="avi" vCodec="mjpeg" />
<Matches container="avi" vCodec="dvvideo" />
<Matches container="flv" />
<Matches container="ogg" />
<Matches container="mp4" vCodec="dvvideo" />
</Video>
<!-- For dvr-ms files force mpeg2video transcoding to fix monotone timestamps problems-->
<Video targetContainer="mpegts" targetACodec="ac3" forceVTranscoding="true" maxVBitrate="20000">
<Matches container="asf" vCodec="mpeg2video" />
<Matches container="asf" vCodec="mpeg1video" />
</Video>
<Video targetContainer="mpegts">
<Matches container="wtv" />
<!-- remux remaining MKV files which have header compression / stripping -->
<Matches container="matroska" mkvHeaderCompressed="true" />
</Video>
<!-- transcode audio only for wmv with wmapro -->
<Video targetContainer="asf" targetACodec="ac3" aBitrate="256">
<Matches container="asf" aCodec="wmapro" />
</Video>
<Audio targetContainer="lpcm">
<Matches container="mp4" />
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="adts" />
</Audio>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
<Matches container="mp4" vCodec="h264" />
<Matches container="applehttp" vCodec="h264"/>
</Video>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" maxVBitrate="20000">
<Matches container="mp4" />
<Matches container="asf" /> <!-- mms -->
</Video>
</OnlineTranscoding>
<AutomaticImageRotation>true</AutomaticImageRotation>
<LimitImageResolution>false</LimitImageResolution>
<SubtitlesMimeType>smi/caption</SubtitlesMimeType>
</Profile>

If you have any more suggestions so that i can play those .mov files that would be great. Thanks!
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Oct 05, 2012 4:25 pm

Re: iMovie files on Samsung E series

Did you restart the PC? If yes, enable detailed logging and post the log when you play the file.
<<

HansC

Serviio newbie

Posts: 4

Joined: Wed Oct 03, 2012 12:54 pm

Post Sat Oct 06, 2012 2:27 pm

Re: iMovie files on Samsung E series

Petr,

I did restart the macbook.
Debug log is this (I think):


012-10-06 16:06:59,596 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 70)
2012-10-06 16:06:59,613 DEBUG [MediaItemDAOImpl] Getting file of media item 70
2012-10-06 16:06:59,710 DEBUG [VideoDAOImpl] Reading a Video (id = 70)
2012-10-06 16:06:59,721 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 70 and profile Samsung TV / player (C/D/E-series)
2012-10-06 16:06:59,722 WARN [VideoDeliveryEngine] Cannot get media info for transcoded file clip-2007-07-13 20;56;15.mov: MPEG2TS video file clip-2007-07-13 20;56;15.mov does not match any supported DLNA profile
2012-10-06 16:06:59,722 DEBUG [FolderDAOImpl] Getting number of VIDEO sub-folders and media items in folder 94 (filter: ALL) [No_Restriction]
2012-10-06 16:06:59,728 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2012-10-06 16:06:59,732 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-10-06 16:06:59,856 DEBUG [WebServer] Incoming connection from /192.168.0.13:42981
2012-10-06 16:06:59,857 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.13
2012-10-06 16:06:59,858 DEBUG [UPnPIconRequestHandler] UPnP icon request received for icon smallPNG
2012-10-06 16:07:06,105 DEBUG [WebServer] Incoming connection from /192.168.0.13:42982
2012-10-06 16:07:06,105 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.13
2012-10-06 16:07:06,106 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#Browse"' from 192.168.0.13:
2012-10-06 16:07:06,106 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.13
2012-10-06 16:07:06,110 DEBUG [ContentDirectory] Browse() called for renderer UE32ES6340 (profile 7) with parameters: objectID = V_F^FOL_R1$F1$F94$MI70, browseFlag = BrowseMetadata, filter = *, startIndex = 0, count = 1, sortCriteria =
2012-10-06 16:07:06,110 DEBUG [AccessGroupDAOImpl] Reading a AccessGroup (id = 1)
2012-10-06 16:07:06,111 DEBUG [VideoDAOImpl] Reading a Video (id = 70)
2012-10-06 16:07:06,112 DEBUG [GenreDAOImpl] Reading a Genre (id = 1)
2012-10-06 16:07:06,112 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 70)
2012-10-06 16:07:06,113 DEBUG [MediaItemDAOImpl] Getting file of media item 70
2012-10-06 16:07:06,114 DEBUG [VideoDAOImpl] Reading a Video (id = 70)
2012-10-06 16:07:06,114 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 70 and profile Samsung TV / player (C/D/E-series)
2012-10-06 16:07:06,114 WARN [VideoDeliveryEngine] Cannot get media info for transcoded file clip-2007-07-13 20;56;15.mov: MPEG2TS video file clip-2007-07-13 20;56;15.mov does not match any supported DLNA profile
2012-10-06 16:07:06,114 DEBUG [LocalContentCacheDecorator] Stored entry in the cache (local_default), returning it
2012-10-06 16:07:06,117 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
2012-10-06 16:07:08,373 DEBUG [WebServer] Incoming connection from /192.168.0.13:42983
2012-10-06 16:07:08,373 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.13
2012-10-06 16:07:08,374 DEBUG [ServiceControlRequestHandler] ServiceControl request received for action '"urn:schemas-upnp-org:service:ContentDirectory:1#X_SetBookmark"' from 192.168.0.13:
2012-10-06 16:07:08,374 DEBUG [RendererDAOImpl] Reading a Renderer with ip address 192.168.0.13
2012-10-06 16:07:08,379 DEBUG [VideoDAOImpl] Reading a Video (id = 70)
2012-10-06 16:07:08,380 DEBUG [GenreDAOImpl] Reading a Genre (id = 1)
2012-10-06 16:07:08,381 DEBUG [MediaItemDAOImpl] Reading a MediaItem (id = 70)
2012-10-06 16:07:08,382 DEBUG [MediaItemDAOImpl] Getting file of media item 70
2012-10-06 16:07:08,383 DEBUG [VideoDAOImpl] Reading a Video (id = 70)
2012-10-06 16:07:08,383 DEBUG [VideoDeliveryEngine] Retrieving resource information for item 70 and profile Samsung TV / player (C/D/E-series)
2012-10-06 16:07:08,384 WARN [VideoDeliveryEngine] Cannot get media info for transcoded file clip-2007-07-13 20;56;15.mov: MPEG2TS video file clip-2007-07-13 20;56;15.mov does not match any supported DLNA profile
2012-10-06 16:07:08,384 DEBUG [MediaItemDAOImpl] Bookmarking MediaItem (id = 70) at 0 seconds
2012-10-06 16:07:08,394 DEBUG [LocalContentCacheDecorator] Cleared cache (local_resetafterplay)
2012-10-06 16:07:08,394 DEBUG [LocalContentCacheDecorator] Cleared cache (local_default)
2012-10-06 16:07:08,395 DEBUG [ServiceControlRequestHandler] Returning OK SOAP message
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Oct 07, 2012 1:10 pm

Re: iMovie files on Samsung E series

Oh, my mistake...

Remove the line from where you put it and place it at the end of this block instead:

  Code:
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="192" maxVBitrate="20000">
<Matches container="*" vCodec="h264" profile="high_10" />
<Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.2" />
<Matches container="*" vCodec="h264" profile="main" levelGreaterThan="4.2" />
<Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
</Video>
<<

HansC

Serviio newbie

Posts: 4

Joined: Wed Oct 03, 2012 12:54 pm

Post Mon Oct 08, 2012 6:33 am

Re: iMovie files on Samsung E series

Petr,

Great stuff: it works!!!
Many thanks,

H

Return to Samsung

Who is online

Users browsing this forum: Google [Bot] and 38 guests

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