Advertisement
Guest User

Untitled

a guest
Dec 10th, 2012
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. ffmpeg -map 0:1:2 -map 0:2:1 -i test.avi test1.avi
  2. ffmpeg version 0.8.4-4:0.8.4-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
  3. built on Nov 6 2012 16:50:25 with gcc 4.6.3
  4. *** THIS PROGRAM IS DEPRECATED ***
  5. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  6. Input #0, avi, from 'test.avi':
  7. Metadata:
  8. encoder : VirtualDubMod 1.5.4.1 (build 2178/release)
  9. IAS1 : Deutsch
  10. IAS2 : English
  11. Duration: 00:24:33.16, start: 0.000000, bitrate: 1418 kb/s
  12. Stream #0.0: Video: mpeg4 (Advanced Simple Profile), yuv420p, 576x432 [PAR 1:1 DAR 4:3], 25 tbr, 25 tbn, 25 tbc
  13. Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 104 kb/s
  14. Stream #0.2: Audio: mp3, 48000 Hz, stereo, s16, 102 kb/s
  15. File 'test1.avi' already exists. Overwrite ? [y/N] y
  16. Could not find sync stream #2.0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement