public abstract class BaseVideoConverter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static Pattern |
DURATION_PATTERN |
| Constructor and Description |
|---|
BaseVideoConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected static Double |
extractDuration(List<String> output)
Deprecated.
since 5.5. The duration is now extracted with the other information stored in the VideoInfo.
|
static String |
quoteFilePath(String filePath)
Deprecated.
since 5.5.
|
protected static final Pattern DURATION_PATTERN
public BaseVideoConverter()
@Deprecated protected static Double extractDuration(List<String> output) throws ConversionException
ConversionException@Deprecated public static String quoteFilePath(String filePath)
Copyright © 2016 Nuxeo SA. All rights reserved.