View Single Post
Old 26th March 2018, 09:39   #17  |  Link
zdoe
Registered User
 
Join Date: Mar 2018
Posts: 9
Quote:
Originally Posted by qyot27 View Post
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
is there a way to define multiple tracks in "atrack?" i got 4 in the source, and need at least 2 in the target?

otherwise i'll have to do FFvideo/FFaudio -Source, but that needs multiple references to the source file - which worries me because of the ultimate result - recursion.

indexing time doesn't worry me that much - the batch can run overnight if i get it to work.
zdoe is offline   Reply With Quote