[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2020-03-14 Thread Rik Mills
nv-codec-headers is now in Focal proposed pocket (pending new binary
acceptance) LP: #1866709

A ffmpeg upload is being prepared to re-enable things again once that
clears the checks.

** Changed in: ffmpeg (Ubuntu)
   Status: Confirmed => Triaged

** Also affects: ffmpeg (Ubuntu Focal)
   Importance: Undecided
   Status: Triaged

** Summary changed:

- ffmpeg 4 requires external headers for NVENC
+ build ffmpeg 4 with external headers for NVENC

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

Title:
  build ffmpeg 4 with external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-09-02 Thread Bug Watch Updater
** Changed in: ffmpeg (Debian)
   Status: Unknown => New

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-07-23 Thread James Cowgill
** Bug watch added: Debian Bug tracker #925941
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925941

** Also affects: ffmpeg (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=925941
   Importance: Unknown
   Status: Unknown

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-05-14 Thread Mikhail Novosyolov
Yes, it is very simple to fix, I built all that for ROSA Linux, nothing
unusual

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-05-14 Thread DiegoRivera
All the more reason this issue should be easily fixable by referencing
that package as a builddep... again, unless licensing issues come into
play.

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-05-14 Thread Mikhail Novosyolov
NVENC now have a seperate upstream and are a build dependency of other
packages, not onl;y ffmpeg, but e.g. also e.g. handbrake

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-05-14 Thread DiegoRivera
The help at https://askubuntu.com/questions/778100/how-to-install-
compile-nvenc-in-ubuntu is how I got to build working packages in my
system (19.04 fresh install).

Hopefully this gets fixed shortly. Maybe come up with a .deb that
includes the NVENC headers so they're easier to incorporate into the
base build? Dunno if any licensing issues would apply, though...

Cheers.

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-04-19 Thread PaJoe
Is there a detailed work around for this?

I tried adding and recompiling ffmpeg worked ok 18.10 but doing the same
after upgrading to 19.04 did not work for me, not sure if I did
something wrong.

sudo apt-get install make git
mkdir $HOME/nv-codec-headers_build && cd $HOME/nv-codec-headers_build
git clone https://git.videolan.org/git/ffmpeg/nv-codec-headers.git
cd nv-codec-headers
make && sudo make install

ffmpeg:

https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu

original help:

https://askubuntu.com/questions/778100/how-to-install-compile-nvenc-in-
ubuntu

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-04-06 Thread Luca Mastromatteo
Hi, I was wondering the same question. Why did it worked in the past and
now not anymore?

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-03-13 Thread flip101
On ubuntu 18.10 the hevc_nvenc codec is also missing. ffmpeg doesn't
list --enable-nvenc as one of it's configure flags that was used.

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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

[Bug 1810649] Re: ffmpeg 4 requires external headers for NVENC

2019-01-29 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: ffmpeg (Ubuntu)
   Status: New => Confirmed

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

Title:
  ffmpeg 4 requires external headers for NVENC

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

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