FYI: (solved) Ubuntu 16.04LTS codec missing package needs to be installed to use ffmpeg

2016-08-30 Thread Harald Albrecht
The sudden crashes I asked for help with on Ubuntu 16.04 are actually 
caused by a missing extra codec package. I've just found out by pure 
coincidence.


So, please make sure to install libavcodec-ffmpeg-extra56 on Ubuntu 
16.04, which isn’t installed by default. Without it, all video 
applications crash that make use of ffmpeg, such as VLC, SMPlayer, and 
others. This is a Ubuntu issue, not a Kdenlive issue.


Best regards,
Harald



Re: FYI: (solved) Ubuntu 16.04LTS codec missing package needs to be installed to use ffmpeg

2016-08-30 Thread Narcis Garcia
kdenlive depends on: libmlt6
libmlt6 depends on:
libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56

vlc depends on:
libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56

libavcodec-extra depends on: libavcodec-ffmpeg-extra56

The best option for you can be to install libavcodec-extra


El 30/08/16 a les 11:32, Harald Albrecht ha escrit:
> The sudden crashes I asked for help with on Ubuntu 16.04 are actually
> caused by a missing extra codec package. I've just found out by pure
> coincidence.
> 
> So, please make sure to install libavcodec-ffmpeg-extra56 on Ubuntu
> 16.04, which isn’t installed by default. Without it, all video
> applications crash that make use of ffmpeg, such as VLC, SMPlayer, and
> others. This is a Ubuntu issue, not a Kdenlive issue.
> 
> Best regards,
> Harald
> 


Re: FYI: (solved) Ubuntu 16.04LTS codec missing package needs to be installed to use ffmpeg

2016-08-30 Thread Vincent Pinon
Do you need extra codecs only for some fancy files sources, or for any video 
clip?
I could add the libavcodec-extra dependancy to MLT packages in PPA...
(temporarly? for which ubuntu version?)

On Tue, Aug 30, 2016 at 11:48:08AM +0200, Narcis Garcia wrote:
> kdenlive depends on: libmlt6
> libmlt6 depends on:
> libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
> 
> vlc depends on:
> libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
> 
> libavcodec-extra depends on: libavcodec-ffmpeg-extra56
> 
> The best option for you can be to install libavcodec-extra
> 
> 
> El 30/08/16 a les 11:32, Harald Albrecht ha escrit:
> > The sudden crashes I asked for help with on Ubuntu 16.04 are actually
> > caused by a missing extra codec package. I've just found out by pure
> > coincidence.
> > 
> > So, please make sure to install libavcodec-ffmpeg-extra56 on Ubuntu
> > 16.04, which isn’t installed by default. Without it, all video
> > applications crash that make use of ffmpeg, such as VLC, SMPlayer, and
> > others. This is a Ubuntu issue, not a Kdenlive issue.
> > 
> > Best regards,
> > Harald
> > 


AW: Re: FYI: (solved) Ubuntu 16.04LTS codec missing package needs to be installed to use ffmpeg

2016-08-30 Thread harald.albrecht
If you count mp4 containers with H.264 as fancy, then... :)
What I still consider bad behavior is that ffmpeg crashes with a pointer 
violation. I also have no clue why I was lacking the extra56 package, because I 
usually install extra codecs right away.

 Ursprüngliche Nachricht 
Von: Vincent Pinon  
Datum: 30.08.2016  12:48  (GMT+01:00) 
An: kdenlive@kde.org 
Betreff: Re: FYI: (solved) Ubuntu 16.04LTS codec missing package needs to be
  installed to use ffmpeg 

Do you need extra codecs only for some fancy files sources, or for any video 
clip?
I could add the libavcodec-extra dependancy to MLT packages in PPA...
(temporarly? for which ubuntu version?)

On Tue, Aug 30, 2016 at 11:48:08AM +0200, Narcis Garcia wrote:
> kdenlive depends on: libmlt6
> libmlt6 depends on:
> libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
> 
> vlc depends on:
> libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
> 
> libavcodec-extra depends on: libavcodec-ffmpeg-extra56
> 
> The best option for you can be to install libavcodec-extra
> 
> 
> El 30/08/16 a les 11:32, Harald Albrecht ha escrit:
> > The sudden crashes I asked for help with on Ubuntu 16.04 are actually
> > caused by a missing extra codec package. I've just found out by pure
> > coincidence.
> > 
> > So, please make sure to install libavcodec-ffmpeg-extra56 on Ubuntu
> > 16.04, which isn’t installed by default. Without it, all video
> > applications crash that make use of ffmpeg, such as VLC, SMPlayer, and
> > others. This is a Ubuntu issue, not a Kdenlive issue.
> > 
> > Best regards,
> > Harald
> > 


AW: Re: FYI: (solved) Ubuntu 16.04LTS codec missing package needs to be installed to use ffmpeg

2016-08-30 Thread harald.albrecht
I only saw this on 16.04 so far.

 Ursprüngliche Nachricht 
Von: Vincent Pinon  
Datum: 30.08.2016  12:48  (GMT+01:00) 
An: kdenlive@kde.org 
Betreff: Re: FYI: (solved) Ubuntu 16.04LTS codec missing package needs to be
  installed to use ffmpeg 

Do you need extra codecs only for some fancy files sources, or for any video 
clip?
I could add the libavcodec-extra dependancy to MLT packages in PPA...
(temporarly? for which ubuntu version?)

On Tue, Aug 30, 2016 at 11:48:08AM +0200, Narcis Garcia wrote:
> kdenlive depends on: libmlt6
> libmlt6 depends on:
> libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
> 
> vlc depends on:
> libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
> 
> libavcodec-extra depends on: libavcodec-ffmpeg-extra56
> 
> The best option for you can be to install libavcodec-extra
> 
> 
> El 30/08/16 a les 11:32, Harald Albrecht ha escrit:
> > The sudden crashes I asked for help with on Ubuntu 16.04 are actually
> > caused by a missing extra codec package. I've just found out by pure
> > coincidence.
> > 
> > So, please make sure to install libavcodec-ffmpeg-extra56 on Ubuntu
> > 16.04, which isn’t installed by default. Without it, all video
> > applications crash that make use of ffmpeg, such as VLC, SMPlayer, and
> > others. This is a Ubuntu issue, not a Kdenlive issue.
> > 
> > Best regards,
> > Harald
> > 


Re: AW: Re: FYI: (solved) Ubuntu 16.04LTS codec missing package needs to be installed to use ffmpeg

2016-08-30 Thread farid abdelnour
This also is happening with opensuse...

2016-08-30 10:35 GMT-03:00 harald.albrecht :

> I only saw this on 16.04 so far.
>
>
>  Ursprüngliche Nachricht 
> Von: Vincent Pinon 
> Datum: 30.08.2016 12:48 (GMT+01:00)
> An: kdenlive@kde.org
> Betreff: Re: FYI: (solved) Ubuntu 16.04LTS codec missing package needs to
> be installed to use ffmpeg
>
> Do you need extra codecs only for some fancy files sources, or for any
> video clip?
> I could add the libavcodec-extra dependancy to MLT packages in PPA...
> (temporarly? for which ubuntu version?)
>
> On Tue, Aug 30, 2016 at 11:48:08AM +0200, Narcis Garcia wrote:
> > kdenlive depends on: libmlt6
> > libmlt6 depends on:
> > libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
> >
> > vlc depends on:
> > libavcodec-ffmpeg56 | libavcodec-ffmpeg-extra56
> >
> > libavcodec-extra depends on: libavcodec-ffmpeg-extra56
> >
> > The best option for you can be to install libavcodec-extra
> >
> >
> > El 30/08/16 a les 11:32, Harald Albrecht ha escrit:
> > > The sudden crashes I asked for help with on Ubuntu 16.04 are actually
> > > caused by a missing extra codec package. I've just found out by pure
> > > coincidence.
> > >
> > > So, please make sure to install libavcodec-ffmpeg-extra56 on Ubuntu
> > > 16.04, which isn’t installed by default. Without it, all video
> > > applications crash that make use of ffmpeg, such as VLC, SMPlayer, and
> > > others. This is a Ubuntu issue, not a Kdenlive issue.
> > >
> > > Best regards,
> > > Harald
> > >
>



-- 
.1010.r.i.1101|n.o.i.s.1110|i.m.1010.g.1110|مقاومة
fsf member #5439
usuario GNU/Linux #471966
|_|0|_|
|_|_|0|
|0|0|0|
http://www.gunga.com.br";>gunga
http://www.tempoecoarte.com.br";>tempoecoarte
http://www.atelier-labs.org";>atelier-labs
http://www.mocambos.net";>rede mocambos