Advertisement
Guest User

Untitled

a guest
Dec 26th, 2012
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. [brx@router Documents]$ ffmpeg -y -ss 00:00:0.0 -i 2013-01-02.mp4 -shortest -c:v libx264 -crf 0 -c:a pcm_s16le -ar 44100 -ac 2 -t 00:00:1.0 out.mp4
  2. ffmpeg version 0.10.6 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Oct 31 2012 22:24:06 with gcc 4.7.2 20120921 (Red Hat 4.7.2-2)
  4. configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib64 --mandir=/usr/share/man --arch=x86_64 --extra-cflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic' --enable-bzlib --disable-crystalhd --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopenjpeg --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib64 --enable-runtime-cpudetect
  5. libavutil 51. 35.100 / 51. 35.100
  6. libavcodec 53. 61.100 / 53. 61.100
  7. libavformat 53. 32.100 / 53. 32.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 61.100 / 2. 61.100
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 6.100 / 0. 6.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '2013-01-02.mp4':
  14. Metadata:
  15. major_brand : 3gp4
  16. minor_version : 0
  17. compatible_brands: isom3gp4
  18. creation_time : 2013-01-02 18:29:17
  19. Duration: 00:00:02.17, start: 0.000000, bitrate: 5304 kb/s
  20. Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuv420p, 640x480, 7397 kb/s, SAR 65536:65536 DAR 4:3, 14.79 fps, 15 tbr, 90k tbn, 180k tbc
  21. Metadata:
  22. creation_time : 2013-01-02 18:29:17
  23. handler_name : VideoHandle
  24. Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 8000 Hz, mono, s16, 12 kb/s
  25. Metadata:
  26. creation_time : 2013-01-02 18:29:17
  27. handler_name : SoundHandle
  28. [buffer @ 0x1c42c20] w:640 h:480 pixfmt:yuv420p tb:1/1000000 sar:65536/65536 sws_param:
  29. [libx264 @ 0x1c3afc0] using SAR=1/1
  30. [libx264 @ 0x1c3afc0] using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
  31. [libx264 @ 0x1c3afc0] profile High 4:4:4 Predictive, level 2.2, 4:2:0 8-bit
  32. [libx264 @ 0x1c3afc0] 64 - core 120 r2151 a3f4407 - H.264/MPEG-4 AVC codec - Copyleft 2003-2011 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=0 mixed_ref=1 me_range=16 chroma_me=1 trellis=0 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=0 chroma_qp_offset=0 threads=3 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=0 weightp=2 keyint=250 keyint_min=15 scenecut=40 intra_refresh=0 rc=cqp mbtree=0 qp=0
  33. [mp4 @ 0x1c424e0] track 1: could not find tag, codec not currently supported in container
  34. Output #0, mp4, to 'out.mp4':
  35. Metadata:
  36. major_brand : 3gp4
  37. minor_version : 0
  38. compatible_brands: isom3gp4
  39. creation_time : 2013-01-02 18:29:17
  40. encoder : Lavf53.32.100
  41. Stream #0:0(eng): Video: h264 (![0][0][0] / 0x0021), yuv420p, 640x480 [SAR 65536:65536 DAR 4:3], q=-1--1, 15 tbn, 15 tbc
  42. Metadata:
  43. creation_time : 2013-01-02 18:29:17
  44. handler_name : VideoHandle
  45. Stream #0:1(eng): Audio: pcm_s16le, 44100 Hz, 2 channels, s16, 1411 kb/s
  46. Metadata:
  47. creation_time : 2013-01-02 18:29:17
  48. handler_name : SoundHandle
  49. Stream mapping:
  50. Stream #0:0 -> #0:0 (h264 -> libx264)
  51. Stream #0:1 -> #0:1 (aac -> pcm_s16le)
  52. Could not write header for output file #0 (incorrect codec parameters ?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement