Advertisement
Guest User

Untitled

a guest
Apr 3rd, 2015
429
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.30 KB | None | 0 0
  1. ~/git/ffmpeg master $ ./ffmpeg -f hevc -i /mnt/data/test.265 -codec:v copy -f mpegts -muxrate 5000000 -pcr_period 39 /mnt/data/test.ts -y
  2. ffmpeg version N-71186-gc84b75c Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.7 (Debian 4.7.2-5)
  4. configuration:
  5. libavutil 54. 21.100 / 54. 21.100
  6. libavcodec 56. 32.100 / 56. 32.100
  7. libavformat 56. 27.100 / 56. 27.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 13.101 / 5. 13.101
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. Input #0, hevc, from '/mnt/data/test.265':
  13. Duration: N/A, bitrate: N/A
  14. Stream #0:0: Video: hevc (Main), yuv420p(tv), 1920x1080, 25 fps, 25 tbr, 1200k tbn, 25 tbc
  15. Output #0, mpegts, to '/mnt/data/test.ts':
  16. Metadata:
  17. encoder : Lavf56.27.100
  18. Stream #0:0: Video: hevc, yuv420p, 1920x1080, q=2-31, 25 fps, 25 tbr, 90k tbn, 25 tbc
  19. Stream mapping:
  20. Stream #0:0 -> #0:0 (copy)
  21. Press [q] to stop, [?] for help
  22. [mpegts @ 0x30ee740] first pts value must be set
  23. av_interleaved_write_frame(): Invalid data found when processing input
  24. frame= 1 fps=0.0 q=-1.0 Lsize= 0kB time=-00:00:00.04 bitrate= -0.0kbits/s
  25. video:59kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  26. Conversion failed!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement