Are you trying to extract the spoken words from the video file, or the subtitle words?
Extracting spoken words will be difficult and require specialized software, but if you just want to pull out subtitles and search those, that's easy. Subtitle files are called *.SRT files, and there's software available to extract those .srt files from any video format (mp4, mkv, etc.) Just search Google for "extract srt from video file" for examples. Once you have the SRT files extracted, you can easily search them with the Search API (SRT files are just text files, you can export them into HTML/whatever as necessary). On Monday, February 25, 2013 1:44:45 PM UTC-6, Hugo Medina wrote: > > > Saludos > Tengo Un Problema, Que ya me solicitaron Realizar Una aplicacion Que > busque Palabras introducidas Por El usuario, this busqueda sí pretende > HACER Dentro De Un Archivo de vídeo Pero No Tengo la idea de hacerlo de > Como, Alguien podria orientarme de Como Realizar this aplicacion > Gracias > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
