View Single Post
Old 25th March 2018, 19:45   #15  |  Link
qyot27
...?
 
qyot27's Avatar
 
Join Date: Nov 2005
Location: Florida
Posts: 1,420
Code:
FFmpegSource2("title.mxf",atrack=-1)
You might want to use ffmsindex to do the indexing separately, if the file's too big to do quickly:
Code:
ffmsindex -t -1 title.mxf
qyot27 is offline   Reply With Quote