Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.74 KB | None | 0 0
  1. Command:
  2. ffmpeg -f dshow -video_size 1920x1080 -framerate 30 -vcodec mjpeg -i video="HD Pro Webcam C920" -f dshow -video_size 1920x1080 -framerate 30 -vcodec mjpeg -i video="HD USB Camera" -preset ultrafast -threads 0 -filter_complex "[0:v][1:v]hstack,drawtext=fontfile=C:\ffmpeg-20170921-183fd30-win64-static\bin\FreeSerif.ttf: text'Test Text': x=100: y=50: fontsize=24:" -c:v h264_qsv dualwtext.ts
  3.  
  4. Output:
  5. [Parsed_drawtext_1 @ 0000000003202c40] Both text and text file provided. Please provide only one
  6. [AVFilterGraph @ 0000000003200c00] Error initializing filter 'drawtext' with args 'fontfile=C:ffmpeg-20170921-183fd30-win64-staticbinFreeSerif.ttf: textTest Text: x=100: y=50: fontsize=24:'
  7. Error initializing complex filters.
  8. Invalid argument
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement