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

Options for start and end paused #669

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 13, 2017

  1. Added function start-paused

    This function allows a user to start omxplayer in a paused state instead
    of immediately starting playback of the video.  The user can then use
    standard keyboard or dbus commands to begin playback manually.
    
    To use this function add the command-line parameter: --start-paused to
    the omxplayer command.
    
    Example:
    
    omxplayer -p -o hdmi --start-paused test.mkv
    
    This will start the omxplayer, load the buffer to begin playback and
    then pause.  To resume playback, press the key on the keyboard for
    resume (by default this is the p or space keys), or send a dbus command.
    bholmes451 committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    8f17683 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2018

  1. Merge branch 'master' of https://github.com/bholmes451/omxplayer into…

    … merge_start_paused
    dronus committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    13d6db7 View commit details
    Browse the repository at this point in the history
  2. Added --end-paused option to pause on last frame

    NF @ nf-nph-F-02-1 committed Dec 9, 2018
    Configuration menu
    Copy the full SHA
    8af810c View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Configuration menu
    Copy the full SHA
    5cead73 View commit details
    Browse the repository at this point in the history