Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. ddan@ddan-VirtualBox:~/Desktop/ffmpeg-arm/FFmpeg$ ./ffmpeg -i "test_vd_1d.264" -c:v copy -f mp4 "yaaa.mp4"
  2. ffmpeg version N-85453-g27ebdcf Copyright (c) 2000-2017 the FFmpeg developers
  3. built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609
  4. configuration: --disable-everything --enable-protocol=file --enable-muxer=mp4 --enable-parser=h264 --enable-demuxer=h264 --enable-ffmpeg --enable-small
  5. libavutil 55. 60.101 / 55. 60.101
  6. libavcodec 57. 92.100 / 57. 92.100
  7. libavformat 57. 72.100 / 57. 72.100
  8. libavdevice 57. 7.100 / 57. 7.100
  9. libavfilter 6. 84.101 / 6. 84.101
  10. libswscale 4. 7.100 / 4. 7.100
  11. libswresample 2. 8.100 / 2. 8.100
  12. [h264 @ 0xeea3a0] Could not find codec parameters for stream 0 (Video: h264, none(progressive)): unspecified size
  13. Consider increasing the value for the 'analyzeduration' and 'probesize' options
  14. Input #0, h264, from 'test_vd_1d.264':
  15. Duration: N/A, bitrate: N/A
  16. Stream #0:0: Video: h264, none(progressive), 12.50 fps, 25 tbr, 1200k tbn, 25 tbc
  17. File 'yaaa.mp4' already exists. Overwrite ? [y/N] y
  18. [mp4 @ 0xeec4a0] dimensions not set
  19. Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument
  20. Stream mapping:
  21. Stream #0:0 -> #0:0 (copy)
  22. Last message repeated 1 times
  23. ddan@ddan-VirtualBox:~/Desktop/ffmpeg-arm/FFmpeg$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement