OpenWatch / FFmpegWrapper

A lightweight Objective-C wrapper for some FFmpeg libav functions
Other
179 stars 54 forks source link

Not Playing in Quicktime #12

Open harsha1148 opened 9 years ago

harsha1148 commented 9 years ago

Hi,

I set output options as follows. NSDictionary *options = @{kFFmpegOutputFormatKey: @"mpegts"}; Then the output files not paying in QuickTime. Is it limitation in the library or is there anything I need to set to play output file in QuickTime player.

Thanks,