View difference between Paste ID: VSZdTfvt and 9qptrA9U
SHOW: | | - or go back to the newest paste.
1
cbrakhage@sidetick-8:~/sidetick.tv/tmp$ ffmpeg -i TheTouch.mp4ffmpeg version 0.10.2 Copyright (c) 2000-2012 the FFmpeg developers  built on Apr  6 2012 15:12:42 with gcc 4.3.2
2
  configuration: --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared --enable-nonfree --enable-libtheora --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-gpl --enable-libfaac
3
  libavutil      51. 35.100 / 51. 35.100
4
  libavcodec     53. 61.100 / 53. 61.100
5
  libavformat    53. 32.100 / 53. 32.100
6
  libavdevice    53.  4.100 / 53.  4.100
7
  libavfilter     2. 61.100 /  2. 61.100
8
  libswscale      2.  1.100 /  2.  1.100
9
  libswresample   0.  6.100 /  0.  6.100
10
  libpostproc    52.  0.100 / 52.  0.100
11
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'TheTouch.mp4':
12
  Metadata:
13
    major_brand     : mp42
14
    minor_version   : 0
15
    compatible_brands: mp42mp41
16
    creation_time   : 2012-03-06 21:46:24
17
  Duration: 01:49:30.47, start: 0.000000, bitrate: 1182 kb/s
18
    Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 720x480 [SAR 10:11 DAR 15:11], 988 kb/s, 29.97 fps, 29.97 tbr, 29970 tbn, 59.94 tbc
19
    Metadata:
20
      creation_time   : 2012-03-06 21:46:24
21
      handler_name    : Mainconcept MP4 Video Media Handler
22
    Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 189 kb/s
23
    Metadata:
24
      creation_time   : 2012-03-06 21:46:24
25-
      handler_name    : Mainconcept MP4 Sound Media Handler
25+
      handler_name    : Mainconcept MP4 Sound Media Handler
26
27
##### FORMATS #####
28
$formats = array();
29
$formats[] = array(
30
	'bitrate' => '1200',
31
	'resolution' => array('width'=>1280),
32
);
33
$formats[] = array(
34
	'bitrate' => '700',
35
	'resolution' => array('width'=>640),
36
);
37
$formats[] = array(
38
	'bitrate' => '400',
39
	'resolution' => array('width'=>360),
40
);