Page 1 of 1

Kodak .MOV file on PS50C7000YF

PostPosted: Wed Apr 27, 2011 3:47 pm
by clee
First I want to say thanks for such a great product....

I am trying to stream my old Kodak MOV files to my Samsung PS50C7000YF but it's failing. Here are the info dumps. Any thoughts?

FFmpeg
-------------------------------------
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\admin\Pictures\OurFamilyPics\A
idan 3rd-cleaned-has metadata\100_0623.MOV':
Metadata:
creation_time : 2006-11-26 14:51:23
comment : EASTMAN KODAK COMPANY KODAK V550 ZOOM DIGITAL CAMERA
comment-eng : EASTMAN KODAK COMPANY KODAK V550 ZOOM DIGITAL CAMERA
Duration: 00:02:06.44, start: 0.000000, bitrate: 4131 kb/s
Stream #0.0(eng): Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3], 4000 kb/
s, 30.01 fps, 100 tbr, 1897498.00 tbn, 100 tbc
Metadata:
creation_time : 2006-11-26 14:51:23
Stream #0.1(eng): Audio: pcm_mulaw, 16000 Hz, 1 channels, s16, 128 kb/s
Metadata:
creation_time : 2006-11-26 14:51:23
At least one output file must be specified


Media Info
-------------------------------------
General
Complete name : C:\Users\admin\Pictures\OurFamilyPics\Aidan 3rd-cleaned-has metadata\100_0623.MOV
Format : QuickTime
Format/Info : Original Apple specifications
File size : 62.3 MiB
Duration : 2mn 6s
Overall bit rate : 4 131 Kbps
Movie name/More : EASTMAN KODAK COMPANY KODAK V550 ZOOM DIGITAL CAMERA
Encoded date : UTC 2006-11-26 14:51:23
Tagged date : UTC 2006-11-26 14:51:23
Origin : Digital Camera

Video
ID : 1
Format : MPEG-4 Visual
Format profile : Simple@L1
Format settings, BVOP : Yes
Format settings, QPel : No
Format settings, GMC : No warppoints
Format settings, Matrix : Default (H.263)
Codec ID : 20
Duration : 2mn 6s
Bit rate mode : Variable
Bit rate : 3 999 Kbps
Width : 640 pixels
Height : 480 pixels
Display aspect ratio : 4:3
Frame rate mode : Constant
Frame rate : 30.000 fps
Color space : YUV
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.434
Stream size : 60.3 MiB (97%)
Language : English
Encoded date : UTC 2006-11-26 14:51:23
Tagged date : UTC 2006-11-26 14:51:23

Audio
ID : 2
Format : ADPCM
Format profile : U-Law
Codec ID : ulaw
Duration : 2mn 6s
Bit rate mode : Constant
Bit rate : 128 Kbps
Channel(s) : 1 channel
Sampling rate : 16.0 KHz
Bit depth : 16 bits
Stream size : 1.93 MiB (3%)
Language : English
Encoded date : UTC 2006-11-26 14:51:23
Tagged date : UTC 2006-11-26 14:51:23


Thanks....

Re: Kodak .MOV file on PS50C7000YF

PostPosted: Wed Apr 27, 2011 3:57 pm
by Illico
clee wrote:...I am trying to stream my old Kodak MOV files to my Samsung PS50C7000YF but it's failing. Here are the info dumps. Any thoughts?
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\admin\Pictures\OurFamilyPics\Aidan 3rd-cleaned-has metadata\100_0623.MOV':
Stream #0.0(eng): Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3], 4000 kb/s, 30.01 fps, 100 tbr, 1897498.00 tbn, 100 tbc
Stream #0.1(eng): Audio: pcm_mulaw, 16000 Hz, 1 channels, s16, 128 kb/s


Do you select the "Samsung TV / player (C-series)" profile ?
This file must be transcode into mpegts with ac3 audio and keep the mp4 video. (MPEG4_P2_TS_ASP_AC3)
Could you turn on detailed logging (see signature link) you should be able to see the FFmpeg command that is used for the transcode. Try executing the command manually in a terminal window and post the (error) result here.

Re: Kodak .MOV file on PS50C7000YF

PostPosted: Sat Apr 30, 2011 6:22 am
by clee
Yes the profile is set to "Samsung TV / player (C/D-series)".

The ffmpeg command in the debug log is

C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i C:\Users\admin\Pictures\100_0623.MOV -y -vcodec copy -copyts -acodec ac3 -ab 128k -ar 48000 -ac 1 -map 0:0 -map 0:1 -sn -f mpegts C:\Windows\TEMP\Serviio\transcoding-temp-433-MPEG2TS.stf

When run in cmd shell it seems to create "C:\Windows\Temp\Serviio\transcoding-temp-433-MPEG2TS.stf" OK but I don't think the output format is correct. Here are the ffmpeg results. Is it what you are expecting?

FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
built on Jan 10 2011 21:46:22 with gcc 4.4.2
configuration: --enable-static --disable-shared --disable-shared --disable-ffp
lay --disable-ffserver --enable-memalign-hack --enable-libmp3lame --arch=x86 --e
nable-runtime-cpudetect --enable-w32threads --target-os=mingw32 --cross-prefix=i
686-mingw32-
libavutil 50.36. 0 / 50.36. 0
libavcore 0.16. 0 / 0.16. 0
libavcodec 52.108. 0 / 52.108. 0
libavformat 52.92. 0 / 52.92. 0
libavdevice 52. 2. 3 / 52. 2. 3
libavfilter 1.72. 0 / 1.72. 0
libswscale 0.12. 0 / 0.12. 0
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\admin\Pictures\100_0623.MOV':
Metadata:
creation_time : 2006-11-26 14:51:23
comment : EASTMAN KODAK COMPANY KODAK V550 ZOOM DIGITAL CAMERA
comment-eng : EASTMAN KODAK COMPANY KODAK V550 ZOOM DIGITAL CAMERA
Duration: 00:02:06.44, start: 0.000000, bitrate: 4131 kb/s
Stream #0.0(eng): Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3], 4000 kb/
s, 30.01 fps, 100 tbr, 1897498.00 tbn, 100 tbc
Metadata:
creation_time : 2006-11-26 14:51:23
Stream #0.1(eng): Audio: pcm_mulaw, 16000 Hz, 1 channels, s16, 128 kb/s
Metadata:
creation_time : 2006-11-26 14:51:23
[ac3 @ 01f293a0] No channel layout specified. The encoder will guess the layout,
but it might be incorrect.
[mpegts @ 01f28210] muxrate VBR, pcr every 10 pkts, sdt every 200, pat/pmt every
40 pkts
Output #0, mpegts, to 'C:\Windows\TEMP\Serviio\transcoding-temp-433-MPEG2TS.stf'
:
Metadata:
creation_time : 2006-11-26 14:51:23
comment : EASTMAN KODAK COMPANY KODAK V550 ZOOM DIGITAL CAMERA
comment-eng : EASTMAN KODAK COMPANY KODAK V550 ZOOM DIGITAL CAMERA
encoder : Lavf52.92.0
Stream #0.0(eng): Video: mpeg4, yuv420p, 640x480 [PAR 1:1 DAR 4:3], q=2-31,
4000 kb/s, 90k tbn, 100 tbc
Metadata:
creation_time : 2006-11-26 14:51:23
Stream #0.1(eng): Audio: ac3, 48000 Hz, mono, flt, 128 kb/s
Metadata:
creation_time : 2006-11-26 14:51:23
Stream mapping:
Stream #0.0 -> #0.0
Stream #0.1 -> #0.1
Press [q] to stop encoding
frame= 2169 fps=1085 q=-1.0 size= 39421kB time=72.22 bitrate=4471.3kbits/s
frame= 2823 fps=1128 q=-1.0 size= 51290kB time=93.95 bitrate=4472.2kbits/s
frame= 3332 fps=1110 q=-1.0 size= 60635kB time=110.94 bitrate=4477.2kbits/s
frame= 3795 fps=1146 q=-1.0 Lsize= 69105kB time=126.42 bitrate=4478.1kbits/s

video:61746kB audio:1976kB global headers:0kB muxing overhead 8.448175%

C:\Users\admin\Pictures>

Re: Kodak .MOV file on PS50C7000YF

PostPosted: Sat May 07, 2011 5:17 pm
by Illico
clee wrote:...The ffmpeg command in the debug log is
C:\Program Files\Serviio\bin\\..\lib/ffmpeg.exe -i C:\Users\admin\Pictures\100_0623.MOV -y -vcodec copy -copyts -acodec ac3 -ab 128k -ar 48000 -ac 1 -map 0:0 -map 0:1 -sn -f mpegts C:\Windows\TEMP\Serviio\transcoding-temp-433-MPEG2TS.stf

When run in cmd shell it seems to create "C:\Windows\Temp\Serviio\transcoding-temp-433-MPEG2TS.stf" OK but I don't think the output format is correct. Here are the ffmpeg results. Is it what you are expecting?

The output stream seems to be good.
Could you rename "C:\Windows\Temp\Serviio\transcoding-temp-433-MPEG2TS.stf" like "TEST.ts" and add the file to into serviio library?

Re: Kodak .MOV file on PS50C7000YF

PostPosted: Tue May 10, 2011 2:38 pm
by clee
I did this and the TV detects the renamed file “test.ts” but the thumbnail is not correct. When I try and play it over the TV the message "Video Codec not supported" comes up.

When I try to play the “test.ts” file in Windows 7 I only get the sound (the original plays fine). Looks like the video did not convert properly.

Not sure what to do now….

Re: Kodak .MOV file on PS50C7000YF

PostPosted: Sat May 21, 2011 12:19 pm
by zip
Looks like you'll have to transcode the mpeg4 to mpeg2 - although it might only be the case for this particular videos.

Add this to the top of transcoding config of your Samsung C profile:

  Code:
 <Video targetContainer="mpegts" targetACodec="ac3" targetVCodec="mpeg2video">
                <Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
            </Video>

Re: Kodak .MOV file on PS50C7000YF

PostPosted: Mon May 23, 2011 12:20 pm
by clee
Damn you’re good.

Thanks so much for fixing.

Serviio has rocketed to the top of the list of super- apps for me. Fast, light-weight & highly configurable.

Thanks again for such a great product and even better assistance. :D