Advertisement
Guest User

Untitled

a guest
Aug 5th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. [root@localhost smooth-streaming]# ffmpeg -i test-reduced.mpg -codec:v copy -codec:a copy -bsf:a aac_adtstoasc -f mpegts test-fixed.mpg
  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. Input #0, mpegts, from 'test-reduced.mpg':
  15. Duration: 00:06:00.00, start: 1.440000, bitrate: 8346 kb/s
  16. Program 1
  17. Metadata:
  18. service_name : Service01
  19. service_provider: FFmpeg
  20. Stream #0:0[0x100]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 25 tbr, 90k tbn, 50 tbc
  21. Stream #0:1[0x101](eng): Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, fltp, 60 kb/s (clean effects)
  22. Output #0, mpegts, to 'test-fixed.mpg':
  23. Metadata:
  24. encoder : Lavf55.19.104
  25. Stream #0:0: Video: h264 ([27][0][0][0] / 0x001B), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 25 fps, 90k tbn, 25 tbc
  26. Stream #0:1(eng): Audio: aac ([15][0][0][0] / 0x000F), 48000 Hz, stereo, 60 kb/s (clean effects)
  27. Stream mapping:
  28. Stream #0:0 -> #0:0 (copy)
  29. Stream #0:1 -> #0:1 (copy)
  30. Press [q] to stop, [?] for help
  31. [mpegts @ 0x98ee640] AAC bitstream not in ADTS format and extradata missing
  32. av_interleaved_write_frame(): Invalid data found when processing input
  33. [root@localhost smooth-streaming]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement