[MPlayer-users] playing 3GP/H2.63/AMR files
Trilok Soni
trilok_ulug at yahoo.co.in
Tue Nov 16 11:25:30 CET 2004
Hi all,
I am continuing my experiments with mplayer for
3gp/h263/amr files.
I am able to play 3gp, h263 and amr files with
"ffplay" available in ffmpeg pacakge. AFAIK, same
package(libavcodec) is included in the mplayer.
But I don't why it is not working with mplayer. Any
suggestions??
---Trilok Soni
--- Trilok Soni <trilok_ulug at yahoo.co.in> wrote:
> Hi All,
>
> I had gone through various articles/e-mail postings
> on
> playing 3GP files through Mplayer and I have changed
> the codecs.conf as per their suggestions.
>
> Version: 1.0-pre1
> Platform: ARM926ejs board - OMAP 1710.
> X: KDrive is running...
>
> Changes made into codecs.conf - ffh263 section looks
> like this:
>
> --------snip---------------
> videocodec ffh263
> info "FFmpeg H263+ decoder"
> status working
> fourcc H263,U263,h263,X263
> fourcc viv1 h263
> driver ffmpeg
> dll h263
> out YV12,I420,IYUV
> format 0x33363273
> --------snip---------------
>
> But I am not able to get even video part. Other
> files
> are played (.mp4, .mpeg, .wmv, .mov, .avi )
> successfully.
>
> Here is the verbose log:
> --------snip---------------
>
> # mplayer /test_streams/trs/Televisi1970.3gp -v
> MPlayer 1.0pre5-3.4.0 (C) 2000-2004 MPlayer Team
>
> CPU: ARM
> Reading config file
>
/usr/local/scratch/trilok/ws/target/etc/mplayer/mplayer.conf
> : No such file or directory
> Reading config file //.mplayer/config
> Reading //.mplayer/codecs.conf: 73 audio & 180 video
> codecs
> CommandLine: '/test_streams/trs/Televisi1970.3gp'
> '-v'
> get_path('font/font.desc') ->
> '//.mplayer/font/font.desc'
> font: can't open file: //.mplayer/font/font.desc
> Font
>
/usr/local/scratch/trilok/ws/target/share/mplayer/font/font.desc
>
> loaded suc
> cessfully! (206 chars)
> Using Unoptimized OnScreenDisplay
> Failed to open /dev/rtc: No such file or directory
> (it
> should be
> readable by the
> user.)
> Using usleep() timing
> get_path('input.conf') -> '//.mplayer/input.conf'
> Can't open input config file //.mplayer/input.conf:
> No
> such file or
> directory
> Can't open input config file
> /usr/local/scratch/trilok/ws/target/etc/mplayer/inp
> ut.conf: No such file or directory
> Falling back on default (hardcoded) input config
> get_path('Televisi1970.3gp.conf') ->
> '//.mplayer/Televisi1970.3gp.conf'
>
> Playing /test_streams/trs/Televisi1970.3gp.
> [file] File size is 1851112 bytes
> STREAM: [file] /test_streams/trs/Televisi1970.3gp
> STREAM: Description: File
> STREAM: Author: Albeu
> STREAM: Comment: based on the code from ???
> (probably
> Arpi)
> CACHE_PRE_INIT: 0 [0] 0 pre:1677721 eof:0
> Cache fill: 0.00% (0 bytes) Checking for
> YUV4MPEG2
> DEMUXER: freeing demuxer at 0x4926f0
> ASF_check: not ASF guid!
> DEMUXER: freeing demuxer at 0x4926f0
> Checking for Nullsoft Streaming Video
> DEMUXER: freeing demuxer at 0x4926f0
> Checking for NuppelVideo
> DEMUXER: freeing demuxer at 0x4926f0
> Checking for REAL
> DEMUXER: freeing demuxer at 0x4926f0
> Checking for SMJPEG
> DEMUXER: freeing demuxer at 0x4926f0
> DEMUXER: freeing demuxer at 0x492f48
> DEMUXER: freeing demuxer at 0x492f48
> Searching demuxer type for filename
> /test_streams/trs/Televisi1970.3gp
> ext: .3gp
> Checking for MOV
> ISO: File Type Major Brand: 3GPP Profile 4
> ISO: File Type Minor Version: 512
> ISO: File Type Compatible Brand #0: 3
> MOV: unknown chunk:
> H0 134424642
> cache_stream_seek: WARNING! Can't seek to 0x8032862
> !
> DEMUXER: freeing demuxer at 0x492f48
> Checking for VIVO
> header block 1 size: 0
> DEMUXER: freeing demuxer at 0x492f48
> DEMUXER: freeing demuxer at 0x492f48
> DEMUXER: freeing demuxer at 0x492f48
> DEMUXER: freeing demuxer at 0x492f48
> DEMUXER: freeing demuxer at 0x492f48
> Checking for PVA
> DEMUXER: freeing demuxer at 0x492f48
> Checking for MPEG-TS...
> TRIED UP TO POSITION 69085, FOUND 47, packet_size=
> 0,
> SEEMS A TS? 0
> DEMUXER: freeing demuxer at 0x492f48
> Checking for LMLM4 Stream Format
> Invalid packet in LMLM4 stream: ch=0 size=1718909288
> LMLM4 Stream Format not found
> DEMUXER: freeing demuxer at 0x492f48
> sync_mpeg_ps: seems to be MP3 stream...
> MPEG Stream reached EOF
> ds_fill_buffer: EOF reached (stream: video)
> MPEG packet stats: p100: 1 p101: 0 p1B6: 0 p12x: 0
> sli: 0 a: 0 b: 0 c:
> 0 idr: 0
> sps: 0 pps: 0 PES: 0 MP3: 481
> Not MPEG System Stream format... (maybe Transport
> Stream?)
> DEMUXER: freeing demuxer at 0x492f48
> ==> Found audio stream: 0
> DEMUXER: freeing demuxer at 0x492f48
> DEMUXER: freeing sh_audio at 0x493800
> ==> Found video stream: 0
> ds_fill_buffer: EOF reached (stream: video)
> DEMUXER: freeing demuxer at 0x492f48
> DEMUXER: freeing sh_video at 0x497838
>
> vo: x11 uninit called but X11 not inited..
>
> Exiting... (End of file)
> --------snip---------------
>
> I would also like to know, that Is it possible to
> play
> raw H.263 and AMR files with mplayer? I tried but
> gives log similar to above...:-)
>
> Let me know, if anyone needs more information.
>
> ---Trilok Soni
>
>
>
>
> __________________________________
> Do you Yahoo!?
> Check out the new Yahoo! Front Page.
> www.yahoo.com
>
>
> _______________________________________________
> MPlayer-users mailing list
> MPlayer-users at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-users
>
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
More information about the MPlayer-users
mailing list