amiaopensource / vrecord

Vrecord is open-source software for capturing a video signal and turning it into a digital file.
https://github.com/amiaopensource/vrecord
151 stars 45 forks source link

DV capture Unknown input format: 'iec61883' #718

Open jbbenoit73 opened 2 years ago

jbbenoit73 commented 2 years ago

Hello, I've got a new issue (sorry) with DV Capture. (Dell tower, Ubuntu 20.04). Please have a look -> Hit enter to start recording

Close the playback window to stop recording. ffmpeg version 4.4 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 11 (Homebrew GCC 11.2.0_3) configuration: --prefix=/home/linuxbrew/.linuxbrew/Cellar/ffmpegdecklink/4.4_2 --disable-shared --enable-version3 --cc=gcc-11 --host-cflags= --host-ldflags= --enable-gpl --enable-libfreetype --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libsnappy --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-libfontconfig --disable-libjack --disable-indev=jack --enable-nonfree --enable-decklink --extra-cflags=-I/home/linuxbrew/.linuxbrew/include --extra-ldflags=-L/home/linuxbrew/.linuxbrew/include libavutil 56. 70.100 / 56. 70.100 libavcodec 58.134.100 / 58.134.100 libavformat 58. 76.100 / 58. 76.100 libavdevice 58. 13.100 / 58. 13.100 libavfilter 7.110.100 / 7.110.100 libswscale 5. 9.100 / 5. 9.100 libswresample 3. 9.100 / 3. 9.100 libpostproc 55. 9.100 / 55. 9.100 Unknown input format: 'iec61883' pipe:: Invalid data found when processing input nan : 0.000 fd= 0 aq= 0KB vq= 0KB sq= 0B f=0/0
2022-02-17T11:53:29 - vrecord exited a form in an unexpected way (P1_ERR=1), please report this error to https://github.com/amiaopensource/vrecord/issues 2022-02-17T11:53:29 - Error details: /home/linuxbrew/.linuxbrew/opt/ffmpegdecklink/bin/ffmpeg-dl numerisation@station-av-lin01:~$

Thanks in advance,

jb

retokromer commented 2 years ago

Have you followed the Steps for a successful install of Vrecord on Linux? I presume, you missed:

sudo apt-get install libiec61883-dev
jbbenoit73 commented 2 years ago

Hi. Thanks for answer but libiec61883-dev is installed and the issue is the same.

retokromer commented 2 years ago

Did you use the --with-iec61883 option when you installed ffmpegdecklink?

brew install decklinksdk && brew install ffmpegdecklink --with-iec61883 && brew install gtkdialog