Changes between Version 19 and Version 20 of FFmpeg
- Timestamp:
- Feb 5, 2013, 10:40:22 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FFmpeg
v19 v20 48 48 Encoding for iPhone and iPad: http://stackoverflow.com/questions/12281774/generate-m3u8-file-with-extended-m3u-directives-by-ffmpeg: 49 49 ffmpeg -i sourcefile.mp4 -vcodec libx264 -acodec libvo_aacenc -b:v 128k -flags -global_header -map 0:0 -map 0:1 -f segment -segment_time 4 -segment_list_size 0 -segment_list testlist.m3u8 -segment_format mpegts stream%05d.ts 50 51 = paid solutions = 52 * http://www.unified-streaming.com/ 53 * http://www.evostream.com/ 54 * http://www.wowza.com/ 55 56 = Open Source = 57 * http://www.red5.org