Hauppauge HD PVR Rev F1 requires modified v4l-dvb?

I have used a Hauppauge HD PVR (a USB video capture device) on Arch Linux in the past without problems. I just purchased a unit for myself, but I am unable to get the hdpvr module to load. Some research reveals that this newer model (revision F1) is still compatible with the hdpvr v4l module, but it has a slightly different ID and requires a minor hack to v4l-dvb/linux/drivers/media/video/hdpvr/hdpvr.h and v4l-dvb/linux/drivers/media/video/hdpvr/hdpvr-core.c as described here: http://ubuntuforums.org/showpost.php?p= … stcount=12
The only problem is, I have no idea how to rebuild the very same v4l that my arch currently uses. I did try using hg to snag the latest version of v4l, but "make" only resulted in a bunch of errors whining about too few arguments to some function.
What is the best path to take at this point? Is there anyone here who could make this minor modification to hdpvr for me?

Yes, compiling the kernel from source worked.  I followed the instructions in the wiki
https://wiki.archlinux.org/index.php/Kernel_Compilation
At step 1.2.2 Changing build(), I uncommented "make xconfig".  Then, when running makepkg, when the xconfig opened, I minimisied it to make the necessary changes to the source files hdpvr.h & hdpvr-core.c.  Also, if you want IR remote support, you must apply the patch
http://wilsonet.com/jarod/junk/hdpvr-ir … -tip.patch
Then I just went back to the xconfig window, opened the default arch kernel .conf file, and let it compile.  I did change the package name, so after installing it, edited the grub menu.lst file and rebooted to the new kernel.
More details here
http://www.mythtv.org/wiki/Hauppauge_HD-PVR
No need to recompile LIRC, at least currently.  Hope this helps someone.
Last edited by cdspaco (2011-01-15 03:02:20)

Similar Messages

  • Hauppauge HD PVR problems with M2TSfiles quality output

    I bought recently a hauppauge HD PVR. This hauppauge  records my X-box 360 gameplay in M2TS-files/1080i.
    I edit these files with PE9. Importing files to PE9 works all right, quality is acceptable,
    but burning the files to a DVD the files loose much quality. It looks blurred and it flickers.
    At this moment I have the trail version of PE9 and I doubt now about buying this program, because
    the quality of de DVD's is so poor. Are these problems due to PE9 itself, or some wrong settings,
    or do I have to buy a blue ray burner (which I would prefer not to) to get a better quality?
    Thanks if you could help me soon.
    Arthur

    I cannot speak for the mechanics, but I thought that Gossamer had gotten the details to do that. Maybe down-thread a bit.
    IIRC, one can burn ~ 20 mins. of HD material to a DVD, but I believe that would be on a DVD-9 (Double Layer disc).
    Good luck,
    Hunt
    [Edit]
    HERE is another similar thread at ElementsVillage.
    Message was edited by: Bill Hunt - Added [Edit]

  • Hauppauge HD PVR 1212

    I'm a Playstation owner and would like to know if I can input a Hauppauge HD PVR 1212 into my QIP6200-2 HD box and output the video from the box to my screen via HDMI. I am asking because I only use a PC monitor that uses DVI and HDMI connections. I would like to record my gameplay to my pc but also watch the gameplay on my HDMI monitor since I do not have the RGB (component) inputs on my monitor.
    The Hauppauge has one component in and I'm guessing that would plug into my HD box's input. The Hauppage has an component out and I'm guess that would plug into my OUT on the HD box. But can I switch some settings for the OUT to show up on the HDMI connection?
    The Hauppauge only has component connections for video.

    Sorry but I do not believe that this will work.  The Verizon STBs do not have Inputs, only Outputs.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it.
    If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • V4l-dvb development-5 compil errror

    Hi,
    i try to compil this one, for get some fixes of ivtv and new kernel, using ck kernel i get..
      CC [M]  /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-vbi.o
      CC [M]  /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-i2c.o
    /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-i2c.c: In function 'init_bttv_i2c_ir':
    /var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-i2c.c:437:3: error: too few arguments to function 'i2c_new_probed_device'
    include/linux/i2c.h:293:1: note: declared here
    make[3]: *** [/var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l/bttv-i2c.o] Error 1
    make[2]: *** [_module_/var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.36-ck'
    make[1]: *** [default] Error 2
    make[1]: Leaving directory `/var/abs/local/yaourtbuild/v4l-dvb/src/v4l-dvb-abd3aac6644e/v4l'
    make: *** [all] Error 2
        Aborting...
    Any tip?
    thx a lot!
    Last edited by enito (2010-11-11 11:31:53)

  • Error compiling latest v4l-dvb/S2API ? [SOLVED]

    Hey forum.
    Trying to install my HVR-4000 to my MythTV Center - And wanting the Multifrontend support.
    So far as I could read - these drivers should be the rigth one for that kind of setup:
    http://linuxtv.org/hg/~stoth/s2-mfe/
    Compiling the latest original driver compiles without problems. But this one does.
    The last line of make outputtet.
    include/asm/ds.h:61: error: declaration for parameter 'ds_get_bts_size' but no such parameter
    include/asm/ds.h:60: error: declaration for parameter 'ds_free' but no such parameter
    include/asm/ds.h:59: error: declaration for parameter 'ds_allocate' but no such parameter
    include/linux/init.h:151: error: declaration for parameter 'late_time_init' but no such parameter
    include/linux/init.h:149: error: declaration for parameter 'prepare_namespace' but no such parameter
    include/linux/init.h:148: error: declaration for parameter 'setup_arch' but no such parameter
    include/linux/init.h:145: error: declaration for parameter 'reset_devices' but no such parameter
    include/linux/init.h:144: error: declaration for parameter 'saved_command_line' but no such parameter
    /usr/local/src/v4l-dvb/v4l/tuner-xc2028.c:1277: error: expected '{' at end of input
    make[3]: *** [/usr/local/src/v4l-dvb/v4l/tuner-xc2028.o] Error 1
    make[2]: *** [_module_/usr/local/src/v4l-dvb/v4l] Error 2
    make[2]: Leaving directory `/usr/src/linux-2.6.27-ARCH'
    make[1]: *** [default] Fejl 2
    make[1]: Forlader katalog '/usr/local/src/v4l-dvb/v4l'
    make: *** [all] Fejl 2
    Does anyone know anything about this error - or can anyone tell me how I can give a better outprint.
    [EDIT] Found out that compiler.h should not be - when compiling the drivers!! Should first be made later on - while compiling open-sasc-ng !
    Last edited by peque (2008-10-19 10:06:47)

    I have no such problem. I compiled it again when I read your post. Here's my PKGBUILD.
    # $Id$
    # Maintainer: Tobias Powalowski <[email protected]>
    # Contributor: judd <[email protected]>
    pkgname=alsa-utils
    pkgver=1.0.24.2
    pkgrel=1
    pkgdesc="An alternative implementation of Linux sound support"
    arch=('i686' 'x86_64')
    url="http://www.alsa-project.org"
    #can not use >=$pkgver due to use of letters in alsa-lib update versioning
    depends=("alsa-lib>1.0.22.99" 'dialog' 'pciutils' 'ncurses')
    makedepends=('xmlto' 'docbook-xsl')
    license=('GPL')
    source=(ftp://ftp.alsa-project.org/pub/utils/$pkgname-${pkgver}.tar.bz2
    alsa
    alsaconf.patch
    alsa.conf.d)
    backup=(etc/conf.d/alsa)
    build() {
    cd ${srcdir}/${pkgname}-${pkgver}
    patch -Np1 -i ../alsaconf.patch
    ./configure --prefix=/usr
    make
    package() {
    cd ${srcdir}/${pkgname}-${pkgver}
    make DESTDIR=${pkgdir} install
    install -D -m755 ../alsa ${pkgdir}/etc/rc.d/alsa
    install -D -m644 ../alsa.conf.d ${pkgdir}/etc/conf.d/alsa
    # dir where to save ALSA state
    install -d ${pkgdir}/var/lib/alsa
    md5sums=('8238cd57cb301d1c36bcf0ecb59ce6b2'
    '3ef812cae83053d01cd560284efad71f'
    '2894f85d3ae1dc9d40a27aec5e50db45'
    '4c8ae9f976c7df5e271a4cb91ccc7767')

  • Hauppauge HD PVR (recorded on PC) to Final Cut Pro X (edited on Mac)?

    I just purchased my Hauppague HD PVR and I am given only three options for recording (btw I record from my Xbox 360). The first option is TS. The second option is M2TS. And the third option is MP4 (this option only records in 720x480 instead of 1280x720 so I do not get the entire screen and thus is IMPOSSIBLE to record with).
    So I take these files from my PC (in my living room next to my TV) into my bedroom (onto my iMac) to edit in Final Cut Pro X. The problem is that Final Cut Pro X does not read TS or M2TS files (I also tried Compressor 4). So my question is, is there any way (short of re-encoding) to get Final Cut Pro X to read the files? I am dealing with files that are upwards of 1hr+ and to re-encode them into MOV or something similar it takes 5x as long as the video itself, then I have to render the final product again (total time from recording to finish product could be 12hrs). For me this is just too much time, can anyone help?

    I second the recommendation to use MPEG Streamclip. It is free and very flexible.
    It will let you export parts of the video separately, if you want - by setting in and out points, nondestructively. This will make it easier for you to handle things, as:
    1) You don't have to do a long export all at once (and wait several hours)
    2) You can handle smaller clips inside FCP X, which will likely be less memory intensive and result in better performance.

  • How to install a hauppauge wintv-pvr usb 2 ?

    I have tested many times but I'm always stuck with the firmware and kernel recompiling ...
    Got tips for me ?

    http://www.mythtv.org/wiki/Hauppauge_WinTV-PVR-USB2
    http://www.isely.net/pvrusb2/pvrusb2.html
    Mostly there is 3 drivers and a firmware to extract, It's chinese for me ...

  • Record old VHS to HDD with Hauppauge HD PVR [Solved]

    Video is fine but there is no sound. The best I can get is a scratching noise from the recording. There is nothing wrong with the equipment. I have both sound and video in windows. I tried 'cat /dev/video1 > video.mp4' and 'mplayer /dev/video1' and cat with a pipe to ffmpeg and my latest command is 'ffmpeg -i /dev/video1 -vcodec copy -acodec copy -bsf:a aac_adtstoasc Krou.mp4'. I have the latest firmware in my hdpvr and a two days old install of Arch.
    Edit! I found out that my hdpvr still outputted audio thru the RCA-port on the back, so just switching the  audiocables to the back solved it.
    Last edited by jai134 (2013-11-29 16:04:46)

    Try checking your capture volume.

  • [v4l-dvb] xc5000 driver won't load, invalid module format

    Hi, I recently got a Piccacle PCTV HD Pro Stick for christmas, and have been trying to get it to work. I followed this page, and everything worked, but when I try to load the module xc5000, it gives me the error:
    FATAL: Error inserting xc5000 (/lib/modules/2.6.28-ARCH/kernel/drivers/media/common/tuners/xc5000.ko): Invalid module format
    Can anyone help?
    Thanks,
    Smartboy

    Hi Mike,
    something looks a bit strange for me. On my OEL 5.4 x64 system i have just the following 3 packages:
    $ rpm -qa | grep asm
    oracleasm-2.6.18-164.el5-2.0.5-1.el5
    oracleasm-support-2.1.3-1.el5
    oracleasmlib-2.0.4-1.el5 Your packages should be I think the following:
    http://oss.oracle.com/projects/oracleasm-support/dist/files/RPMS/rhel5/amd64/2.1.3/oracleasm-support-2.1.3-1.el5.x86_64.rpm
    http://otn.oracle.com/software/tech/linux/asmlib/files/RPMS/rhel5/amd64/2.0.4/oracleasmlib-2.0.4-1.el5.x86_64.rpm
    http://oss.oracle.com/projects/oracleasm/dist/files/RPMS/rhel5/amd64/2.0.5/2.6.18-92.el5/oracleasm-2.6.18-92.el5-2.0.5-1.el5.x86_64.rpm
    Uninstall all asm packages and retry with just those three.
    Good luck!
    Cheers,
    David
    OCP 9i / 10g
    http://www.oratoolkit.ch/knowledge/howto/installation/otn.php

  • V4l-dvb

    So when does this package start working again? http://aur.archlinux.org/packages.php?ID=24474

    If the md5sum is the only problem, you could bypass the check in a similar way like I did. But the proper solution for this package as a development one, is imo creating a -hg package with _hgroot, _hgrepo and a mercurial makedepends.

  • [SOLVED] LIRC no input with Hauppauge PVR-350

    Hey guys
    I have the hardware mentioned in the title in a computer connected with the tv (for xbmc)
    I recently have re-setup archlinux on this machine to get a clean systemd setup but now Im really stuck getting my remote working again. Sady I forgot to backup my configuration (theres always something that you forget isnt it)^^
    configs
    /etc/systemd/system/lircd.service
    [Unit]
    Description=Linux Infrared Remote Control
    [Service]
    EnvironmentFile=/etc/conf.d/lircd.conf
    ExecStartPre=/usr/bin/ln -sf /run/lirc/lircd /dev/lircd
    ExecStart=/usr/sbin/lircd --pidfile=/run/lirc/lircd.pid --device=${LIRC_DEVICE} --driver=${LIRC_DRIVER}
    Type=forking
    PIDFile=/run/lirc/lircd.pid
    [Install]
    WantedBy=multi-user.target
    /etc/conf.d/lircd.conf
    LIRC_DEVICE="/dev/input/event11"
    LIRC_DRIVER="devinput"
    LIRC_MODULES="ir-kbd-i2c lirc_dev"
    LIRC_EXTRAOPTS=""
    LIRC_CONFIGFILE="/etc/lirc/lircd.conf
    /etc/lirc/lirc.conf
    # this config file was automatically generated
    # using lirc-0.7.0(any) on Sun Nov 28 20:25:09 2004
    # contributed by
    # brand:   Hauppauge 350
    # Created: G.J. Werler (The Netherlands)
    # Project: Mythtv Fedora Pundit-R www.mythtvportal.com
    # Date:    2004/11/28
    # model no. of remote control: Hauppauge A415-HPG
    # devices being controlled by this remote: PVR-350
    begin remote
      name  Hauppauge_350
      bits           13
      flags RC5|CONST_LENGTH
      eps            30
      aeps          100
      one           969   811
      zero          969   811
      plead        1097
      gap          114605
      toggle_bit      2
          begin codes
              Go                       0x00000000000017BB
              Power                    0x00000000000017BD
              TV                       0x000000000000179C
              Videos                   0x0000000000001798
              Music                    0x0000000000001799
              Pictures                 0x000000000000179A
              Guide                    0x000000000000179B
              Radio                    0x000000000000178C
              Up                       0x0000000000001794
              Left                     0x0000000000001796
              Right                    0x0000000000001797
              Down                     0x0000000000001795
              OK                       0x00000000000017A5
              Back/Exit                0x000000000000179F
              Menu/i                   0x000000000000178D
              Vol+                     0x0000000000001790
              Vol-                     0x0000000000001791
              Prev.Ch                  0x0000000000001792
              Mute                     0x000000000000178F
              Ch+                      0x00000000000017A0
              Ch-                      0x00000000000017A1
              Record                   0x00000000000017B7
              Stop                     0x00000000000017B6
              Rewind                   0x00000000000017B2
              Play                     0x00000000000017B5
              Forward                  0x00000000000017B4
              Replay/SkipBackward      0x00000000000017A4
              Pause                    0x00000000000017B0
              SkipForward              0x000000000000179E
              1                        0x0000000000001781
              2                        0x0000000000001782
              3                        0x0000000000001783
              4                        0x0000000000001784
              5                        0x0000000000001785
              6                        0x0000000000001786
              7                        0x0000000000001787
              8                        0x0000000000001788
              9                        0x0000000000001789
              Asterix                  0x000000000000178A
              0                        0x0000000000001780
              #                        0x000000000000178E
              Red                      0x000000000000178B
              Green                    0x00000000000017AE
              Yellow                   0x00000000000017B8
              Blue                     0x00000000000017A9
          end codes
    end remote
    $ sudo systemctl restart lircd.service
    $ irw
    [I can press what I want, nothing]
    $ sudo ir-keytable
    Found /sys/class/rc/rc0/ (/dev/input/event11) with:
        Driver ir-kbd-i2c, table rc-hauppauge
        Supported protocols: RC-5
        Enabled protocols: RC-5
        Name: i2c IR (Hauppauge WinTV PVR-350
        bus: 24, vendor/product: 0000:0000, version: 0x0000
        Repeat delay = 500 ms, repeat period = 125 ms
    Any help is appreciated!
    Last edited by chnuebi (2013-02-12 12:20:01)

    Hell YEAH!!
    /etc/systemd/system/lircd.service
    [Unit]
    Description=LIRC Daemon
    After=network.target
    [Service]
    Type=forking
    EnvironmentFile=/etc/conf.d/lircd.conf
    PIDFile=/run/lirc/lircd.pid
    ExecStartPre=/bin/mkdir -p /run/lirc
    ExecStartPre=/bin/rm -f /dev/lircd
    ExecStartPre=/bin/rm -f /run/lirc/lircd
    ExecStartPre=/bin/ln -s /run/lirc/lircd /dev/lircd
    ExecStart=/usr/sbin/lircd -d $LIRC_DEVICE -P /run/lirc/lircd.pid -H $LIRC_DRIVER $LIRC_CONFIGFILE
    ExecStopPost=/bin/rm -f /dev/lircd
    ExecStopPost=/bin/rm -fR /run/lirc
    [Install]
    WantedBy=multi-user.target
    In addition it seems i loaded the wrong driver.
    /etc/conf.d/lircd.conf
    LIRC_DEVICE="/dev/lirc0"
    LIRC_DRIVER="default"
    #LIRC_MODULES="ir-kbd-i2c lirc_dev"
    #LIRC_MODULES="lirc_i2c lirc_dev"
    LIRC_EXTRAOPTS=""
    LIRC_CONFIGFILE="/etc/lirc/lircd.conf"
    /etc/modules-load.d/lirc.conf
    #ir-kbd-i2c
    lirc_i2c
    lirc_dev
    so /dev/lirc0 gets created (did it over /dev/input)
    Thank you soo much -> moving forward to xbmc mappings (8

  • Hauppauge WinTV USB 2

    i've plugged my Hauppauge WinTV USB 2 and dmesg tells me this:
    Linux video capture interface: v2.00
    em28xx v4l2 driver version 0.0.1 loaded
    em28xx new video device (2040:4200): interface 0, class 255
    em28xx #0: Alternate settings: 8
    em28xx #0: Alternate setting 0, max size= 0
    em28xx #0: Alternate setting 1, max size= 1024
    em28xx #0: Alternate setting 2, max size= 1448
    em28xx #0: Alternate setting 3, max size= 2048
    em28xx #0: Alternate setting 4, max size= 2304
    em28xx #0: Alternate setting 5, max size= 2580
    em28xx #0: Alternate setting 6, max size= 2892
    em28xx #0: Alternate setting 7, max size= 3072
    em28xx #0: AC97 command still being executed: not handled properly!
    tuner 4-0043: chip found @ 0x86 (em28xx #0)
    tda9887 4-0043: tda988[5/6/7] found @ 0x43 (tuner)
    tuner 4-0043: type set to tda9887
    tda9887 4-0043: tda988[5/6/7] found @ 0x43 (tuner)
    tuner 4-0043: type set to tda9887
    tuner 4-0063: chip found @ 0xc6 (em28xx #0)
    tuner-simple 4-0063: type set to 43 (Philips NTSC MK3 (FM1236MK3 or FM1236/F))
    tuner 4-0063: type set to Philips NTSC MK3 (F
    tuner-simple 4-0063: type set to 43 (Philips NTSC MK3 (FM1236MK3 or FM1236/F))
    tuner 4-0063: type set to Philips NTSC MK3 (F
    em28xx #0: i2c eeprom 00: 1a eb 67 95 40 20 00 42 20 00 1e 03 82 18 6a 18
    em28xx #0: i2c eeprom 10: 00 00 24 57 6e 00 00 00 60 00 00 00 02 00 00 00
    em28xx #0: i2c eeprom 20: 1e 00 10 10 00 00 00 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom 30: 00 00 20 40 20 80 02 20 10 01 01 01 00 00 00 00
    em28xx #0: i2c eeprom 40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom 50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom 60: 00 00 00 00 00 00 00 00 00 00 18 03 30 00 30 00
    em28xx #0: i2c eeprom 70: 30 00 32 00 38 00 30 00 39 00 38 00 33 00 32 00
    em28xx #0: i2c eeprom 80: 00 00 18 03 57 00 69 00 6e 00 54 00 56 00 20 00
    em28xx #0: i2c eeprom 90: 55 00 53 00 42 00 32 00 00 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom a0: 84 12 00 00 05 50 1a 7f 74 3e 23 23 a4 92 15 89
    em28xx #0: i2c eeprom b0: ff 00 00 00 04 84 0a 00 01 01 20 77 00 40 e8 df
    em28xx #0: i2c eeprom c0: 2a 00 74 02 01 06 03 79 5c 00 00 00 00 00 00 00
    em28xx #0: i2c eeprom d0: 84 12 00 00 05 50 1a 7f 74 3e 23 23 a4 92 15 89
    em28xx #0: i2c eeprom e0: ff 00 00 00 04 84 0a 00 01 01 20 77 00 40 e8 df
    em28xx #0: i2c eeprom f0: 2a 00 74 02 01 06 03 79 5c 00 00 00 00 00 00 00
    EEPROM ID= 0x9567eb1a
    Vendor/Product ID= 2040:4200
    I2S audio, sample rate=32k
    500mA max power
    Table at 0x24, strings=0x1882, 0x186a, 0x0000
    input: i2c IR (EM2840 Haup as /devices/virtual/input/input7
    ir-kbd-i2c: i2c IR (EM2840 Haup detected at i2c-4/4-0030/ir0 [em28xx #0]
    msp3400 4-0044: MSP3415G-B8 found @ 0x88 (em28xx #0)
    msp3400 4-0044: MSP3415G-B8 supports nicam and radio, mode is autodetect and autoselect
    tveeprom 4-0050: Hauppauge model 42019, rev B162, serial# 2809832
    tveeprom 4-0050: tuner model is LG S701D MK3 (idx 62, type 38)
    tveeprom 4-0050: TV standards PAL(B/G) PAL(I) SECAM(L/L') PAL(D/D1/K) (eeprom 0x74)
    tveeprom 4-0050: audio processor is MSP3415 (idx 6)
    tveeprom 4-0050: has radio
    tvp5150 4-005c: tvp5150am1 detected.
    em28xx #0: AC97 command still being executed: not handled properly!
    registered VBI
    em28xx #0: V4L2 device registered as /dev/video0 and /dev/vbi0
    em28xx #0: Found Hauppauge WinTV USB 2
    em28xx audio device (2040:4200): interface 1, class 1
    em28xx audio device (2040:4200): interface 2, class 1
    usbcore: registered new interface driver em28xx
    usbcore: registered new interface driver snd-usb-audio
    now, how could i record something? I saw mythv doesn't support my card...:(

    http://www.mythtv.org/wiki/Hauppauge_WinTV-PVR-USB2
    http://www.isely.net/pvrusb2/pvrusb2.html
    Mostly there is 3 drivers and a firmware to extract, It's chinese for me ...

  • Hauppauge capture

    I have a Hauppauge HD PVR 2 Gaming Edition Plus and I am using the Hauppauge Capture program. In Capture I have set the recorder to record multitrack audio (game, voice/mic, pc). When I record I get a .ts (H.264 MPEG-4 AVC). I also use Capture to convert the file to .mp4 just in case.
    If I open the video in VLC it shows that there are three audio tracks.However, when I open either the .ts or .mp4 in Premiere it only shows one audio track (game). I attempt to use Modify > Audio Channels so that when I place the clip on the sequence I have three tracks. Still no sound on tracks 2 and 3.
    I understand that Sony Vegas brings in the tracks automatically. Is there any way to do this in PPro?
    Thank you.

    To add a little more info: I have also tried to open the file in Audition, however it only opens the first stream as well. I tried Audacity and I was not only able to select the individual track I wanted but I was also able to save it out separately (QuickTime Pro couldn't do this). I also downloaded a demo of Sony Vegas just to test what I mentioned above and sure enough it imports the file into the timeline with all three tracks, no problem.
    I find it hard to believe that a free program and Sony Vegas can do this but apparently none of the Creative Cloud programs cannot.

  • Modify Web Gallery - Paypal Integration - Filename Extraction

    Hi Everyone,
    I'm embarking on a mission to try and create a custom web template that will integrate Paypal's "Add to Cart" buttons on the "Details" page of an exported Web Gallery. It only requires modifying a Web Gallery template file and adding the below code to the footer of the Details Page:
    <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="image" src="https://www.paypal.com/enUS/i/btn/btn_cartSM.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
    <input type="hidden" name="add" value="1">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="business" value="[email protected]">
    <input type="hidden" name="item_name" value="Purchase Standard Resolution Image">
    <input type="hidden" name="item_number" value="imagename">
    <input type="hidden" name="amount" value="3.00">
    <input type="hidden" name="shipping" value="0.00">
    <input type="hidden" name="no_shipping" value="0">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="lc" value="US">
    <input type="hidden" name="bn" value="PP-ShopCartBF">
    </form>
    The problem is, I need to substitute the image's filename for the "imagename" variable in the above code. I'm looking to extract the filename, but I'm unsure of how Aperture populates that. I'm sure there's a div name that they use that I could slip in there, but has anyone who has modified a Web Theme done this before? I know CSS modifications are easy, but I'm talking extracting certain field names that Aperture uses.

    I'm not seeing an "Add To Cart" button on your page - just a "View Cart" one.
    The reply from PayPal is correct in that there is no code that specifies the image size. The image itself dictates the size as you will discover if you use a custom button hosted on your own site.
    Here's the code:
    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
    <input type="hidden" name="cmd" value="_s-xclick">
    <input type="hidden" name="hosted_button_id" value="Value-Code-Here">
    <input type="image" src="http://www.domain.com/Folder-Name/Button-Image.png" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
    <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
    </form>
    However, PayPal buttons do work on iWeb built sites so I don't know about the relevance of their reference to CSS.

  • Vlc pvr problems

    I have a sort of complicated problem dealing with user permissions for the pvr device in vlc.
    First, some information about my system:
    Archlinux Kernel26-2.6.25.6-2-i686
    tv-tuner: Hauppauge WinTV-PVR PCI II
    vlc version 0.9.8a-4 (the latest version in pacman as of 01-25-09)
    As a non-root user, I am able to open a SINGLE tv channel by performing the actions: Open Capture Device..., PVR, and inserting the specific frequency of the channel.
    What is puzzling is when I try to change channels. Now, normally I just open up a playlist file with the channels already preset. Basically, every entry in the file looks like this, but with the frequency and channel name changed:
    #EXTM3U
    #EXTINF:0,2 Channel2
    #EXTVLCOPT:pvr-device=/dev/video0
    #EXTVLCOPT:pvr-radio-device=/dev/radio0
    #EXTVLCOPT:pvr-norm=0
    #EXTVLCOPT:pvr-frequency=55250
    #EXTVLCOPT:pvr-bitrate=-1
    pvr://
    If I open the playlist file it opens the first entry, channel 2, and will display channel 2. But when I click another channel in the list I receive this error in xterm:
    [00000575] main input error: unsafe option "pvr-device" has been ignored for security reasons
    [00000575] main input error: unsafe option "pvr-radio-device" has been ignored for security reasons
    [00000575] main input error: unsafe option "pvr-norm" has been ignored for security reasons
    [00000575] main input error: unsafe option "pvr-frequency" has been ignored for security reasons
    [00000575] main input error: unsafe option "pvr-bitrate" has been ignored for security reasons
    [00000577] pvr access error: Failed to write 0 new capture card settings.
    ...and the panel at the bottom of the main window tells me that I am on another channel, but after the switch it goes back to displaying channel 2.
    Obviously, I am able to access the card. But somehow I am not allowed to switch frequencies within the playlist. I have checked the permissions for my user and I am able to access the groups audio and video.
    Any suggestions on what to do? Thanks.

    Just upgraded to Win 7, and the problem's gone. Must be an XP driver of some sort.

Maybe you are looking for