[FFmpeg-user] Failed to open codec in avformat_find_stream_info
Ted Park
kumowoon1025 at gmail.com
Wed Apr 1 05:49:04 EEST 2020
Hi,
> C:\CMD & tiny apps\ffmpeg>ffmpeg -i B:\BDMV\STREAM\00000.m2ts -vf "telecine=pattern=5555,bwdif=mode=send_frame" -avoid_negative_ts 1 -analyzeduration 80000000 -probesize 80000000 -c:v libx265 -crf 20 -preset medium -c:a copy -c:s copy C:\AVOut\8.MKV
Not sure how this translates windows’ model of devices and how aacs is handled, but here is the man page section on libbluray which is implemented as a protocol.
bluray
Read BluRay playlist.
The accepted options are:
angle
BluRay angle
chapter
Start chapter (1...N)
playlist
Playlist to read (BDMV/PLAYLIST/?????.mpls)
Examples:
Read longest playlist from BluRay mounted to /mnt/bluray:
bluray:/mnt/bluray
Read angle 2 of playlist 4 from BluRay mounted to /mnt/bluray, start from chapter 2:
-playlist 4 -angle 2 -chapter 2 bluray:/mnt/bluray
Not By
Regards,
Ted Park
More information about the ffmpeg-user
mailing list