Guest User

Untitled

a guest
Jan 16th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. ffmpeg -i input.mkv -c:v copy -vsync drop -r 59.94 output.mkv
  2.  
  3. ffmpeg -i noaudio.mp4 -c:v copy -vsync drop -r 160 lapse.mp4
  4.  
  5. ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers
  6. built with Apple LLVM version 10.0.0 (clang-1000.11.45.5)
  7. configuration: --prefix=/usr/local/Cellar/ffmpeg/4.1_1 --enable-shared --enable-pthreads --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-ffplay --enable-gpl --enable-libmp3lame --enable-libopus --enable-libsnappy --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libxvid --enable-lzma --enable-opencl --enable-videotoolbox
  8. libavutil 56. 22.100 / 56. 22.100
  9. libavcodec 58. 35.100 / 58. 35.100
  10. libavformat 58. 20.100 / 58. 20.100
  11. libavdevice 58. 5.100 / 58. 5.100
  12. libavfilter 7. 40.101 / 7. 40.101
  13. libavresample 4. 0. 0 / 4. 0. 0
  14. libswscale 5. 3.100 / 5. 3.100
  15. libswresample 3. 3.100 / 3. 3.100
  16. libpostproc 55. 3.100 / 55. 3.100
  17. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'noaudio.mp4':
  18. Metadata:
  19. major_brand : isom
  20. minor_version : 512
  21. compatible_brands: isomiso2avc1mp41
  22. encoder : Lavf58.20.100
  23. Duration: 00:12:31.45, start: 0.000000, bitrate: 59950 kb/s
  24. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc, bt709), 3840x2160 [SAR 1:1 DAR 16:9], 59948 kb/s, 29.97 fps, 29.97 tbr, 90k tbn, 59.94 tbc (default)
  25. Metadata:
  26. handler_name : VideoHandler
  27. File 'lapse.mp4' already exists. Overwrite ? [y/N] y
  28. Output #0, mp4, to 'lapse.mp4':
  29. Metadata:
  30. major_brand : isom
  31. minor_version : 512
  32. compatible_brands: isomiso2avc1mp41
  33. encoder : Lavf58.20.100
  34. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuvj420p(pc, bt709), 3840x2160 [SAR 1:1 DAR 16:9], q=2-31, 59948 kb/s, 29.97 fps, 29.97 tbr, 10240 tbn, 160 tbc (default)
  35. Metadata:
  36. handler_name : VideoHandler
  37. Stream mapping:
  38. Stream #0:0 -> #0:0 (copy)
  39. Press [q] to stop, [?] for help
  40. [mp4 @ 0x7fec5400e000] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
  41. av_interleaved_write_frame(): Invalid argument
  42. frame= 1 fps=0.0 q=-1.0 Lsize= 0kB time=-577014:32:22.77 bitrate=N/A speed=N/A
  43. video:794kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
  44. Conversion failed!
Add Comment
Please, Sign In to add comment