Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

getting timestamp with avireader method #408

Open
GoogleCodeExporter opened this issue Dec 22, 2015 · 0 comments
Open

getting timestamp with avireader method #408

GoogleCodeExporter opened this issue Dec 22, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
1.I write videoframes with ffmpeg with videofilewriter adding a timestamp
2.Also I wrote the timestamp as a tag of the bm  beeing recorded
3.the code would be
Dim ESCRITORZoom As New FFMPEG.VideoFileWriter
image.Tag = new New TimeSpan(Now.Day, Now.Hour, Now.Minute, Now.Second)         

ESCRITORZoom.WriteVideoFrame(image, image.tag)

What is the expected output? What do you see instead?
I dont't know how to read the timestamp of each image as i was reading it back 
through the AVIReader method.  I added a tag to each image that contained the 
timestamp before writing to an AVI file.  But as soon as i read it back through 
the avi all the propertyitems had been cleared down.


What version of the product are you using?
2.2.5


Please provide any additional information below.

Original issue reported on code.google.com by pvisc...@gmail.com on 29 Jun 2015 at 5:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant