Advertisement
Guest User

Untitled

a guest
Jan 12th, 2013
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Input:
  2. ffmpeg -i "Alvin.avi" -r 65535/2733 -vcodec mpeg4 -vtag XVID -q:v 8 -vf "scale=480:-1" -an -y "video_out.mp4"
  3.  
  4.  
  5.  
  6. Output:
  7. cha0s@cha0s-HP-G62-Notebook-PC:~/Desktop/Conversion$ ffmpeg -i "Alvin.avi" -r 65535/2733 -vcodec mpeg4 -vtag XVID -q:v 8 -vf "scale=480:-1" -an -y "video_out.mp4"
  8. ffmpeg version 0.8.4-4:0.8.4-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
  9. built on Nov 6 2012 16:51:33 with gcc 4.6.3
  10. *** THIS PROGRAM IS DEPRECATED ***
  11. This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.
  12. [mpeg4 @ 0xba99a0] Invalid and inefficient vfw-avi packed B frames detected
  13. Input #0, avi, from 'Alvin.avi':
  14. Metadata:
  15. encoder : Nandub v1.0rc2
  16. Duration: 01:24:57.64, start: 0.000000, bitrate: 1151 kb/s
  17. Stream #0.0: Video: mpeg4 (Simple Profile), yuv420p, 624x336 [PAR 1:1 DAR 13:7], 25 tbr, 25 tbn, 25 tbc
  18. Stream #0.1: Audio: mp3, 48000 Hz, stereo, s16, 130 kb/s
  19. Unrecognized option 'q:v'
  20. Failed to set value '8' for option 'q:v'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement