VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. i want to send as input images to ffmpeg and ffmpeg will output video in stream ( webRtc format )

    I find some information that from my understand this option is possible - i mean that ffmpeg could receive image from pipe - but how this can be done ?
    Quote Quote  
  2. Originally Posted by yanshof View Post
    i want to send as input images to ffmpeg and ffmpeg will output video in stream ( webRtc format )

    I find some information that from my understand this option is possible - i mean that ffmpeg could receive image from pipe - but how this can be done ?
    Example used by me in one of scripts - will not work directly for you but it shows more or less how to combine pipes (btw real life is quite slow) - it may require additional commands

    Code:
    @ffmpeg.exe -hide_banner -y -loglevel 24 -color_range 2 -i "%1" -an -sn -dn -vf %vproc% -q:v 0 -c:v targa -f avi -vsync 0 - | ffmpeg.exe -thread_queue_size 1Mi -color_range 2 -i - -i "%FFDIR%\OCS_PAL_0.png" -lavfi "paletteuse=dither=%dith%" -q:v 0 -f apng -vsync 0 - | ffplay.exe -hide_banner -loglevel 32 -f apng -i -
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!