|
VLCKit
|
#import <VLCTranscoder.h>
Instance Methods | |
| (BOOL) | - reencodeAndMuxSRTFile:toMP4File:outputPath: |
Properties | |
| id< VLCTranscoderDelegate > | delegate |
Provides an object to convert a subtitle file and moviefile into one.
| - (BOOL) reencodeAndMuxSRTFile: | (NSString *) | srtPath | |
| toMP4File: | (NSString *) | mp4Path | |
| outputPath: | (NSString *) | outPath | |
Reencode and remuxes an srt and mp4 file to an mkv file with embedded subtitles either with VideoToolbox-based H264 encoding or VP80 is Videotoolbox is not available
| srtPath | path to srt file |
| mp4Path | path to mp4 file |
| outPath | path where the new file should be written to |
|
readwritenonatomicweak |
the delegate object implementing the optional protocol
1.8.17