emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
* Taking notes of videos in Emacs
@ 2022-07-08 13:03 Gerardo Moro
  2022-07-08 13:12 ` Kaushal Modi
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Gerardo Moro @ 2022-07-08 13:03 UTC (permalink / raw)
  To: emacs-orgmode

[-- Attachment #1: Type: text/plain, Size: 328 bytes --]

Hi,

I recently discover the Obsidian Media Extended plugin (
https://www.youtube.com/watch?v=GQXVWtNkeZw) to take notes while watching
videos / listening to audios with keybindings to stop the video and create
timestamps with link to the specific moment of the video, etc.

Is there something similar in Emacs?

Thank you!

G.

[-- Attachment #2: Type: text/html, Size: 505 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Taking notes of videos in Emacs
  2022-07-08 13:03 Taking notes of videos in Emacs Gerardo Moro
@ 2022-07-08 13:12 ` Kaushal Modi
  2022-07-08 13:23 ` Tor Kringeland
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 9+ messages in thread
From: Kaushal Modi @ 2022-07-08 13:12 UTC (permalink / raw)
  To: Gerardo Moro; +Cc: emacs-orgmode, Sacha Chua

[-- Attachment #1: Type: text/plain, Size: 525 bytes --]

On Fri, Jul 8, 2022, 9:07 AM Gerardo Moro <gerardomoro37@gmail.com> wrote:

> Hi,
>
> I recently discover the Obsidian Media Extended plugin (
> https://www.youtube.com/watch?v=GQXVWtNkeZw) to take notes while watching
> videos / listening to audios with keybindings to stop the video and create
> timestamps with link to the specific moment of the video, etc.
>
> Is there something similar in Emacs?
>

I think Sacha Chua uses Org mode to take time stamped notes. She might be
able to point you to her note taking flow.

>

[-- Attachment #2: Type: text/html, Size: 1156 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Taking notes of videos in Emacs
  2022-07-08 13:03 Taking notes of videos in Emacs Gerardo Moro
  2022-07-08 13:12 ` Kaushal Modi
@ 2022-07-08 13:23 ` Tor Kringeland
  2022-07-08 20:00   ` Quiliro Ordóñez
  2022-07-08 13:24 ` Ihor Radchenko
  2022-07-08 13:25 ` Juan Manuel Macías
  3 siblings, 1 reply; 9+ messages in thread
From: Tor Kringeland @ 2022-07-08 13:23 UTC (permalink / raw)
  To: Gerardo Moro, emacs-orgmode

Gerardo Moro <gerardomoro37@gmail.com> writes:

> Is there something similar in Emacs?

mpv.el [1] is a starting point.  You can play videos from YouTube (and
other websites) in mpv if you install yt-dlp [2] (or another youtube-dl
fork).  With a little bit of hacking you can get all the features of the
package you mention in Emacs.

- [1] https://github.com/kljohann/mpv.el

- [2] https://github.com/yt-dlp/yt-dlp

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Taking notes of videos in Emacs
  2022-07-08 13:03 Taking notes of videos in Emacs Gerardo Moro
  2022-07-08 13:12 ` Kaushal Modi
  2022-07-08 13:23 ` Tor Kringeland
@ 2022-07-08 13:24 ` Ihor Radchenko
  2022-07-08 13:25 ` Juan Manuel Macías
  3 siblings, 0 replies; 9+ messages in thread
From: Ihor Radchenko @ 2022-07-08 13:24 UTC (permalink / raw)
  To: Gerardo Moro; +Cc: emacs-orgmode

Gerardo Moro <gerardomoro37@gmail.com> writes:

> I recently discover the Obsidian Media Extended plugin (
> https://www.youtube.com/watch?v=GQXVWtNkeZw) to take notes while watching
> videos / listening to audios with keybindings to stop the video and create
> timestamps with link to the specific moment of the video, etc.
>
> Is there something similar in Emacs?

https://github.com/yuchen-lea/org-media-note


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Taking notes of videos in Emacs
  2022-07-08 13:03 Taking notes of videos in Emacs Gerardo Moro
                   ` (2 preceding siblings ...)
  2022-07-08 13:24 ` Ihor Radchenko
@ 2022-07-08 13:25 ` Juan Manuel Macías
  2022-07-08 15:54   ` Samuel Banya
  2022-07-09  7:31   ` Gerardo Moro
  3 siblings, 2 replies; 9+ messages in thread
From: Juan Manuel Macías @ 2022-07-08 13:25 UTC (permalink / raw)
  To: Gerardo Moro; +Cc: orgmode

Gerardo Moro writes:

> Hi, 
>
> I recently discover the Obsidian Media Extended plugin
> (https://www.youtube.com/watch?v=GQXVWtNkeZw) to take notes while
> watching videos / listening to audios with keybindings to stop the
> video and create timestamps with link to the specific moment of the
> video, etc.
>
> Is there something similar in Emacs?

See org-media-note: https://github.com/yuchen-lea/org-media-note

And, for something simpler, I shared here days ago this code:

https://list.orgmode.org/871qvmt4xr.fsf@posteo.net/

Best regards,

Juan Manuel 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Taking notes of videos in Emacs
  2022-07-08 13:25 ` Juan Manuel Macías
@ 2022-07-08 15:54   ` Samuel Banya
  2022-07-09  7:31   ` Gerardo Moro
  1 sibling, 0 replies; 9+ messages in thread
From: Samuel Banya @ 2022-07-08 15:54 UTC (permalink / raw)
  To: Charles Berry

[-- Attachment #1: Type: text/plain, Size: 788 bytes --]

Totally separate user, but this is so dang cool. Thanks for the links, Juan. Looks awesome!

On Fri, Jul 8, 2022, at 9:25 AM, Juan Manuel Macías wrote:
> Gerardo Moro writes:
> 
> > Hi, 
> >
> > I recently discover the Obsidian Media Extended plugin
> > (https://www.youtube.com/watch?v=GQXVWtNkeZw) to take notes while
> > watching videos / listening to audios with keybindings to stop the
> > video and create timestamps with link to the specific moment of the
> > video, etc.
> >
> > Is there something similar in Emacs?
> 
> See org-media-note: https://github.com/yuchen-lea/org-media-note
> 
> And, for something simpler, I shared here days ago this code:
> 
> https://list.orgmode.org/871qvmt4xr.fsf@posteo.net/
> 
> Best regards,
> 
> Juan Manuel 
> 
> 

[-- Attachment #2: Type: text/html, Size: 1510 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Taking notes of videos in Emacs
  2022-07-08 13:23 ` Tor Kringeland
@ 2022-07-08 20:00   ` Quiliro Ordóñez
  0 siblings, 0 replies; 9+ messages in thread
From: Quiliro Ordóñez @ 2022-07-08 20:00 UTC (permalink / raw)
  To: emacs-orgmode

El 2022-07-08 08:23, Tor Kringeland escribió:
> Gerardo Moro <gerardomoro37@gmail.com> writes:
> 
>> Is there something similar in Emacs?
> 
> mpv.el [1] is a starting point.  You can play videos from YouTube (and
> other websites) in mpv if you install yt-dlp [2] (or another youtube-dl
> fork).  With a little bit of hacking you can get all the features of the
> package you mention in Emacs.
> 
> - [1] https://github.com/kljohann/mpv.el
> 
> - [2] https://github.com/yt-dlp/yt-dlp

That is nice.  eev also plays videos from the links it creates.


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Taking notes of videos in Emacs
  2022-07-08 13:25 ` Juan Manuel Macías
  2022-07-08 15:54   ` Samuel Banya
@ 2022-07-09  7:31   ` Gerardo Moro
  2022-07-09 11:37     ` Juan Manuel Macías
  1 sibling, 1 reply; 9+ messages in thread
From: Gerardo Moro @ 2022-07-09  7:31 UTC (permalink / raw)
  To: Juan Manuel Macías; +Cc: orgmode

[-- Attachment #1: Type: text/plain, Size: 881 bytes --]

Thank you, all, for the pointers!

As for your own package, Juan Manuel, I understand the main purpose is to
take screenshots of movies. Am I correct?
Thanks!


El vie, 8 jul 2022 a las 16:25, Juan Manuel Macías (<maciaschain@posteo.net>)
escribió:

> Gerardo Moro writes:
>
> > Hi,
> >
> > I recently discover the Obsidian Media Extended plugin
> > (https://www.youtube.com/watch?v=GQXVWtNkeZw) to take notes while
> > watching videos / listening to audios with keybindings to stop the
> > video and create timestamps with link to the specific moment of the
> > video, etc.
> >
> > Is there something similar in Emacs?
>
> See org-media-note: https://github.com/yuchen-lea/org-media-note
>
> And, for something simpler, I shared here days ago this code:
>
> https://list.orgmode.org/871qvmt4xr.fsf@posteo.net/
>
> Best regards,
>
> Juan Manuel
>

[-- Attachment #2: Type: text/html, Size: 1557 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: Taking notes of videos in Emacs
  2022-07-09  7:31   ` Gerardo Moro
@ 2022-07-09 11:37     ` Juan Manuel Macías
  0 siblings, 0 replies; 9+ messages in thread
From: Juan Manuel Macías @ 2022-07-09 11:37 UTC (permalink / raw)
  To: Gerardo Moro; +Cc: orgmode

Hi, Gerardo,

Gerardo Moro writes:

> As for your own package, Juan Manuel, I understand the main purpose is
> to take screenshots of movies. Am I correct?
> Thanks!

Yes, it is a series of homemade hacks (if i called it "package" I would
sound too presumptuous lol), just to be able to take screenshots and add
them to an org document, along with a timestamp. I wrote it because I
use EMMS and not mpv.el, and also I don't need most of the features of
org-media-note.

If you don't use EMMS and are looking for something more complete that
includes screenshots, notes and many more features, then org-media-note
is definitely the ideal choice.

Best regards,

Juan Manuel 


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2022-07-09 11:38 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-08 13:03 Taking notes of videos in Emacs Gerardo Moro
2022-07-08 13:12 ` Kaushal Modi
2022-07-08 13:23 ` Tor Kringeland
2022-07-08 20:00   ` Quiliro Ordóñez
2022-07-08 13:24 ` Ihor Radchenko
2022-07-08 13:25 ` Juan Manuel Macías
2022-07-08 15:54   ` Samuel Banya
2022-07-09  7:31   ` Gerardo Moro
2022-07-09 11:37     ` Juan Manuel Macías

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).