Advertisement
Guest User

Untitled

a guest
May 27th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.49 KB | None | 0 0
  1. bartus@crunchbang:~/video$ ./encode_iriverx20.sh Archer\ S01E10.avi
  2. +++ dirname ./encode_iriverx20.sh
  3. ++ cd -P .
  4. ++ pwd
  5. + _lDIR=/home/bartus/video
  6. ++ pwd
  7. + export LD_LIBRARY_PATH=/home/bartus/video/../._src/ffmpeg-git/dist/linux64/lib/
  8. + LD_LIBRARY_PATH=/home/bartus/video/../._src/ffmpeg-git/dist/linux64/lib/
  9. + '[' -z 'Archer S01E10.avi' ']'
  10. + '[' -z '' ']'
  11. + bitrate=320
  12. + ../._src/ffmpeg-git/dist/linux64/bin/ffmpeg -i 'Archer S01E10.avi' -y -s 320x240 -r 25 -pass 1 -an -vcodec mpeg4 -vtag XVID -b 320k -bf 0 -mbd rd -flags mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 300 -f avi /dev/null
  13. ffmpeg version N-41065-gab7d6cb Copyright (c) 2000-2012 the FFmpeg developers
  14.   built on May 27 2012 13:10:01 with gcc 4.7.0
  15.   configuration: --prefix=/home/bartus/._src/ffmpeg-git/dist/linux64 --enable-gpl --enable-version3 --enable-nonfree --enable-x11grab --enable-frei0r --enable-libaacplus --enable-libass --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopencv --enable-libcdio --enable-libdc1394 --enable-libfaac --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-openal --enable-openssl --extra-cflags=-I/home/bartus/._src/ffmpeg-git/dist/linux64/include --extra-ldflags=-L/home/bartus/._src/ffmpeg-git/dist/linux64/lib --enable-shared --enable-pic
  16.   libavutil      51. 55.100 / 51. 55.100
  17.   libavcodec     54. 23.100 / 54. 23.100
  18.   libavformat    54.  6.101 / 54.  6.101
  19.   libavdevice    54.  0.100 / 54.  0.100
  20.   libavfilter     2. 77.100 /  2. 77.100
  21.   libswscale      2.  1.100 /  2.  1.100
  22.   libswresample   0. 15.100 /  0. 15.100
  23.   libpostproc    52.  0.100 / 52.  0.100
  24. Input #0, avi, from 'Archer S01E10.avi':
  25.   Duration: 00:20:35.44, start: 0.000000, bitrate: 1185 kb/s
  26.     Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 624x352 [SAR 1:1 DAR 39:22], 23.98 tbr, 23.98 tbn, 23.98 tbc
  27.     Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16, 32 kb/s
  28. Please use -b:a or -b:v, -b is ambiguous
  29. [buffer @ 0x187cf80] w:624 h:352 pixfmt:yuv420p tb:1001/24000 sar:1/1 sws_param:flags=2                                                                                                                            
  30. [buffersink @ 0x1888d60] No opaque field provided
  31. [scale @ 0x1888920] w:624 h:352 fmt:yuv420p sar:1/1 -> w:320 h:240 fmt:yuv420p sar:117/88 flags:0x4                                                                                                                
  32. Output #0, avi, to '/dev/null':
  33.   Metadata:
  34.     ISFT            : Lavf54.6.101
  35.     Stream #0:0: Video: mpeg4 (hq) (XVID / 0x44495658), yuv420p, 320x240 [SAR 117:88 DAR 39:22], q=2-31, 320 kb/s, 25 tbn, 25 tbc
  36. Stream mapping:
  37.   Stream #0:0 -> #0:0 (mpeg4 -> mpeg4)
  38. Press [q] to stop, [?] for help
  39. frame=29617 fps=124 q=2.0 Lsize=       0kB time=00:20:35.44 bitrate=   0.0kbits/s    
  40. video:48385kB audio:0kB global headers:0kB muxing overhead -100.000000%
  41. ++ basename 'Archer S01E10.avi'
  42. + ../._src/ffmpeg-git/dist/linux64/bin/ffmpeg -i 'Archer S01E10.avi' -y -s 320x240 -r 25 -pass 2 -vcodec mpeg4 -vtag XVID -b 320k -bf 0 -mbd rd -flags mv4+aic -trellis 2 -cmp 2 -subcmp 2 -g 300 -acodec libmp3lame -ar 44100 -ab 128k -ac 2 -f avi '/home/bartus/video/Archer S01E10.avi.iriverx20.avi'
  43. ffmpeg version N-41065-gab7d6cb Copyright (c) 2000-2012 the FFmpeg developers
  44.   built on May 27 2012 13:10:01 with gcc 4.7.0
  45.   configuration: --prefix=/home/bartus/._src/ffmpeg-git/dist/linux64 --enable-gpl --enable-version3 --enable-nonfree --enable-x11grab --enable-frei0r --enable-libaacplus --enable-libass --enable-libcelt --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopencv --enable-libcdio --enable-libdc1394 --enable-libfaac --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-openal --enable-openssl --extra-cflags=-I/home/bartus/._src/ffmpeg-git/dist/linux64/include --extra-ldflags=-L/home/bartus/._src/ffmpeg-git/dist/linux64/lib --enable-shared --enable-pic
  46.   libavutil      51. 55.100 / 51. 55.100
  47.   libavcodec     54. 23.100 / 54. 23.100
  48.   libavformat    54.  6.101 / 54.  6.101
  49.   libavdevice    54.  0.100 / 54.  0.100
  50.   libavfilter     2. 77.100 /  2. 77.100
  51.   libswscale      2.  1.100 /  2.  1.100
  52.   libswresample   0. 15.100 /  0. 15.100
  53.   libpostproc    52.  0.100 / 52.  0.100
  54. Input #0, avi, from 'Archer S01E10.avi':
  55.   Duration: 00:20:35.44, start: 0.000000, bitrate: 1185 kb/s
  56.     Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 624x352 [SAR 1:1 DAR 39:22], 23.98 tbr, 23.98 tbn, 23.98 tbc
  57.     Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16, 32 kb/s
  58. Please use -b:a or -b:v, -b is ambiguous
  59. [buffer @ 0x2524420] w:624 h:352 pixfmt:yuv420p tb:1001/24000 sar:1/1 sws_param:flags=2                                                                                                                            
  60. [buffersink @ 0x2523c80] No opaque field provided
  61. [scale @ 0x2523e40] w:624 h:352 fmt:yuv420p sar:1/1 -> w:320 h:240 fmt:yuv420p sar:117/88 flags:0x4                                                                                                                
  62. [aformat @ 0x2566920] auto-inserting filter 'auto-inserted resampler 0' between the filter 'src' and the filter 'aformat'
  63. [aresample @ 0x2567c00] chl:stereo fmt:s16 r:48000Hz -> chl:stereo fmt:s16 r:44100Hz
  64. Output #0, avi, to '/home/bartus/video/Archer S01E10.avi.iriverx20.avi':
  65.   Metadata:
  66.     ISFT            : Lavf54.6.101
  67.     Stream #0:0: Video: mpeg4 (hq) (XVID / 0x44495658), yuv420p, 320x240 [SAR 117:88 DAR 39:22], q=2-31, 320 kb/s, 25 tbn, 25 tbc
  68.     Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, s16, 128 kb/s
  69. Stream mapping:
  70.   Stream #0:0 -> #0:0 (mpeg4 -> mpeg4)
  71.   Stream #0:1 -> #0:1 (mp3 -> libmp3lame)
  72. Press [q] to stop, [?] for help
  73. frame=29617 fps= 96 q=2.0 Lsize=   69548kB time=00:20:35.44 bitrate= 461.2kbits/s    
  74. video:48385kB audio:19304kB global headers:0kB muxing overhead 2.745349%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement