Changes between Initial Version and Version 1 of Ticket #1618
- Timestamp:
- 08/08/2012 11:16:40 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1618
- Property Version changed from unspecified to git-master
- Property Component changed from FFmpeg to undetermined
-
Ticket #1618 – Description
initial v1 9 9 A.1 Resizing to 425x300 10 10 * COMMAND LINE: 11 {{{ 11 12 ffmpeg.exe -i "Duracell10sec_Cutdow__ulydCDCD.wmv" -vf "scale=427:239,pad=427:300:0:30,setdar=427:300" -y -b:v 400k -r 49.75 -ar 44100 -acodec libmp3lame -vcodec libx264 -ac 2 "Duracell10sec_Cutdow__ulydCDCD4_TMP.mp4" 12 13 }}} 13 14 * OUTPUT: 15 {{{ 14 16 ffmpeg version N-43206-gf857465 Copyright (c) 2000-2012 the FFmpeg developers 15 17 built on Aug 4 2012 16:10:39 with gcc 4.7.1 (GCC) … … 40 42 [Parsed_scale_0 @ 01fe7260] Failed to configure input pad on Parsed_pad_1 41 43 Error opening filters! 42 44 }}} 43 45 B. File "fishermans_friendCD_720_xvid.avi" 44 46 B.1 Resizing to 425x300 45 47 * COMMAND LINE: 48 {{{ 46 49 ffmpeg.exe -i "fishermans_friendCD_720_xvid.avi" -vf "scale=425:239,pad=425:300:0:30,setdar=425:300" -y -b:v 400k -r 25 -ar 44100 -ab 128 -acodec libmp3lame -vcodec libx264 -ac 2 "fishermans_friendCD_720_xvid4_TMP.mp4" 47 50 }}} 48 51 * OUTPUT: 52 {{{ 49 53 ffmpeg version N-43206-gf857465 Copyright (c) 2000-2012 the FFmpeg developers 50 54 built on Aug 4 2012 16:10:39 with gcc 4.7.1 (GCC) … … 70 74 [Parsed_scale_0 @ 03fd5940] Failed to configure input pad on Parsed_pad_1 71 75 Error opening filters! 72 76 }}} 73 77 ### FILES 74 78 A. "Duracell10sec_Cutdow__ulydCDCD.wmv" 75 79 * OUTPUT: 80 {{{ 76 81 ffmpeg version N-43206-gf857465 Copyright (c) 2000-2012 the FFmpeg developers 77 82 built on Aug 4 2012 16:10:39 with gcc 4.7.1 (GCC) … … 144 149 At least one output file must be specified 145 150 [AVIOContext @ 01fb14e0] Statistics: 262144 bytes read, 0 seeks 146 151 }}} 147 152 B. "fishermans_friendCD_720_xvid.avi" 148 153 * OUTPUT: 154 {{{ 149 155 ffmpeg version N-43206-gf857465 Copyright (c) 2000-2012 the FFmpeg developers 150 156 built on Aug 4 2012 16:10:39 with gcc 4.7.1 (GCC) … … 175 181 At least one output file must be specified 176 182 [AVIOContext @ 023514c0] Statistics: 184008 bytes read, 7 seeks 183 }}}


