Advertisement
Guest User

Untitled

a guest
Apr 16th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. ffmpeg -i /home/vallisrinivas/IMAX\ Deep\ Sea\ 3D\ 1080p\ Half-SBS\ AC3.mkv -vf mp=stereo3d -acodec copy -threads 10 -b:v 10000k -preset ultrafast -vcodec libx264 ~/test2.mkv
  2. ffmpeg version 0.7.12, Copyright (c) 2000-2011 the FFmpeg developers
  3. built on Jun 13 2012 15:51:52 with gcc 4.5.2
  4. configuration: --prefix=/usr --enable-shared --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-x11grab --enable-runtime-cpudetect --enable-libdc1394 --enable-libschroedinger --enable-librtmp --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-nonfree --enable-libfaac --enable-libxvid
  5. libavutil 50. 43. 0 / 50. 43. 0
  6. libavcodec 52.123. 0 / 52.123. 0
  7. libavformat 52.111. 0 / 52.111. 0
  8. libavdevice 52. 5. 0 / 52. 5. 0
  9. libavfilter 1. 80. 0 / 1. 80. 0
  10. libswscale 0. 14. 1 / 0. 14. 1
  11. libpostproc 51. 2. 0 / 51. 2. 0
  12. [matroska,webm @ 0x7b40e0] Estimating duration from bitrate, this may be inaccurate
  13.  
  14. Seems stream 0 codec frame rate differs from container frame rate: 95.90 (40000000/417083) -> 48.00 (48/1)
  15. Input #0, matroska,webm, from '/home/vallisrinivas/IMAX Deep Sea 3D 1080p Half-SBS AC3.mkv':
  16. Duration: 00:40:49.76, start: 0.000000, bitrate: 64 kb/s
  17. Stream #0.0: Video: h264 (Constrained Baseline), yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 47.95 fps, 48 tbr, 1k tbn, 95.90 tbc (default)
  18. Stream #0.1: Audio: ac3, 44100 Hz, stereo, s16, 64 kb/s (default)
  19. Unrecognized option 'b:v'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement