Commit 1fd7d70a authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

VLCKit: QuickTime doesn't support mp4v but h264 in mp4.

parent d2b9c3af
......@@ -69,7 +69,7 @@
{
return [self streamOutputWithOptionDictionary:[NSDictionary dictionaryWithObjectsAndKeys:
[NSDictionary dictionaryWithObjectsAndKeys:
@"mp4v", @"videoCodec",
@"h264", @"videoCodec",
@"1024", @"videoBitrate",
@"mp4a", @"audioCodec",
@"192", @"audioBitrate",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment