Re: (solved) Re: is it possible to install previous mplayer

2018-10-05 Thread Li Wei
i've just installed jessie, its main hasn't mencoder so i install wheezy's mencoder, it has no problem

Re: (solved) Re: is it possible to install previous mplayer

2018-10-02 Thread Michael Lange
Hi, On Mon, 01 Oct 2018 21:04:15 +0200 deloptes wrote: > Li Wei wrote: > > > mencoder of jessie doesn't have some feature I need > > I can't use option vcodec=mpeg4 > > both wheezy and stretch have such option. > > why not try backport from stretch if available? > or maybe, in case some code

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread deloptes
Brian wrote: > More to the point is that I have installed mplayer from wheezy on > unstable after following my own excellent advice. Took all of five > minutes. So why not jessie --> wheezy is the question in my mind? I am just curious - that is all - and it brings fruits - it is long time since

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Brian
On Mon 01 Oct 2018 at 21:04:15 +0200, deloptes wrote: > Li Wei wrote: > > > mencoder of jessie doesn't have some feature I need > > I can't use option vcodec=mpeg4 > > both wheezy and stretch have such option. > > why not try backport from stretch if available? In a previous message: > Thank

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Teemu Likonen
Teemu Likonen [2018-10-01 21:56:53+03] wrote: > Li Wei [2018-10-02 02:40:39+08] wrote: >> mencoder of jessie doesn't have some feature I need >> I can't use option vcodec=mpeg4 >> both wheezy and stretch have such option. > > Obviously I don't know all your needs but how about this? > > mencod

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread deloptes
Li Wei wrote: > mencoder of jessie doesn't have some feature I need > I can't use option vcodec=mpeg4 > both wheezy and stretch have such option. why not try backport from stretch if available?

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Teemu Likonen
Li Wei [2018-10-02 02:40:39+08] wrote: > mencoder of jessie doesn't have some feature I need > I can't use option vcodec=mpeg4 > both wheezy and stretch have such option. Obviously I don't know all your needs but how about this? mencoder -ovc lavc -lavcopts vcodec=mpeg4 "mpeg4" is actually

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Brian
On Mon 01 Oct 2018 at 20:08:26 +0200, deloptes wrote: > Li Wei wrote: > > > Thank Brian! > > i've made such attempt a few years ago. > > it isn't successful. there may be some conflict with other package > > sure there will be, why would you need mplayer for wheezy? You've been around long enou

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Li Wei
On 10/2/18, deloptes wrote: > > sure there will be, why would you need mplayer for wheezy? > mencoder of jessie doesn't have some feature I need I can't use option vcodec=mpeg4 both wheezy and stretch have such option.

Re: (solved) Re: is it possible to install previous mplayer

2018-10-01 Thread deloptes
Li Wei wrote: > Thank Brian! > i've made such attempt a few years ago. > it isn't successful. there may be some conflict with other package sure there will be, why would you need mplayer for wheezy?

(solved) Re: is it possible to install previous mplayer

2018-10-01 Thread Li Wei
On 10/1/18, Brian wrote: > You could try. > > 1. Comment out all entries in /etc/apt/sources.list and add a single >entry for a wheezy archive. > > 2. Purge mplayer if it is on the system. > > 3. apt update > > 4. apt install mplayer > > 5. Return sources.list to its previous state. > > -- > B