Advertisement
Guest User

Untitled

a guest
Aug 5th, 2014
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.97 KB | None | 0 0
  1. [root@localhost smooth-streaming]# ffmpeg -i test-input.mpg -map 0:2 -map 0:3 -codec copy -b 10M -f smoothstreaming output1
  2. ffmpeg version 2.1.4 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Feb 25 2014 08:27:08 with gcc 4.8.2 (GCC) 20131212 (Red Hat 4.8.2-7)
  4. configuration: --prefix=/usr --bindir=/usr/bin --datadir=/usr/share/ffmpeg --incdir=/usr/include/ffmpeg --libdir=/usr/lib --mandir=/usr/share/man --arch=i686 --optflags='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m32 -march=i686 -mtune=atom -fasynchronous-unwind-tables' --enable-bzlib --disable-crystalhd --enable-frei0r --enable-gnutls --enable-libass --enable-libcdio --enable-libcelt --enable-libdc1394 --disable-indev=jack --enable-libfreetype --enable-libgsm --enable-libmp3lame --enable-openal --enable-libopencv --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libvorbis --enable-libv4l2 --enable-libvpx --enable-libx264 --enable-libxvid --enable-x11grab --enable-avfilter --enable-avresample --enable-postproc --enable-pthreads --disable-static --enable-shared --enable-gpl --disable-debug --disable-stripping --shlibdir=/usr/lib --cpu=i686 --enable-runtime-cpudetect
  5. libavutil 52. 48.101 / 52. 48.101
  6. libavcodec 55. 39.101 / 55. 39.101
  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. libavresample 1. 1. 0 / 1. 1. 0
  11. libswscale 2. 5.101 / 2. 5.101
  12. libswresample 0. 17.104 / 0. 17.104
  13. libpostproc 52. 3.100 / 52. 3.100
  14. [mpegts @ 0x9b97a00] PES packet size mismatch
  15. Input #0, mpegts, from 'test-input.mpg':
  16. Duration: 00:06:00.06, start: 0.520000, bitrate: 10007 kb/s
  17. Program 1
  18. Stream #0:0[0x1e2](eng): Audio: mp2 ([3][0][0][0] / 0x0003), 48000 Hz, stereo, s16p, 192 kb/s (clean effects)
  19. Stream #0:1[0x1e3](eng): Audio: ac3 ([6][0][0][0] / 0x0006), 48000 Hz, 5.1(side), fltp, 448 kb/s
  20. Stream #0:2[0x1e4](eng): Audio: aac ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp, 65 kb/s (clean effects)
  21. Stream #0:3[0x1e1]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
  22. Please use -b:a or -b:v, -b is ambiguous
  23. Output #0, smoothstreaming, to 'output1':
  24. Metadata:
  25. encoder : Lavf55.19.104
  26. Stream #0:0(eng): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, 65 kb/s (clean effects)
  27. Stream #0:1: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 10000 kb/s, 25 fps, 10000k tbn, 25 tbc
  28. Stream mapping:
  29. Stream #0:2 -> #0:0 (copy)
  30. Stream #0:3 -> #0:1 (copy)
  31. Press [q] to stop, [?] for help
  32. [ismv @ 0x9ba7d60] Malformed AAC bitstream detected: use audio bitstream filter 'aac_adtstoasc' to fix it ('-bsf:a aac_adtstoasc' option with ffmpeg)
  33. av_interleaved_write_frame(): Operation not permitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement