eev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

play audio


From: Erich Ruff
Subject: play audio
Date: Thu, 17 Jun 2021 10:40:16 +0200
User-agent: mu4e 1.4; emacs 27.2

Hi Eduardo,

trying to use audiolinks did work for my only w/o giving a start-time

So I looked into your code eev-audiovideo.el  and

replaced    -->      ,@(if pos `("--start" ,(ee-secs-to-mm:ss pos)))
on line 503

with the line, taken from the video-part

-->    ,@(if pos (list (format "--start=%s" (ee-secs-to-mm:ss pos))))

and now it works;

mpv takes time-offsets  with the syntax:  --start=h:min:sec

if this is the right 'hack' - could you update the code pls?

Cheers

Erich



reply via email to

[Prev in Thread] Current Thread [Next in Thread]