Page 1 of 1

AVI file not showing in PS3 -> Resolved

PostPosted: Sun Apr 03, 2011 8:21 am
by individual
  Code:
BECONAS> ffmpeg -i IMAX\ Hubble\ 2010.avi
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
  built on Mar 26 2011 10:52:39 with gcc 4.2.3
  configuration: --arch=arm --enable-armv5te --prefix=/opt --extra-cflags=-I/opt
/include --extra-ldflags=-L/opt/lib --enable-static --disable-shared --disable-f
fplay --disable-ffserver --enable-libmp3lame
  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, avi, from 'IMAX Hubble 2010.avi':
  Metadata:
    title           : imax.hubble.2010.ppv.720p.hdtv.x264-diverge
    encoder         : Lavf52.33.0
  Duration: 00:43:49.26, start: 0.000000, bitrate: 3676 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 23 tbr, 23 tbn, 23 tbc
    Stream #0.1: Audio: ac3, 48000 Hz, 5.1, s16, 384 kb/s
At least one output file must be specified

Re: AVI file not showing in PS3

PostPosted: Sun Apr 03, 2011 8:53 am
by Cerberus
individual wrote:
  Code:
BECONAS> ffmpeg -i IMAX\ Hubble\ 2010.avi
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
  built on Mar 26 2011 10:52:39 with gcc 4.2.3
  configuration: --arch=arm --enable-armv5te --prefix=/opt --extra-cflags=-I/opt
/include --extra-ldflags=-L/opt/lib --enable-static --disable-shared --disable-f
fplay --disable-ffserver --enable-libmp3lame
  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, avi, from 'IMAX Hubble 2010.avi':
  Metadata:
    title           : imax.hubble.2010.ppv.720p.hdtv.x264-diverge
    encoder         : Lavf52.33.0
  Duration: 00:43:49.26, start: 0.000000, bitrate: 3676 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 23 tbr, 23 tbn, 23 tbc
    Stream #0.1: Audio: ac3, 48000 Hz, 5.1, s16, 384 kb/s
At least one output file must be specified


For support you need to post in the support forum not in user experience forum, i will get this post moved to correct forum.

Re: AVI file not showing in PS3

PostPosted: Sun Apr 03, 2011 9:35 am
by Illico
Turn on detailed logging (see signature) 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: AVI file not showing in PS3

PostPosted: Sun Apr 03, 2011 10:29 am
by individual
I have done the things you say, but the ffmpeg command does not get recorded in the logs... all log records are related to updating media library.

Actually, the ffmpeg doesn't look like it returns any errors. I was just saying that the AVI file doesn't show when navigating for movies in PS3; all MKV's are there though, just the AVI that's missing.

Here is the ffmpeg command that I executed:

  Code:
BECONAS> ffmpeg -i IMAX\ Hubble\ 2010.avi
FFmpeg version UNKNOWN, Copyright (c) 2000-2011 the FFmpeg developers
  built on Mar 26 2011 10:52:39 with gcc 4.2.3
  configuration: --arch=arm --enable-armv5te --prefix=/opt --extra-cflags=-I/opt/include --extra-ldflags=-L/opt/lib --enable-static --disable-shared
--disable-ffplay --disable-ffserver --enable-libmp3lame
  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, avi, from 'IMAX Hubble 2010.avi':
  Metadata:
    title           : imax.hubble.2010.ppv.720p.hdtv.x264-diverge
    encoder         : Lavf52.33.0
  Duration: 00:43:49.26, start: 0.000000, bitrate: 3676 kb/s
    Stream #0.0: Video: mpeg4, yuv420p, 1280x720 [PAR 1:1 DAR 16:9], 23 tbr, 23 tbn, 23 tbc
    Stream #0.1: Audio: ac3, 48000 Hz, 5.1, s16, 384 kb/s
At least one output file must be specified

Re: AVI file not showing in PS3

PostPosted: Sun Apr 03, 2011 11:19 am
by Illico
individual wrote:I have done the things you say, but the ffmpeg command does not get recorded in the logs... all log records are related to updating media library.

Do you enable detailed logging? You have to find some [DEBUG] comment...
But probably this avi file is streamed in native format according to the PS3 profile configuration:
<MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>

You have to be sure PS3 support mpeg4 video with ac3 audio in an AVI container.
Do you try from an USB key disk.
No more ideas for me...

Re: AVI file not showing in PS3

PostPosted: Sun Apr 03, 2011 11:49 am
by zip
It looks like he doesn't even see the file on the screen.

Can you try AV Media Center (from Intel tools) to see if the file has been added to Serviio's library? If it's there then the PS3 doesn't like this particular file for some reason.

Re: AVI file not showing in PS3

PostPosted: Sun Apr 03, 2011 12:23 pm
by Cerberus
zip wrote:It looks like he doesn't even see the file on the screen.

Can you try AV Media Center (from Intel tools) to see if the file has been added to Serviio's library? If it's there then the PS3 doesn't like this particular file for some reason.


on tuesday 05/04/2011 i will use all my test file and work on the profile for the PS3 and see if io can make it as complete as the sony and samsung profiles :) i may need some hel;p and advise as i do tho illico if your around :)

Re: AVI file not showing in PS3

PostPosted: Sun Apr 03, 2011 6:12 pm
by individual
@ildico - As I said, I have changed to DEBUG logging.

@zip - I don't have a Media Center from Intel, but I checked with Boxee installed on Windows 7 on a laptop and there the AVI file it shows and can be played. For some reason, is the PS3 that doesn't show this file.

Re: AVI file not showing in PS3

PostPosted: Sun Apr 03, 2011 6:26 pm
by zip
AV Media Center is a tool for Intel tools software package (link in my signature)

Re: AVI file not showing in PS3

PostPosted: Sun Apr 03, 2011 6:34 pm
by individual
zip wrote:AV Media Center is a tool for Intel tools software package (link in my signature)


I think you refer to AV Media Controller. I installed and YES, the file is there as well as is in Boxee's interface!

I restarted the NAS and PS3 and now it shows in PS3 as well... maybe it was something on the NAS's side?!?

Re: AVI file not showing in PS3

PostPosted: Mon Apr 04, 2011 7:35 am
by Illico
individual wrote:I restarted the NAS and PS3 and now it shows in PS3 as well... maybe it was something on the NAS's side?!?

So we could close this topic?

Re: AVI file not showing in PS3

PostPosted: Mon Apr 04, 2011 7:37 am
by individual
Yes, it should be closed to avoid further confusions. thank you for your support.