huceke / omxplayer

omxplayer
GNU General Public License v2.0
522 stars 501 forks source link

get timecode from video #262

Open robinmeier opened 8 years ago

robinmeier commented 8 years ago

i'd like to get the timecode from a 1h video playing in omxplayer to synchronize it to a pure-data patch. i tried sending the output from -s option into a pipe and use grep, but somehow the info from -s is output only at the end of the video into the pipe. is there a way to get the info continuously?