Is there already a test video with timer (and frame counter) and sound (secondly loud clicks and quarter-secondly silent clicks and may be voice that speaks the time) somewhere?

It is needed to test video player for correct A/V sync, fast-forward, seeking implementation.

(Transport-stream format preferred)

link|improve this question

64% accept rate
How is this computer related @Vi? – Ivo Flipse Feb 10 '11 at 19:48
@Ivo Flipse, Yes, it is related with testing of video players, especially computer-based. – Vi. Feb 10 '11 at 19:55
Then how so? Care to enlighten me? – Ivo Flipse Feb 10 '11 at 19:58
@Ivo Flipse, Software development and testing is computer related. Sample video that is best suitable of testing players (which are software) is related to testing software, so related to computers. – Vi. Feb 10 '11 at 20:08
Then I suggest you add this information to your question and elaborate on what you're trying to do. This way, I don't think anyone will be able to answer your question – Ivo Flipse Feb 10 '11 at 20:20
show 1 more comment
feedback

1 Answer

up vote 0 down vote accepted

The video can be generated by pointing digital camera to a watch (which is running stopwatch) and then attaching the generated sound:

sox -n -t wav - synth sawtooth 1 sawtooth 1 sawtooth 1 sawtooth 4 gain -6 remix - > qqq.wav
ffmpeg -i qqq.avi -i qqq.wav -vf "scale=720:576" -b 4000k clock.ts
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.