Advertisement
Guest User

Untitled

a guest
Nov 26th, 2012
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. C:\cli>ffmpeg\bin\ffmpeg.exe -i "V:\infile.mpg"
  2. ffmpeg version N-46469-gc995644 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Nov 5 2012 17:56:17 with gcc 4.7.2 (GCC)
  4. configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-pthreads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --en
  5. able-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libopus --e
  6. nable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --e
  7. nable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  8. libavutil 52. 5.100 / 52. 5.100
  9. libavcodec 54. 71.100 / 54. 71.100
  10. libavformat 54. 36.100 / 54. 36.100
  11. libavdevice 54. 3.100 / 54. 3.100
  12. libavfilter 3. 21.106 / 3. 21.106
  13. libswscale 2. 1.102 / 2. 1.102
  14. libswresample 0. 16.100 / 0. 16.100
  15. libpostproc 52. 1.100 / 52. 1.100
  16. Guessed Channel Layout for Input Stream #0.1 : stereo
  17. Input #0, mpeg, from 'V:\infile.mpg':
  18. Duration: 00:21:00.64, start: 0.382122, bitrate: 38039 kb/s
  19. Stream #0:0[0x1e0]: Video: mpeg2video (High), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 25 fps, 25 tbr, 90k tbn, 50 tbc
  20. Stream #0:1[0xa0]: Audio: pcm_s16be, 48000 Hz, stereo, s16, 1536 kb/s
  21. At least one output file must be specified
  22.  
  23. C:\cli>ffmpeg\bin\ffmpeg.exe -i "V:\outfile.m2v"
  24. ffmpeg version N-46469-gc995644 Copyright (c) 2000-2012 the FFmpeg developers
  25. built on Nov 5 2012 17:56:17 with gcc 4.7.2 (GCC)
  26. configuration: --disable-static --enable-shared --enable-gpl --enable-version3 --disable-pthreads --enable-runtime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --en
  27. able-libass --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-libnut --enable-libopenjpeg --enable-libopus --e
  28. nable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libutvideo --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --e
  29. nable-libx264 --enable-libxavs --enable-libxvid --enable-zlib
  30. libavutil 52. 5.100 / 52. 5.100
  31. libavcodec 54. 71.100 / 54. 71.100
  32. libavformat 54. 36.100 / 54. 36.100
  33. libavdevice 54. 3.100 / 54. 3.100
  34. libavfilter 3. 21.106 / 3. 21.106
  35. libswscale 2. 1.102 / 2. 1.102
  36. libswresample 0. 16.100 / 0. 16.100
  37. libpostproc 52. 1.100 / 52. 1.100
  38. [mpegvideo @ 0063e960] Estimating duration from bitrate, this may be inaccurate
  39. Input #0, mpegvideo, from 'V:\outfile.m2v':
  40. Duration: N/A, bitrate: N/A
  41. Stream #0:0: Video: mpeg2video (High), yuv420p, 720x576 [SAR 16:15 DAR 4:3], 25 fps, 25 tbr, 1200k tbn, 50 tbc
  42. At least one output file must be specified
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement