Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.80 KB | None | 0 0
  1. $ ffmpeg -i 20071130_000000_sany0027.mov -b:v 2M -c:v libvpx webp2.mp4    
  2. ffmpeg version 3.1.1 Copyright (c) 2000-2016 the FFmpeg developers
  3.   built with gcc 5.3.0 (GCC)
  4.   configuration: --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --docdir=/usr/doc/ffmpeg-3.1.1 --mandir=/usr/man --enable-gpl --enable-version3 --enable-avfilter --enable-avresample --enable-libass --enable-libdc1394 --enable-libgsm --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-postproc --enable-runtime-cpudetect --enable-vaapi --enable-vdpau --enable-memalign-hack --enable-pthreads --enable-x11grab --enable-bzlib --enable-zlib --enable-shared --enable-static --disable-debug --enable-gnutls --arch=x86_64 --enable-pic --extra-cflags='-I/tmp/build/tmp-ffmpeg/ffmpegdeps/usr/include -I/tmp/build/tmp-ffmpeg/ffmpegdeps/usr/include/SDL -DRUNTIME_CPUDETECT' --extra-ldflags='-L/tmp/build/tmp-ffmpeg/ffmpegdeps/usr/lib64 -ldl -lssl -lcrypto -lz -lusb' --pkg-config-flags=--static
  5.   libavutil      55. 28.100 / 55. 28.100
  6.   libavcodec     57. 48.101 / 57. 48.101
  7.   libavformat    57. 41.100 / 57. 41.100
  8.   libavdevice    57.  0.101 / 57.  0.101
  9.   libavfilter     6. 47.100 /  6. 47.100
  10.   libavresample   3.  0.  0 /  3.  0.  0
  11.   libswscale      4.  1.100 /  4.  1.100
  12.   libswresample   2.  1.100 /  2.  1.100
  13.   libpostproc    54.  0.100 / 54.  0.100
  14. Guessed Channel Layout for Input Stream #0.1 : mono
  15. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '20071130_000000_sany0027.mov':
  16.   Metadata:
  17.     creation_time   : 2005-09-01 00:00:00
  18.     original_format : Digital Camera
  19.     original_format-eng: Digital Camera
  20.     comment         : SANYO DIGITAL CAMERA E6
  21.     comment-eng     : SANYO DIGITAL CAMERA E6
  22.   Duration: 00:03:50.17, start: 0.000000, bitrate: 11365 kb/s
  23.     Stream #0:0(eng): Video: mjpeg (jpeg / 0x6765706A), yuvj422p(pc, bt470bg/unknown/unknown), 640x480, 11281 kb/s, 30 fps, 30 tbr, 600 tbn, 600 tbc (default)
  24.     Metadata:
  25.       creation_time   : 2005-09-01 00:00:00
  26.       encoder         : Photo - JPEG
  27.     Stream #0:1(eng): Audio: pcm_u8 (raw  / 0x20776172), 7875 Hz, 1 channels, u8, 63 kb/s (default)
  28.     Metadata:
  29.       creation_time   : 2005-09-01 00:00:00
  30. [swscaler @ 0x164d400] deprecated pixel format used, make sure you did set range correctly
  31. [libvpx @ 0x150d6e0] v1.5.0
  32. [aac @ 0x150ef20] Too many bits 8832.000000 > 6144 per frame requested, clamping to max
  33. [mp4 @ 0x14d2c80] Using AVStream.codec to pass codec parameters to muxers is deprecated, use AVStream.codecpar instead.
  34.     Last message repeated 1 times
  35. [mp4 @ 0x14d2c80] Could not find tag for codec vp8 in stream #0, codec not currently supported in container
  36. Output #0, mp4, to 'webp2.mp4':
  37.   Metadata:
  38.     comment-eng     : SANYO DIGITAL CAMERA E6
  39.     original_format : Digital Camera
  40.     original_format-eng: Digital Camera
  41.     comment         : SANYO DIGITAL CAMERA E6
  42.     encoder         : Lavf57.41.100
  43.     Stream #0:0(eng): Video: vp8 (libvpx), yuv420p, 640x480, q=-1--1, 2000 kb/s, 30 fps, 30 tbn, 30 tbc (default)
  44.     Metadata:
  45.       creation_time   : 2005-09-01 00:00:00
  46.       encoder         : Lavc57.48.101 libvpx
  47.     Side data:
  48.       cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
  49.     Stream #0:1(eng): Audio: aac (LC) ([64][0][0][0] / 0x0040), 8000 Hz, mono, fltp, 48 kb/s (default)
  50.     Metadata:
  51.       creation_time   : 2005-09-01 00:00:00
  52.       encoder         : Lavc57.48.101 aac
  53. Stream mapping:
  54.   Stream #0:0 -> #0:0 (mjpeg (native) -> vp8 (libvpx))
  55.   Stream #0:1 -> #0:1 (pcm_u8 (native) -> aac (native))
  56. Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
  57. [aac @ 0x150ef20] Qavg: -nan
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement