在 Arch Linux 上使用 Roxio VHS 转 DVD 3 Plus

在 Arch Linux 上使用 Roxio VHS 转 DVD 3 Plus

我买了https://www.roxio.com/en/products/easy-vhs-to-dvd/standard/目标是将 VHS 磁带转换为数字格式。

https://superuser.com/questions/234026/video-from-vhs-via-usb-capture-device-on-linux似乎暗示我应该寻找 V4L2 设备。 (我假设类似/dev/vbio)

$ dmesg | tail

[241892.285109] usb 1-9: new high-speed USB device number 5 using xhci_hcd
[241892.428076] usb 1-9: New USB device found, idVendor=1b80, idProduct=e31d, bcdDevice= 1.00
[241892.428081] usb 1-9: New USB device strings: Mfr=0, Product=1, SerialNumber=2
[241892.428085] usb 1-9: Product: Roxio Video Capture USB
[241892.428088] usb 1-9: SerialNumber: 11111111111111111111
[241892.500539] usbcore: registered new interface driver snd-usb-audio

到目前为止,我还没有得到我所期望的。

https://chat.stackexchange.com/transcript/message/31672172#31672172似乎意味着这个问题已经解决了。

少了什么东西?我如何将其连接到 VLC?

--- 编辑 1 ---

https://www.linuxtv.org/wiki/index.php/RoxioEasyVHStoDVD#Making_it_Work暗示我需要em28xx

$ sudo modprobe em28xx

拔掉USB,重新插上USB

$ lsusb
Bus 001 Device 007: ID 1b80:e31d Afatech 

$ dmesg | grep em28xx
[246616.297845] usbcore: registered new interface driver em28xx

https://superuser.com/questions/234026/video-from-vhs-via-usb-capture-device-on-linux,我期待 dmesg 给我多个条目,以及设备。

---编辑2 ---

音频似乎确实有效。

$ arecord -l
card 2: USB [Roxio Video Capture USB], device 0: USB Audio [USB Audio]
  Subdevices: 0/1
  Subdevice #0: subdevice #0

答案1

不幸的是,我得出的结论是这行不通,而且可能永远不会行得通。如果您还没有此设备,并且需要它与 Linux 配合使用:请勿购买。

相关内容