Hey folks! I’ve been having issues with transcoding v210 mov files into mkv using ffmpeg. Every time I try I get the following error:
[in#0/mov,mp4,3gp,3pg2,mj2 @ 0x600000b5cd00] Error during demuxing : Device not configured [[in#0/mov,mp4,3gp,3pg2,mj2 @ 0x600000b5cd00] Error retrieving a packet from demuxer: Device not configured [out#0/matroska @ 0x60000025c780] Error closing file: Bad file descriptor This is issue has been happening on an iMac with an OS of Sequoia 15.3.2 and the same error has occurred with ffmpeg versions 7.1.1 and 6.1.2. On a different iMac running Mojave 10.14.6 OS and ffmpeg version 5.0 the transcode goes through fine. This is the script I’m using: ffmpeg -i input_file -map 0 -dn -c:v ffv1 -level 3 -g 1 -slicecrc 1 -slices 16 -c:a copy output_file.mkv -f framemd5 -an framemd5_output_file Any ideas as to what the issue is and how to fix it? Any insight is appreciated! Best, Leila -- Leila Sherbini | Media Preservation Resident Librarian Michigan State University Libraries sherb...@msu.edu she / her / hers What’s this?<https://gscc.msu.edu/education/pronouns.html> _______________________________________________ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".