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

_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to