[FFmpeg-user] V210 to MKV transcoding issue

Kieran O Leary kieran.o.leary at gmail.com
Fri Apr 4 19:57:01 EEST 2025


Hi,

On Fri 4 Apr 2025 at 15:29, Sherbini, Leila <sherbini at msu.edu> wrote:

> Hey folks!
>
> I’ve been having issues with transcoding v210 mov files into mkv using
> ffmpeg.


Are other export formats available working correctly for these same v210s
or is it just ffv1/mkv that you’re seeing the issue with?


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


Can you post the complete terminal output including the actual command
used? Perhaps there’s other issues further up. I’m not able to figure this
out but it looks to me like there could be an issue with the command or the
input files? Weird that it works fine on an older Mac though.

Best,

Kieran O’Leary
National Library of Ireland




>
> 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
> sherbini at msu.edu
> she / her / hers What’s this?<https://gscc.msu.edu/education/pronouns.html
> >
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
>


More information about the ffmpeg-user mailing list