Author Topic: Request  (Read 1708 times)

Offline bshellenberg

  • Jr. Member
  • **
  • Posts: 20
Request
« on: March 10, 2011, 06:27:33 PM »
I'm not sure this is the right place to ask, so i apologize if I appear lost. In a future build of ffmpeg, could we get it compiled with --enable-vaapi? Trying to get vlc to play back using vdpau being the goal.

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12789
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Request
« Reply #1 on: March 10, 2011, 06:41:11 PM »
+1... this could solve my gimp animation package compilation issues...

Andy

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12789
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Request
« Reply #2 on: April 02, 2011, 07:42:50 AM »
Bump?

Andy

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15279
  • ┌∩┐(◕_◕)┌∩┐
Re: Request
« Reply #3 on: April 02, 2011, 07:53:16 AM »
Just a thought Andy, mebbe you could check out the FFmpeg fork Libav

http://libav.org/index.html

and see how it's progressing
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12789
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Request
« Reply #4 on: April 02, 2011, 08:07:03 AM »
I get a ffmpeg specific vaapi error...

Andy

Offline menotu

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 15279
  • ┌∩┐(◕_◕)┌∩┐
Re: Request
« Reply #5 on: April 02, 2011, 08:08:07 AM »
aaahhh
PCLinuxOS 32bit KDE 4.10.1; kernel-3.4.11-pclos1.bfs & 64bit 3.2.18bfs; NVidia GeForce 8400GS 1GB 310.19 driver

Sony Vaio SVE1513A4ESI Laptop, Intel Core i5, 2.6GHz, 6GB RAM, 750GB, 15.6" Intel HD Graphics 4000

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12789
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Request
« Reply #6 on: April 02, 2011, 08:16:07 AM »

Offline AndrzejL

  • PCLinuxOS Tester
  • Super Villain
  • *******
  • Posts: 12789
  • RLU #490933
    • Wordpress On The Wardrobe...
Re: Request
« Reply #7 on: April 06, 2011, 07:48:09 PM »
This is the reason why I am asking for it:

"Configure" goes without problems. Making dies with:

Quote
/opt/gimpdev/gimp-build/gimp-gap/extern_libs/ffmpeg/libavcodec/vaapi.c:48: undefined reference to `vaUnmapBuffer'
/opt/gimpdev/gimp-build/gimp-gap/extern_libs/ffmpeg/libavcodec/vaapi.c:61: undefined reference to `vaBeginPicture'
/opt/gimpdev/gimp-build/gimp-gap/extern_libs/ffmpeg/libavcodec/vaapi.c:52: undefined reference to `vaUnmapBuffer'
/opt/gimpdev/gimp-build/gimp-gap/extern_libs/ffmpeg/libavcodec/vaapi.c:57: undefined reference to `vaUnmapBuffer'
/opt/gimpdev/gimp-build/gimp-gap/extern_libs/ffmpeg/libavcodec/vaapi.c:65: undefined reference to `vaRenderPicture'
/opt/gimpdev/gimp-build/gimp-gap/extern_libs/ffmpeg/libavcodec/vaapi.c:69: undefined reference to `vaRenderPicture'
/opt/gimpdev/gimp-build/gimp-gap/extern_libs/ffmpeg/libavcodec/vaapi.c:74: undefined reference to `vaEndPicture'
collect2: ld returned 1 exit status
make[2]: *** [gap_filter] Error 1
make[2]: Leaving directory `/opt/gimpdev/gimp-build/gimp-gap/gap'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/gimpdev/gimp-build/gimp-gap'
make: *** [all] Error 2

Compiling with:

./autogen.sh –prefix=$PREFIX –disable-libavformat

does not causes make errors but most of the video editing options are not available. Actually only one is available..

Compiling with:

./autogen.sh –prefix=$PREFIX –disable-libmpeg3

causes the same errors as before while making.

Must investigate more.

Andy