Advertisement
sam-zhang

Untitled

Dec 12th, 2011
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. root@ubuntu:~/work/opensource/mplayer/ffmpeg# ./ffmpeg -ss 00:00:50 -i /home/mfsmount/video_source/v/test/test.avi -vcodec libx264 -an -vf crop=1920:784:0:148 -scale 720x576 -frames 100 -y /home/output/test0.avi
  2. ffmpeg version N-31115-g1e19927, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Dec 7 2011 00:15:18 with gcc 4.4.3
  4. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libaacplus --enable-libass --enable-avfilter
  5. libavutil 51. 29. 1 / 51. 29. 1
  6. libavcodec 53. 38. 1 / 53. 38. 1
  7. libavformat 53. 22. 0 / 53. 22. 0
  8. libavdevice 53. 4. 0 / 53. 4. 0
  9. libavfilter 2. 50. 0 / 2. 50. 0
  10. libswscale 2. 1. 0 / 2. 1. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. Input #0, avi, from '/home/mfsmount/video_source/v/test/test.avi':
  13. Metadata:
  14. encoder : Lavf52.47.0
  15. Duration: 00:04:24.96, start: 0.000000, bitrate: 6662 kb/s
  16. Stream #0:0: Video: mpeg4 (Simple Profile) (XVID / 0x44495658), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 25 tbn, 25 tbc
  17. Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, s16, 320 kb/s
  18. Unrecognized option 'scale'
  19. Failed to set value '720x576' for option 'scale'
  20. root@ubuntu:~/work/opensource/mplayer/ffmpeg# ./ffmpeg -ss 00:00:50 -i /home/mfsmount/video_source/v/test/test.avi -vcodec libx264 -an -vf crop=1920:784:0:148 -scales 720x576 -frames 100 -y /home/output/test0.avi
  21. ffmpeg version N-31115-g1e19927, Copyright (c) 2000-2011 the FFmpeg developers
  22. built on Dec 7 2011 00:15:18 with gcc 4.4.3
  23. configuration: --enable-gpl --enable-libfaac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --enable-nonfree --enable-postproc --enable-version3 --enable-x11grab --enable-libaacplus --enable-libass --enable-avfilter
  24. libavutil 51. 29. 1 / 51. 29. 1
  25. libavcodec 53. 38. 1 / 53. 38. 1
  26. libavformat 53. 22. 0 / 53. 22. 0
  27. libavdevice 53. 4. 0 / 53. 4. 0
  28. libavfilter 2. 50. 0 / 2. 50. 0
  29. libswscale 2. 1. 0 / 2. 1. 0
  30. libpostproc 51. 2. 0 / 51. 2. 0
  31. Input #0, avi, from '/home/mfsmount/video_source/v/test/test.avi':
  32. Metadata:
  33. encoder : Lavf52.47.0
  34. Duration: 00:04:24.96, start: 0.000000, bitrate: 6662 kb/s
  35. Stream #0:0: Video: mpeg4 (Simple Profile) (XVID / 0x44495658), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 25 tbn, 25 tbc
  36. Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, s16, 320 kb/s
  37. Unrecognized option 'scales'
  38. Failed to set value '720x576' for option 'scales'
  39.  
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement