I have searched through posts like "embedded video in PDF", it seems that this feature is only available in Adobe Acrobat.
So I just thought the alternative solution: open a video file (using system default video player, e.g VLC video player) via the links of photo or text in the beamer slides, in this way one doesn't have to exit the beamer presentation to open a video file and do a lot switching things.
If this is possible, how to make it?
[OS: Linux Ubuntu, PDF viewer: evince]
Edit1:
\usepackage{multimedia}
...
\movie{\includegraphics[width=0.8\textwidth]{pic.png}}{movieSample.avi}
Compile without error, but seems there is no link (envice in linux) for the photo to open movie.
file pathautomatically. Besides, how to open the video file inWindowssystem? – KOF Jul 14 '13 at 15:15hyperrefsolution, but the PDF viewerenvincecomplains:Unable to launch external application. Error when getting information for file '/usr/bin/vlc ~/tex/x.mov': No such file or directory, where the movie file is set as the absolute path. Even adobe reader 9 fails – KOF Jul 14 '13 at 17:00\href{run:./myVideo.mp4}{Start Video}– jmjr Mar 16 '18 at 09:30