Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.42 KB | None | 0 0
  1. ffmpeg -i cloud_atlas.mp4 -flags2 fast -preset ultrafast -tune zerolatency -r 23 -c:v mpeg2video -b:v 15000k -bufsize:v 5500k -minrate:v 15000k -maxrate:v 15000k -streamid 0:3510 -y fifo1.m2v -ac 2 -acodec mp2 -f mp2 -ab 128000 -ar 48000 afifo.mp2
  2. ffmpeg version git-2013-10-31-49287bb Copyright (c) 2000-2013 the FFmpeg developers
  3.   built on Oct 31 2013 14:06:41 with gcc 4.7 (Ubuntu/Linaro 4.7.2-2ubuntu1)
  4.   configuration: --prefix=/home/dta-115/ffmpeg_build --extra-cflags=-I/home/dta-115/ffmpeg_build/include --extra-ldflags=-L/home/dta-115/ffmpeg_build/lib --bindir=/home/dta-115/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
  5.   libavutil      52. 48.100 / 52. 48.100
  6.   libavcodec     55. 39.100 / 55. 39.100
  7.   libavformat    55. 19.104 / 55. 19.104
  8.   libavdevice    55.  5.100 / 55.  5.100
  9.   libavfilter     3. 90.100 /  3. 90.100
  10.   libswscale      2.  5.101 /  2.  5.101
  11.   libswresample   0. 17.104 /  0. 17.104
  12.   libpostproc    52.  3.100 / 52.  3.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'cloud_atlas.mp4':
  14.   Metadata:
  15.     major_brand     : isom
  16.     minor_version   : 1
  17.     compatible_brands: isomavc1
  18.     creation_time   : 2012-12-23 15:11:09
  19.   Duration: 02:52:07.32, start: 0.000000, bitrate: 1914 kb/s
  20.     Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x816 [SAR 1:1 DAR 40:17], 1815 kb/s, 23.98 fps, 23.98 tbr, 96k tbn, 47.95 tbc (default)
  21.     Metadata:
  22.       creation_time   : 2012-12-23 15:11:09
  23.     Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 95 kb/s (default)
  24.     Metadata:
  25.       creation_time   : 2012-12-23 15:12:41
  26.       handler_name    : GPAC ISO Audio Handler
  27. Codec AVOption tune (Tune the encoding params (cf. x264 --fullhelp)) specified for output file #0 (fifo1.m2v) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  28. Codec AVOption preset (Set the encoding preset (cf. x264 --fullhelp)) specified for output file #0 (fifo1.m2v) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement