Advertisement
Guest User

Untitled

a guest
Apr 7th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ffmpeg -f lavfi -i "movie=video.mpg[out0+subcc]" -map s output.srt
  2.  
  3. This is the exact command. It works perfectly, exactly as I'd expect.
  4.  
  5. In the command above, ffmpeg is opening a local file "video.mpg". My video source is a stream (udp://239.1.1.1:1234). How would I change the above command to use a UDP source instead of the local "video.mpg" file?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement