Trying to capture video from 20 DV tapes to my Mac using FFMPEG pro. Consistently get the following error (below), but the capture seems to be fine. I am an absolute novice at this, and don't wan't to continue if I am doing something wrong. Using a CANON VIXIA HV40 and 2017 15inch MBP running macOS Ventura 13.6 .
Any thoughts?
The terminal command used is : ffmpeg -f avfoundation -capture_raw_data true -i "VIXIA HV40" -c copy -map 0 -f rawvideo ArchiveDV18.dv
This leads to the following error message:
ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
**built with Apple clang version 14.0.3 (clang-1403.0.22.14.1)
**configuration: --prefix=/usr/local/Cellar/ffmpeg/6.0_1 --enable-shared --enable-pthreads --enable-version3 --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gnutls --enable-gpl --enable-libaom --enable-libaribb24 --enable-libbluray --enable-libdav1d --enable-libjxl --enable-libmp3lame --enable-libopus --enable-librav1e --enable-librist --enable-librubberband --enable-libsnappy --enable-libsrt --enable-libsvtav1 --enable-libtesseract --enable-libtheora --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid --enable-lzma --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libspeex --enable-libsoxr --enable-libzmq --enable-libzimg --disable-libjack --disable-indev=jack --enable-videotoolbox --enable-audiotoolbox
**libavutil** * *58.**2.100 / 58.**2.100
**libavcodec* * *60.**3.100 / 60.**3.100
**libavformat** *60.**3.100 / 60.**3.100
**libavdevice** *60.**1.100 / 60.**1.100
**libavfilter* * *9.**3.100 /**9.**3.100
**libswscale** * *7.**1.100 /**7.**1.100
**libswresample* *4. 10.100 /**4. 10.100
**libpostproc** *57.**1.100 / 57.**1.100
[avfoundation @ 0x7fe5ae0049c0]*Selected framerate (29.970030) is not supported by the device.
[avfoundation @ 0x7fe5ae0049c0]*Falling back to default.
[avfoundation @ 0x7fe5ae0049c0]*Selected pixel format (yuv420p) is not supported by the input device.
[avfoundation @ 0x7fe5ae0049c0]*Supported pixel formats:
[avfoundation @ 0x7fe5ae0049c0]***uyvy422
[avfoundation @ 0x7fe5ae0049c0]***yuyv422
[avfoundation @ 0x7fe5ae0049c0]***nv12
[avfoundation @ 0x7fe5ae0049c0]***0rgb
[avfoundation @ 0x7fe5ae0049c0]***bgr0
[avfoundation @ 0x7fe5ae0049c0]*Overriding selected pixel format to use uyvy422 instead.
Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!
+ Reply to Thread
Results 1 to 3 of 3
Thread
-
-
for the selected framerate error see here - https://stackoverflow.com/questions/38498599/webcam-with-ffmpeg-on-mac-selected-framer...upported-by-th
and for the error "Selected pixel format (yuv420p) is not supported by the input device"
try adding -pixel_format nv12 to your ffmpeg command.
Similar Threads
-
Problems converting a clip to 10-bit using ffmpeg
By rgr in forum Video ConversionReplies: 25Last Post: 13th Nov 2022, 19:29 -
problems with mapping of livestream with ffmpeg
By Caidking in forum Video Streaming DownloadingReplies: 2Last Post: 15th Jul 2022, 16:29 -
Problem with FFMPEG to capture the secondary monitor
By mgayo in forum Newbie / General discussionsReplies: 3Last Post: 5th Feb 2022, 05:17 -
Capture screen at 60 fps on Windows with ffmpeg
By qo4on in forum CapturingReplies: 2Last Post: 4th Jan 2022, 10:31 -
VHS directshow capture using ffmpeg
By vidblue in forum Newbie / General discussionsReplies: 8Last Post: 14th Dec 2021, 17:18