Advertisement
Guest User

Untitled

a guest
Sep 29th, 2014
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.55 KB | None | 0 0
  1. svkoskin@svkoskin-N56VJ:~$ ffmpeg -v verbose -y -i 42249-1701-8370-38-2014.ts -shortest -vcodec copy -acodec copy -bsf:a aac_adtstoasc -shortest testi.mp4
  2. ffmpeg version N-66534-gcf32181 Copyright (c) 2000-2014 the FFmpeg developers
  3. built on Sep 29 2014 16:46:11 with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. configuration: --enable-shared --enable-filter=hqdn3d --enable-libx264 --enable-gpl
  5. libavutil 54. 7.101 / 54. 7.101
  6. libavcodec 56. 1.101 / 56. 1.101
  7. libavformat 56. 7.101 / 56. 7.101
  8. libavdevice 56. 1.100 / 56. 1.100
  9. libavfilter 5. 1.102 / 5. 1.102
  10. libswscale 3. 1.100 / 3. 1.100
  11. libswresample 1. 1.100 / 1. 1.100
  12. libpostproc 53. 1.100 / 53. 1.100
  13. [h264 @ 0xcfe520] Current profile doesn't provide more RBSP data in PPS, skipping
  14. [mpegts @ 0xcf9c60] PES packet size mismatch
  15. Input #0, mpegts, from '42249-1701-8370-38-2014.ts':
  16. Duration: 00:09:46.15, start: 30517.235078, bitrate: 1645 kb/s
  17. Program 1
  18. Stream #0:0[0x44](fin): Audio: aac ([15][0][0][0] / 0x000F), 32000 Hz, stereo, fltp, 49 kb/s
  19. Stream #0:1[0x45]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p, 1024x576 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 100 tbc
  20. Output #0, mp4, to 'testi.mp4':
  21. Metadata:
  22. encoder : Lavf56.7.101
  23. Stream #0:0: Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1024x576 [SAR 1:1 DAR 16:9], q=2-31, 50 fps, 90k tbn, 90k tbc
  24. Stream #0:1(fin): Audio: aac ([64][0][0][0] / 0x0040), 32000 Hz, stereo, 49 kb/s
  25. Stream mapping:
  26. Stream #0:1 -> #0:0 (copy)
  27. Stream #0:0 -> #0:1 (copy)
  28. Press [q] to stop, [?] for help
  29. [NULL @ 0xcfe520] Current profile doesn't provide more RBSP data in PPS, skipping
  30. Last message repeated 97 times
  31. [NULL @ 0xcfe520] Current profile doesn't provide more RBSP data in PPS, skipping
  32. Last message repeated 20 times
  33. [mpegts @ 0xcf9c60] PES packet size mismatch
  34. No more output streams to write to, finishing.
  35. frame=22303 fps=0.0 q=-1.0 Lsize= 109421kB time=00:09:46.09 bitrate=1529.4kbits/s
  36. video:105413kB audio:3424kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.536342%
  37. Input file #0 (42249-1701-8370-38-2014.ts):
  38. Input stream #0:0 (audio): 18261 packets read (3634101 bytes);
  39. Input stream #0:1 (video): 22303 packets read (107943122 bytes);
  40. Total: 40564 packets (111577223 bytes) demuxed
  41. Output file #0 (testi.mp4):
  42. Output stream #0:0 (video): 22303 packets muxed (107943122 bytes);
  43. Output stream #0:1 (audio): 18261 packets muxed (3506274 bytes);
  44. Total: 40564 packets (111449396 bytes) muxed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement