View Single Post
Old 12th May 2009, 14:13   #1217  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
According to the doc for the command line use :

Quote:
-o filename Name of output index file, including the .dga extension.
it seems that this is not the case with both DGAVCIndex(NV) tools...I tried:
Code:
DGAVCIndexNV.exe -i "E:\myfile.ts" -o "E:\myfile" -a -e -h
and dga file extension is missing. On the other hand, if I specify dga file extension for output,
Code:
DGAVCIndexNV.exe -i "E:\myfile.ts" -o "E:\myfile.dga" -a -e -h
audio streams extracted have this extension in their file names. This is not the case for DGindex...

Is this intentional ?
Kurtnoise is offline