Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.07 KB | None | 0 0
  1. dion@epicbox /tmp $ ffmpeg -i 1900-2500.avi -target ntsc-dvd -vf 'scale=720:-1,pad=720:480:(ow-iw)/2:(oh-ih)/2,setdar=16:9' -qscale 3 output.mpg
  2. ffmpeg version 0.9.1, Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jan 6 2012 18:48:01 with gcc 4.5.3
  4. configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --ar=x86_64-pc-linux-gnu-ar --optflags='-march=native -O2 -pipe' --extra-cflags='-march=native -O2 -pipe' --extra-cxxflags='-march=native -O2 -pipe' --disable-static --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --disable-stripping --disable-debug --disable-doc --disable-network --disable-vaapi --disable-vdpau --enable-libmp3lame --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libtheora --enable-libvorbis --enable-libx264 --enable-libxvid --disable-indev=v4l --disable-indev=oss --disable-indev=jack --enable-x11grab --disable-outdev=oss --enable-pthreads --enable-libopencore-amrwb --enable-libopencore-amrnb --disable-amd3dnow --disable-amd3dnowext --disable-altivec --disable-avx --disable-vis --disable-neon --disable-iwmmxt --cpu=host --enable-hardcoded-tables
  5. libavutil 51. 32. 0 / 51. 32. 0
  6. libavcodec 53. 42. 4 / 53. 42. 4
  7. libavformat 53. 24. 2 / 53. 24. 2
  8. libavdevice 53. 4. 0 / 53. 4. 0
  9. libavfilter 2. 53. 0 / 2. 53. 0
  10. libswscale 2. 1. 0 / 2. 1. 0
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. Input #0, avi, from '1900-2500.avi':
  13. Metadata:
  14. encoder : Lavf53.5.0
  15. Duration: 00:00:23.96, start: 0.000000, bitrate: 5721 kb/s
  16. Stream #0:0: Video: theora (theo / 0x6F656874), yuv420p, 1200x500 [SAR 1:1 DAR 12:5], 25 tbr, 25 tbn, 25 tbc
  17. Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 44100 Hz, stereo, s16, 192 kb/s
  18. File 'output.mpg' already exists. Overwrite ? [y/N] y
  19. w:1200 h:500 pixfmt:yuv420p tb:1/1000000 sar:1/1 sws_param:
  20. [setdar @ 0x156f6e0] a:16/9
  21. [scale @ 0x140e000] w:1200 h:500 fmt:yuv420p -> w:720 h:480 fmt:yuv420p flags:0x4
  22. [scale @ 0x156eb30] w:720 h:480 fmt:yuv420p -> w:720 h:480 fmt:yuv420p flags:0x4
  23. [pad @ 0x156f020] w:720 h:480 -> w:720 h:480 x:0 y:0 color:0x108080FF[yuva]
  24. [setdar @ 0x156f6e0] w:720 h:480 -> dar:16/9 sar:32/27
  25. Incompatible sample format 's16' for codec 'ac3', auto-selecting format 'flt'
  26. Output #0, dvd, to 'output.mpg':
  27. Metadata:
  28. encoder : Lavf53.24.2
  29. Stream #0:0: Video: mpeg2video, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 6000 kb/s, 90k tbn, 29.97 tbc
  30. Stream #0:1: Audio: ac3, 48000 Hz, stereo, flt, 448 kb/s
  31. Stream mapping:
  32. Stream #0:0 -> #0:0 (theora -> mpeg2video)
  33. Stream #0:1 -> #0:1 (mp3 -> ac3)
  34. Press [q] to stop, [?] for help
  35. [mpeg2video @ 0x140ebc0] rc buffer underflow
  36. frame= 718 fps= 27 q=3.0 Lsize= 9670kB time=00:00:23.92 bitrate=3311.2kbits/s dup=245 drop=0
  37. video:8104kB audio:1311kB global headers:0kB muxing overhead 2.706367%
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. dion@epicbox /tmp $ mplayer output.mpg
  45. MPlayer SVN-r34537 (Gentoo)-4.5.3 (C) 2000-2012 MPlayer Team
  46. MMX2 supported but disabled
  47. 3DNow supported but disabled
  48. 3DNowExt supported but disabled
  49.  
  50. Playing output.mpg.
  51. libavformat version 53.24.2 (external)
  52. MPEG-PS file format detected.
  53. VIDEO: MPEG2 720x480 (aspect 3) 29.970 fps 9000.0 kbps (1125.0 kbyte/s)
  54. Load subtitles in ./
  55. ==========================================================================
  56. Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
  57. libavcodec version 53.42.4 (external)
  58. Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
  59. ==========================================================================
  60. ==========================================================================
  61. Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
  62. AUDIO: 48000 Hz, 2 ch, s16le, 448.0 kbit/29.17% (ratio: 56000->192000)
  63. Selected audio codec: [ffac3] afm: ffmpeg (FFmpeg AC-3)
  64. ==========================================================================
  65. AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
  66. Starting playback...
  67. [ac3 @ 0x7f4a12769000]frame CRC mismatch
  68. [ac3 @ 0x7f4a12769000]frame sync error
  69. [VD_FFMPEG] Trying pixfmt=0.
  70. Could not find matching colorspace - retrying with -vf scale...
  71. Opening video filter: [scale]
  72. The selected video_out device is incompatible with this codec.
  73. Try appending the scale filter to your filter list,
  74. e.g. -vf spp,scale instead of -vf spp.
  75. [VD_FFMPEG] Trying pixfmt=1.
  76. Could not find matching colorspace - retrying with -vf scale...
  77. Opening video filter: [scale]
  78. The selected video_out device is incompatible with this codec.
  79. Try appending the scale filter to your filter list,
  80. e.g. -vf spp,scale instead of -vf spp.
  81. Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
  82. VO: [gl2] 720x480 => 854x480 Planar YV12
  83. [gl2] You have OpenGL >= 1.2 capable drivers, GOOD (16bpp and BGR is ok!)
  84. [gl2] antialiasing off
  85. [gl2] bilinear linear
  86. A: 4.0 V: 4.0 A-V: -0.001 ct: 0.004 92/ 92 32% 10% 2.0% 0 0
  87. [ac3 @ 0x7f4a12769000]frame sync error
  88. A: 17.8 V: 17.8 A-V: -0.001 ct: 0.052 211/211 32% 11% 2.0% 0 0
  89.  
  90. Exiting... (Quit)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement