Guest User

Untitled

a guest
Dec 11th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. ffmpeg -f gdigrab -s 1360x768 -framerate 30 -i desktop
  2. -f dshow -i video="video-input-device":audio="audio-input-device"
  3. -i image.png
  4. -filter_complex "[0:v]format=yuv420p,yadif[v];[1:v]scale=256:-1,overlay=10:10[secondvideo];[v][2]overlay=main_w-overlay_w-10/2:main_h-overlay_h-10/2[image];[image][secondvideo]concat=n=2[outer];[outer]split=2[out0][out1]"
  5. -map 1:a -c:a aac -b:a 128k -map "[out0]" -c:v libx264 -b:v 2M -preset ultrafast -s 1280x720 -f mp4 output0.mp4
  6. -map 1:a -c:a aac -b:a 128k -map "[out1]" -c:v libx264 -b:v 2M -preset ultrafast -s 1280x720 -f mp4 output1.mp4
  7.  
  8. Stream mapping:
  9. Stream #0:0 (bmp) -> format (graph 0)
  10. Stream #1:0 (rawvideo) -> scale (graph 0)
  11. Stream #2:0 (png) -> overlay:overlay (graph 0)
  12. Stream #2:0 (png) -> overlay:overlay (graph 0)
  13. Stream #1:1 -> #0:0 (pcm_s16le (native) -> aac (native))
  14. split:output0 (graph 0) -> Stream #0:1 (libx264)
  15. Stream #1:1 -> #1:0 (pcm_s16le (native) -> aac (native))
  16. split:output1 (graph 0) -> Stream #1:1 (libx264)
  17. Press [q] to stop, [?] for help
  18. [dshow @ 0000003601a30ec0] Thread message queue blocking; consider raising
  19. the thread_queue_size option (current value: 8)
  20. [Parsed_concat_5 @ 000000360bdef840] Input link in1:v0 parameters (size
  21. 256x192, SAR 0:1) do not match the corresponding output link in0:v0
  22. parameters (1360x768, SAR 0:1)
  23. [Parsed_concat_5 @ 000000360bdef840] Failed to configure output pad on
  24. Parsed_concat_5
  25. Error reinitializing filters!
  26. Failed to inject frame into filter network: Invalid argument
  27. Error while processing the decoded data for stream #2:0
  28. [aac @ 0000003601a9ef00] Qavg: 198.729
  29. [aac @ 0000003601a9ef00] 2 frames left in the queue on closing
  30. [aac @ 000000360a253800] Qavg: 198.729
  31. [aac @ 000000360a253800] 2 frames left in the queue on closing
  32. Conversion failed!
Add Comment
Please, Sign In to add comment