Advertisement
Shimmy

MP-1827

Apr 30th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.33 KB | None | 0 0
  1. >ffmpeg -i native.avi
  2. ... trimmed ...
  3. Input #0, avi, from 'native.avi':
  4.   Metadata:
  5.     encoder         : MEncoder dev-SVN-r27958-4.2.2
  6.   Duration: 00:01:15.83, start: 0.000000, bitrate: 414 kb/s
  7.     Stream #0:0: Video: mpeg4 (Simple Profile) (XVID / 0x44495658), yuv420p, 160x128 [SAR 1:1 DAR 5:4], SAR 65536:65535
  8. DAR 16384:13107, 15 tbr, 15 tbn, 15 tbc
  9.     Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 44100 Hz, stereo, s16, 128 kb/s
  10. ******************************************************************************
  11. >ffmpeg -i avisample.avi -vtag XVID -vcodec libxvid -s 160x128 -aspect 5:4 -r 15 -acodec mp2 -ar 44100 -ac 2 -ab 128k output.avi
  12. ******************************************************************************
  13. >ffmpeg -i output.avi
  14. ... trimmed ...
  15. Input #0, avi, from 'output.avi':
  16.   Metadata:
  17.     comment         : Footage: Small World Productions, Inc; Tourism New Zealand | Producer: Gary F. Spradling | Music:
  18. Steve Ball
  19.     copyright       : ┬⌐ 2008 Microsoft Corporation
  20.     title           : Wildlife in HD
  21.     encoder         : Lavf54.3.100
  22.   Duration: 00:00:30.17, start: 0.000000, bitrate: 352 kb/s
  23.     Stream #0:0: Video: mpeg4 (Simple Profile) (XVID / 0x44495658), yuv420p, 160x128 [SAR 1:1 DAR 5:4], 15 tbr, 15 tbn,
  24. 15 tbc
  25.     Stream #0:1: Audio: mp2 (P[0][0][0] / 0x0050), 44100 Hz, stereo, s16, 128 kb/s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement