Mplayer Playlist problem (Bug?), input file problem etc.
Hello, a) firstly, I have been trying to use the playlist feature of the Mplayer but it crashes just a little while after the Mplayer starts playing the second mpeg2 video file. I.e. the first mpeg2 video file plays correctly, but when Mplayer opens the second mpeg2 file (from a video list file (videolist.txt) I have created), it crashes after the playback of just a few seconds. In the terminal, I give the command below: mplayer -playlist videolist.txt So, is there a Bug in the playlist feature of the Mplayer or what am I doing wrong? b) secondly, I have been playing a lot with the piping features of the mplayer. Since I have an VIA EPIA-M 1000 and the platform is very slow compared to fast PC's, I am looking for a way to make things faster with lesser processing power. For this reason, the piping I have been doing to pass Mplayer commands the way below: # cmd_program | mplayer -slave somefile.mpg I have it replaced by the much faster: # mplayer -input file=mplcmd.txt somefile.mpg ***But I had to use a structure like: --------- nothing seek +15 type=2 nothing pause --------- Please note that I include all the visible "new lines" between the commands, otherwise Mplayer does not get the commands at all. Also please note that the "nothing" command does not exist(!) but I have to use this so that: a) the Mplayer gets the first command I give (seek in this case). Otherwise if I had constructed the file like: ----- seek +15 type=2 pause ----- then for some reason the Mplayer would not(!) get the seek command but it would implement only the "pause" command! b) the Mplayer will first seek to the given time (+15) and DISPLAY(!) the first frame at this point and then pause there. Otherwise the MPlayer would seek to the given time but it would not display the frame at this point (instead it would display paused the frame before the seek!) but only after you un-pause (resume playback). So, it looks like we have two 'nice' Bugs in the MPlayer! Has anyone of you ever noticed the mentioned problems? I would appreciate any suggestions. Thanks, best regards, Kostas
Hi,
Hello, a) firstly, I have been trying to use the playlist feature of the Mplayer but it crashes just a little while after the Mplayer starts playing the second mpeg2 video file. I.e. the first mpeg2 video file plays correctly, but when Mplayer opens the second mpeg2 file (from a video list file (videolist.txt) I have created), it crashes after the playback of just a few seconds. In the terminal, I give the command below: mplayer -playlist videolist.txt
So, is there a Bug in the playlist feature of the Mplayer or what am I doing wrong?
dunno where is that bug, as you didn't provide enough info (it depends on codec, vo used, file formats etc etc) read bugreports.html and do so, including gdb backtrace A'rpi / Astral & ESP-team -- Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu
I am using as vo the x11 and the mpeg2 is a mpeg2-ps file. The video codec is the mpeg12. Does this help? Thanks, Kostas -----Original Message----- From: mplayer-advusers-bounces@mplayerhq.hu [mailto:mplayer-advusers-bounces@mplayerhq.hu]On Behalf Of Arpi Sent: Wednesday, July 16, 2003 3:28 PM To: mplayer-advusers@mplayerhq.hu Subject: Re: [Mplayer-advusers] Mplayer Playlist problem (Bug?), input fileproblem etc. Hi,
Hello, a) firstly, I have been trying to use the playlist feature of the Mplayer but it crashes just a little while after the Mplayer starts playing the second mpeg2 video file. I.e. the first mpeg2 video file plays correctly, but when Mplayer opens the second mpeg2 file (from a video list file (videolist.txt) I have created), it crashes after the playback of just a few seconds. In the terminal, I give the command below: mplayer -playlist videolist.txt
So, is there a Bug in the playlist feature of the Mplayer or what am I doing wrong?
dunno where is that bug, as you didn't provide enough info (it depends on codec, vo used, file formats etc etc) read bugreports.html and do so, including gdb backtrace A'rpi / Astral & ESP-team -- Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu _______________________________________________ Mplayer-advusers mailing list Mplayer-advusers@mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/mplayer-advusers
Hi,
I am using as vo the x11 and the mpeg2 is a mpeg2-ps file. The video codec is the mpeg12. Does this help?
not enough
read bugreports.html and do so, including gdb backtrace ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
A'rpi / Astral & ESP-team -- Developer of MPlayer G2, the Movie Framework for all - http://www.MPlayerHQ.hu
participants (2)
-
Arpi -
Konstantinos Karydas