Advertisement
Guest User

Untitled

a guest
Feb 11th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.21 KB | None | 0 0
  1. coffee$ ffmpeg -i "The Ugly Truth (2009)-720p-.mp4" -vcodec copy -an theugly-test.mp4
  2. ffmpeg version 1.1 Copyright (c) 2000-2013 the FFmpeg developers
  3.   built on Jan 10 2013 17:51:32 with gcc 4.2.1 (GCC) (Apple Inc. build 5666) (dot 3)
  4.   configuration: --prefix=/usr/local/Cellar/ffmpeg/1.1 --enable-shared --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --cc=/usr/bin/gcc-4.2 --host-cflags='-Os -w -pipe -march=core2 -msse4.1 -mmacosx-version-min=10.6' --host-ldflags=-L/usr/local/lib --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
  5.   libavutil      52. 13.100 / 52. 13.100
  6.   libavcodec     54. 86.100 / 54. 86.100
  7.   libavformat    54. 59.106 / 54. 59.106
  8.   libavdevice    54.  3.102 / 54.  3.102
  9.   libavfilter     3. 32.100 /  3. 32.100
  10.   libswscale      2.  1.103 /  2.  1.103
  11.   libswresample   0. 17.102 /  0. 17.102
  12.   libpostproc    52.  2.100 / 52.  2.100
  13. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x10180e800] stream 0, timescale not set
  14. [mov,mp4,m4a,3gp,3g2,mj2 @ 0x10180e800] max_analyze_duration 5000000 reached at 5005000
  15. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'The Ugly Truth (2009)-720p-.mp4':
  16.   Metadata:
  17.     major_brand     : isom
  18.     minor_version   : 1
  19.     compatible_brands: isomavc1
  20.     creation_time   : 2012-03-25 18:02:54
  21.     title           : The Ugly Truth
  22.     date            : 2009-5-8T00:00:00Z
  23.     description     : A romantically challenged morning show producer is reluctantly embroiled in a series of outrageous tests by her chauvinistic correspondent to prove his theories on relationships and help her find love. His clever ploys, however, lead to an unexpected resu
  24.     hd_video        : 1
  25.     media_type      : 9
  26.   Duration: 01:35:57.99, start: 0.000000, bitrate: 2102 kb/s
  27.     Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 2027 kb/s, 23.98 fps, 23.98 tbr, 96k tbn, 47.95 tbc
  28.     Metadata:
  29.       creation_time   : 2012-03-25 18:02:54
  30.       handler_name    : 8
  31.     Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 22050 Hz, stereo, fltp, 63 kb/s
  32.     Metadata:
  33.       creation_time   : 2012-03-25 18:04:07
  34.       handler_name    : GPAC ISO Audio Handler
  35.     Stream #0:2: Video: png, rgb24, 1777x2640 [SAR 11811:11811 DAR 1777:2640], 90k tbr, 90k tbn, 90k tbc
  36. Output #0, mp4, to 'theugly-test.mp4':
  37.   Metadata:
  38.     major_brand     : isom
  39.     minor_version   : 1
  40.     compatible_brands: isomavc1
  41.     media_type      : 9
  42.     title           : The Ugly Truth
  43.     date            : 2009-5-8T00:00:00Z
  44.     description     : A romantically challenged morning show producer is reluctantly embroiled in a series of outrageous tests by her chauvinistic correspondent to prove his theories on relationships and help her find love. His clever ploys, however, lead to an unexpected resu
  45.     hd_video        : 1
  46.     encoder         : Lavf54.59.106
  47.     Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 2027 kb/s, 23.98 fps, 96k tbn, 96k tbc
  48.     Metadata:
  49.       creation_time   : 2012-03-25 18:02:54
  50.       handler_name    : 8
  51. Stream mapping:
  52.   Stream #0:0 -> #0:0 (copy)
  53. Press [q] to stop, [?] for help
  54. frame= 1234 fps=0.0 q=-1.0 size=   10391kB time=00:00:51.42 bitrate=1655.3kbits/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement