Changes between Initial Version and Version 3 of Ticket #5843
- Timestamp:
- Sep 12, 2016, 10:18:42 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5843
- Property Analyzed by developer unset
- Property Component ffmpeg → undetermined
- Property Version 3.0.2 → unspecified
-
Ticket #5843 – Description
initial v3 2 2 I am trying to transcode swf to mpegts format,But I failed. 3 3 Use the tool to analysis SWF file: 4 4 {{{ 5 5 <?xml version="1.0" encoding="utf-8"?> 6 6 <SWF type="CWS" Version="9" FileLength="257819" width="640" height="480" FrameRate="18" FrameCount="270"> … … 10 10 </tags> 11 11 </SWF> 12 }}} 12 13 ,It says the file have 270 frames,buf FFmpeg only decoded one Frame 13 14 {{{


