Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. MacBook:~/Desktop aldo$ ffmpeg -i 00000.MTS -vcodec copy -acodec copy test.mp4
  2. ffmpeg version N-39486-g24e90d0 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Apr 3 2012 15:37:22 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.9.00)
  4. configuration: --enable-sram --enable-gpl --enable-nonfree
  5. libavutil 51. 44.100 / 51. 44.100
  6. libavcodec 54. 12.100 / 54. 12.100
  7. libavformat 54. 3.100 / 54. 3.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 66.101 / 2. 66.101
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 10.100 / 0. 10.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. Input #0, mpegts, from '00000.MTS':
  14. Duration: 00:00:30.25, start: 1.000011, bitrate: 28072 kb/s
  15. Program 1
  16. Stream #0:0[0x1011]: Video: h264 (High) (HDPR / 0x52504448), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 50 fps, 50 tbr, 90k tbn, 100 tbc
  17. Stream #0:1[0x1100]: Audio: pcm_bluray (HDPR / 0x52504448), 48000 Hz, stereo, s16, 1536 kb/s
  18. Stream #0:2[0x1200]: Subtitle: hdmv_pgs_subtitle ([144][0][0][0] / 0x0090)
  19. [mp4 @ 0x7fb8ab876a00] track 1: could not find tag, codec not currently supported in container
  20. Output #0, mp4, to 'test.mp4':
  21. Metadata:
  22. encoder : Lavf54.3.100
  23. Stream #0:0: Video: h264 (![0][0][0] / 0x0021), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 50 fps, 90k tbn, 90k tbc
  24. Stream #0:1: Audio: pcm_bluray (HDPR / 0x52504448), 48000 Hz, stereo, 1536 kb/s
  25. Stream mapping:
  26. Stream #0:0 -> #0:0 (copy)
  27. Stream #0:1 -> #0:1 (copy)
  28. Could not write header for output file #0 (incorrect codec parameters ?)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement