name with total
This commit is contained in:
parent
8ada6bc0ac
commit
d55458eaa4
@ -98,7 +98,7 @@ namespace videoRetailor
|
||||
foreach (var mi in mediaInfos)
|
||||
{
|
||||
Console.WriteLine($"going to export {string.Join(", ", mi.path)} as part {i}");
|
||||
FFMpeg.Join($"./{DateTime.Today.ToShortDateString()} part{i}.mp4",
|
||||
FFMpeg.Join($"./{DateTime.Today.ToShortDateString()} (part {i}/{mediaInfos.Count()}).mp4",
|
||||
mi.path.ToArray()
|
||||
);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user