Changes between Initial Version and Version 1 of Ticket #2467
- Timestamp:
- Apr 13, 2013, 6:07:04 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2467 – Description
initial v1 7 7 8 8 How to reproduce: 9 9 {{{ 10 10 ffmpeg -i greenscreen2.mp4 -itsoffset 2 -i hero.mp4 -filter_complex '[1:0]scale=iw/2:ih/2[out];[0:0][out]overlay' -report -y mytest.mp4 11 11 ffmpeg started on 2013-04-13 at 14:53:35 … … 105 105 [libx264 @ 0x329acc0] ref B L1: 96.3% 3.7% 106 106 [libx264 @ 0x329acc0] kb/s:657.71 107 107 }}} 108 108 I will attach the full report log.