[Bug 276697] Re: please enable x264 support

2017-05-10 Thread Arjen Lentz
Note that this is handled by libavcodec-extra now (Ubuntu 17.04)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/276697

Title:
  please enable x264 support

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ffmpeg-debian/+bug/276697/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2009-07-25 Thread Yves Glodt
Thanks Paul, this got me one step further.

I did however not manager what to specify to get aac encoding work, even
I installed libfaad/libfaac, but this is not the scope of this BR.

here my commandline for the archives:

y...@viking:~/Videos$ ffmpeg -i Le\ Diner\ de\ Cons.avi -aspect 3:2 -s
480x320 -vcodec libx264 -b 480k -r 23.976 -acodec libmp3lame -ab 96k
-sameq -pass 1 outputfilename.mp4

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 276697] Re: please enable x264 support

2009-07-25 Thread Paul Gevers
Yves Glodt wrote:
> Hi Paul, I just installed it right now after reading your post.
> Unfortunately it does not change anything for ffmpeg. Or is it another
> executable which I am supposed to launch?

Please also have a look at comment #6:

I think you also need to change the name of the codec to libx264...

Paul

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2009-07-25 Thread Yves Glodt
Hi Paul, I just installed it right now after reading your post.
Unfortunately it does not change anything for ffmpeg. Or is it another
executable which I am supposed to launch?

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 276697] Re: please enable x264 support

2009-07-25 Thread Paul Gevers
Yves Glodt wrote:
> How is the situation for Karmic? I got an Android phone and would like
> to encode some of my videos to h264 to be able to play them back on it.
> Here is the commandline with the error about the missing codec:

You probably haven't yet installed libavcodec-unstripped-52.

Paul

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2009-07-25 Thread Yves Glodt
How is the situation for Karmic? I got an Android phone and would like
to encode some of my videos to h264 to be able to play them back on it.
Here is the commandline with the error about the missing codec:

y...@viking:~/Videos$ ffmpeg -i movie.avi -aspect 3:2 -s 480x320 -vcodec h264 
-b 480k -r 23.976 -acodec aac -ab 96k -sameq -pass 1 outputfilename.mp4
FFmpeg version SVN-r19134-4:0.5+svn20090609-1ubuntu3, Copyright (c) 2000-2009 
Fabrice Bellard, et al.
  configuration: --disable-encoder=h263 --disable-encoder=h263p 
--disable-encoder=mpeg2video --disable-encoder=mpeg4 
--disable-encoder=msmpeg4v1 --disable-encoder=msmpeg4v2 
--disable-encoder=msmpeg4v3 --extra-version=4:0.5+svn20090609-1ubuntu3 
--prefix=/usr --enable-avfilter --enable-avfilter-lavf --enable-bzlib 
--enable-libgsm --enable-libschroedinger --enable-libspeex --enable-libtheora 
--enable-libvorbis --enable-pthreads --enable-zlib --disable-stripping 
--disable-vhook --enable-gpl --enable-postproc --enable-swscale 
--enable-x11grab --enable-libdc1394 --enable-shared --disable-static
  libavutil 49.15. 0 / 49.15. 0
  libavcodec52.20. 0 / 52.20. 0
  libavformat   52.31. 0 / 52.31. 0
  libavdevice   52. 1. 0 / 52. 1. 0
  libavfilter0. 4. 0 /  0. 4. 0
  libswscale 0. 7. 1 /  0. 7. 1
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Jul 25 2009 08:34:10, gcc: 4.4.1
Input #0, avi, from 'movie.avi':
  Duration: 01:16:41.20, start: 0.00, bitrate: 1232 kb/s
Stream #0.0: Video: msmpeg4, yuv420p, 720x336, 25 tbr, 25 tbn, 25 tbc
Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 96 kb/s
Unknown encoder 'h264'

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2009-01-18 Thread m0rtal
Command line is actually generated by dvd::rip, so it's not me :)
The problem is described here: 
https://bugs.launchpad.net/ubuntu/+source/transcode/+bug/276519, and I believe 
current thread was born because of it.

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2009-01-18 Thread Lionel Le Folgoc
Could you paste here the commandline you're using? You are probably
using an old codec name ('-ac h264' instead of '-ac libx264').

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2009-01-18 Thread m0rtal
"I still have ffmpeg linked against x264" - sorry I mean h264

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2009-01-18 Thread m0rtal
Actually, I can't confirm that it's fixed.
I still have ffmpeg linked against x264, even though I have latest 
libavcodec-unstripped-51 - ffmpeg still complains about missing h264 codec.

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2008-10-11 Thread Reinhard Tartler
fixed in intrepid

** Changed in: ffmpeg-debian (Ubuntu)
   Status: Triaged => Fix Released

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2008-10-03 Thread Reinhard Tartler
okay, for intrepid I have replacement package that enable h263, mpeg2video, etc.
please see https://launchpad.net/~motumedia/+archive, add that ppa and install:

apt-get install libavcodec-unstripped-51

that should bring back the missing encoders.

feedback on them is VERY appreciated if we want to have this package in
intrepid/multiverse.

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 276697] Re: please enable x264 support

2008-10-01 Thread Reinhard Tartler
ffmpeg could in theory link against x264, but we cannot do so in ubuntu,
because x264 is in multiverse whereas ffmpeg is in main.

if ffmpeg could load x264 at runtime instead of at load time then we
could enable it. promoting x264 is a no-go, IMO.

** Changed in: ffmpeg-debian (Ubuntu)
   Status: New => Triaged

-- 
please enable x264 support
https://bugs.launchpad.net/bugs/276697
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs