fork download
  1. $ ffmpeg -f avfoundation -i "1:1" out.mov
  2. ffmpeg version 3.4 Copyright (c) 2000-2017 the FFmpeg developers
  3. built with Apple LLVM version 8.0.0 (clang-800.0.42.1)
  4. configuration: --prefix=/usr/local/Cellar/ffmpeg/3.4 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-gpl --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --enable-videotoolbox --disable-lzma
  5. libavutil 55. 78.100 / 55. 78.100
  6. libavcodec 57.107.100 / 57.107.100
  7. libavformat 57. 83.100 / 57. 83.100
  8. libavdevice 57. 10.100 / 57. 10.100
  9. libavfilter 6.107.100 / 6.107.100
  10. libavresample 3. 7. 0 / 3. 7. 0
  11. libswscale 4. 8.100 / 4. 8.100
  12. libswresample 2. 9.100 / 2. 9.100
  13. libpostproc 54. 7.100 / 54. 7.100
  14. [avfoundation @ 0x7f9104001400] Selected pixel format (yuv420p) is not supported by the input device.
  15. [avfoundation @ 0x7f9104001400] Supported pixel formats:
  16. [avfoundation @ 0x7f9104001400] uyvy422
  17. [avfoundation @ 0x7f9104001400] yuyv422
  18. [avfoundation @ 0x7f9104001400] nv12
  19. [avfoundation @ 0x7f9104001400] 0rgb
  20. [avfoundation @ 0x7f9104001400] bgr0
  21. [avfoundation @ 0x7f9104001400] Overriding selected pixel format to use uyvy422 instead.
  22. [avfoundation @ 0x7f9104001400] Stream #0: not enough frames to estimate rate; consider increasing probesize
  23. Input #0, avfoundation, from '1:1':
  24. Duration: N/A, start: 23564.087755, bitrate: 2822 kb/s
  25. Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 2880x1800, 1000k tbr, 1000k tbn, 1000k tbc
  26. Stream #0:1: Audio: pcm_f32le, 44100 Hz, stereo, flt, 2822 kb/s
  27. Stream mapping:
  28. Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
  29. Stream #0:1 -> #0:1 (pcm_f32le (native) -> aac (native))
  30. Press [q] to stop, [?] for help
  31. [mov @ 0x7f9104033200] Frame rate very high for a muxer not efficiently supporting it.
  32. Please consider specifying a lower framerate, a different muxer or -vsync 2
  33. [libx264 @ 0x7f9104049800] MB rate (20340000000) > level limit (2073600)
  34. [libx264 @ 0x7f9104049800] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
  35. [libx264 @ 0x7f9104049800] profile High 4:2:2, level 5.2, 4:2:2 8-bit
  36. [libx264 @ 0x7f9104049800] 264 - core 148 r2795 aaa9aa8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://w...content-available-to-author-only...n.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
  37. [mov @ 0x7f9104033200] WARNING codec timebase is very high. If duration is too long,
  38. file may not be playable by quicktime. Specify a shorter timebase
  39. or choose different container.
  40. Output #0, mov, to 'out.mov':
  41. Metadata:
  42. encoder : Lavf57.83.100
  43. Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv422p, 2880x1800, q=-1--1, 1000k fps, 1000k tbn, 1000k tbc
  44. Metadata:
  45. encoder : Lavc57.107.100 libx264
  46. Side data:
  47. cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: -1
  48. Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s
  49. Metadata:
  50. encoder : Lavc57.107.100 aac
  51. More than 1000 frames duplicated
  52. ^C^C^CReceived > 3 system signals, hard exiting
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
$ ffmpeg -f avfoundation -i "1:1" out.mov
^
Main.java:14: error: <identifier> expected
[avfoundation @ 0x7f9104001400] Selected pixel format (yuv420p) is not supported by the input device.
               ^
Main.java:14: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Selected pixel format (yuv420p) is not supported by the input device.
                ^
Main.java:14: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Selected pixel format (yuv420p) is not supported by the input device.
                              ^
Main.java:14: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Selected pixel format (yuv420p) is not supported by the input device.
                                ^
Main.java:15: error: <identifier> expected
[avfoundation @ 0x7f9104001400] Supported pixel formats:
               ^
Main.java:15: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Supported pixel formats:
                ^
Main.java:15: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Supported pixel formats:
                              ^
Main.java:15: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Supported pixel formats:
                                ^
Main.java:16: error: <identifier> expected
[avfoundation @ 0x7f9104001400]   uyvy422
               ^
Main.java:16: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   uyvy422
                ^
Main.java:16: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   uyvy422
                              ^
Main.java:16: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   uyvy422
                                  ^
Main.java:17: error: <identifier> expected
[avfoundation @ 0x7f9104001400]   yuyv422
               ^
Main.java:17: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   yuyv422
                ^
Main.java:17: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   yuyv422
                              ^
Main.java:17: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   yuyv422
                                  ^
Main.java:18: error: <identifier> expected
[avfoundation @ 0x7f9104001400]   nv12
               ^
Main.java:18: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   nv12
                ^
Main.java:18: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   nv12
                              ^
Main.java:18: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   nv12
                                  ^
Main.java:19: error: <identifier> expected
[avfoundation @ 0x7f9104001400]   0rgb
               ^
Main.java:19: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   0rgb
                ^
Main.java:19: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   0rgb
                              ^
Main.java:19: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   0rgb
                                  ^
Main.java:19: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   0rgb
                                   ^
Main.java:20: error: <identifier> expected
[avfoundation @ 0x7f9104001400]   bgr0
               ^
Main.java:20: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   bgr0
                ^
Main.java:20: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   bgr0
                              ^
Main.java:20: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400]   bgr0
                                  ^
Main.java:21: error: <identifier> expected
[avfoundation @ 0x7f9104001400] Overriding selected pixel format to use uyvy422 instead.
               ^
Main.java:21: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Overriding selected pixel format to use uyvy422 instead.
                ^
Main.java:21: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Overriding selected pixel format to use uyvy422 instead.
                              ^
Main.java:21: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Overriding selected pixel format to use uyvy422 instead.
                                ^
Main.java:22: error: <identifier> expected
[avfoundation @ 0x7f9104001400] Stream #0: not enough frames to estimate rate; consider increasing probesize
               ^
Main.java:22: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Stream #0: not enough frames to estimate rate; consider increasing probesize
                ^
Main.java:22: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Stream #0: not enough frames to estimate rate; consider increasing probesize
                              ^
Main.java:22: error: illegal character: '#'
[avfoundation @ 0x7f9104001400] Stream #0: not enough frames to estimate rate; consider increasing probesize
                                       ^
Main.java:22: error: class, interface, or enum expected
[avfoundation @ 0x7f9104001400] Stream #0: not enough frames to estimate rate; consider increasing probesize
                                                                               ^
Main.java:23: error: illegal character: '#'
Input #0, avfoundation, from '1:1':
      ^
Main.java:23: error: unclosed character literal
Input #0, avfoundation, from '1:1':
                             ^
Main.java:23: error: unclosed character literal
Input #0, avfoundation, from '1:1':
                                 ^
Main.java:25: error: illegal character: '#'
    Stream #0:0: Video: rawvideo (UYVY / 0x59565955), uyvy422, 2880x1800, 1000k tbr, 1000k tbn, 1000k tbc
           ^
Main.java:26: error: illegal character: '#'
    Stream #0:1: Audio: pcm_f32le, 44100 Hz, stereo, flt, 2822 kb/s
           ^
Main.java:28: error: illegal character: '#'
  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
         ^
Main.java:28: error: illegal character: '#'
  Stream #0:0 -> #0:0 (rawvideo (native) -> h264 (libx264))
                 ^
Main.java:29: error: illegal character: '#'
  Stream #0:1 -> #0:1 (pcm_f32le (native) -> aac (native))
         ^
Main.java:29: error: illegal character: '#'
  Stream #0:1 -> #0:1 (pcm_f32le (native) -> aac (native))
                 ^
Main.java:31: error: <identifier> expected
[mov @ 0x7f9104033200] Frame rate very high for a muxer not efficiently supporting it.
      ^
Main.java:31: error: class, interface, or enum expected
[mov @ 0x7f9104033200] Frame rate very high for a muxer not efficiently supporting it.
       ^
Main.java:31: error: class, interface, or enum expected
[mov @ 0x7f9104033200] Frame rate very high for a muxer not efficiently supporting it.
                     ^
Main.java:31: error: class, interface, or enum expected
[mov @ 0x7f9104033200] Frame rate very high for a muxer not efficiently supporting it.
                       ^
Main.java:33: error: <identifier> expected
[libx264 @ 0x7f9104049800] MB rate (20340000000) > level limit (2073600)
          ^
Main.java:33: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] MB rate (20340000000) > level limit (2073600)
           ^
Main.java:33: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] MB rate (20340000000) > level limit (2073600)
                         ^
Main.java:33: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] MB rate (20340000000) > level limit (2073600)
                           ^
Main.java:34: error: <identifier> expected
[libx264 @ 0x7f9104049800] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
          ^
Main.java:34: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
           ^
Main.java:34: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
                         ^
Main.java:34: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 AVX2 LZCNT BMI2
                           ^
Main.java:35: error: <identifier> expected
[libx264 @ 0x7f9104049800] profile High 4:2:2, level 5.2, 4:2:2 8-bit
          ^
Main.java:35: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] profile High 4:2:2, level 5.2, 4:2:2 8-bit
           ^
Main.java:35: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] profile High 4:2:2, level 5.2, 4:2:2 8-bit
                         ^
Main.java:35: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] profile High 4:2:2, level 5.2, 4:2:2 8-bit
                           ^
Main.java:36: error: <identifier> expected
[libx264 @ 0x7f9104049800] 264 - core 148 r2795 aaa9aa8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
          ^
Main.java:36: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] 264 - core 148 r2795 aaa9aa8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
           ^
Main.java:36: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] 264 - core 148 r2795 aaa9aa8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
                         ^
Main.java:36: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] 264 - core 148 r2795 aaa9aa8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
                           ^
Main.java:36: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] 264 - core 148 r2795 aaa9aa8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
                               ^
Main.java:36: error: class, interface, or enum expected
[libx264 @ 0x7f9104049800] 264 - core 148 r2795 aaa9aa8 - H.264/MPEG-4 AVC codec - Copyleft 2003-2017 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=12 lookahead_threads=2 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
                                 ^
Main.java:37: error: <identifier> expected
[mov @ 0x7f9104033200] WARNING codec timebase is very high. If duration is too long,
      ^
Main.java:37: error: class, interface, or enum expected
[mov @ 0x7f9104033200] WARNING codec timebase is very high. If duration is too long,
       ^
Main.java:37: error: class, interface, or enum expected
[mov @ 0x7f9104033200] WARNING codec timebase is very high. If duration is too long,
                     ^
Main.java:37: error: class, interface, or enum expected
[mov @ 0x7f9104033200] WARNING codec timebase is very high. If duration is too long,
                       ^
Main.java:40: error: illegal character: '#'
Output #0, mov, to 'out.mov':
       ^
Main.java:40: error: unclosed character literal
Output #0, mov, to 'out.mov':
                   ^
Main.java:40: error: unclosed character literal
Output #0, mov, to 'out.mov':
                           ^
Main.java:43: error: illegal character: '#'
    Stream #0:0: Video: h264 (libx264) (avc1 / 0x31637661), yuv422p, 2880x1800, q=-1--1, 1000k fps, 1000k tbn, 1000k tbc
           ^
Main.java:48: error: illegal character: '#'
    Stream #0:1: Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s
           ^
79 errors
stdout
Standard output is empty