On 10Apr2023 13:10, Chris Green wrote:
command:
ffprobe -v warning -i "input.mp4" -show_streams -of json
python:
Popen(command, stderr=STDOUT, stdout=PIPE, encoding='utf8')
json:
json.loads(''.join(p.stdout.readlines()))
It's easy to find a version of ffmpeg/ffprobe for every platform.
Thank
jak wrote:
> Chris Green ha scritto:
> > jak wrote:
> >> rbowman ha scritto:
> >>> On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
> >>>
> I'm looking for a Python (3) library to access (read only at present)
> the metadata in MP4 video files, in particular I want to get at dates
On Sun, 9 Apr 2023 20:19:37 +0100, Chris Green wrote:
> That's why I hadn't thought it would help me as I'm after getting
> metadata from an MP4 video file but I guess the metadata format may be
> the same regardless of whether it's video or audio.
If yuo chase back through the various ISOs you t
rbowman ha scritto:
On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
I'm looking for a Python (3) library to access (read only at present)
the metadata in MP4 video files, in particular I want to get at dates
and times.
What's available to do this? Ideally something available in the Ubun
Chris Green ha scritto:
jak wrote:
rbowman ha scritto:
On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
I'm looking for a Python (3) library to access (read only at present)
the metadata in MP4 video files, in particular I want to get at dates
and times.
What's available to do this? I
rbowman wrote:
> On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
>
> > I'm looking for a Python (3) library to access (read only at present)
> > the metadata in MP4 video files, in particular I want to get at dates
> > and times.
> >
> > What's available to do this? Ideally something avai
jak wrote:
> rbowman ha scritto:
> > On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
> >
> >> I'm looking for a Python (3) library to access (read only at present)
> >> the metadata in MP4 video files, in particular I want to get at dates
> >> and times.
> >>
> >> What's available to do thi
I'm looking for a Python (3) library to access (read only at present)
the metadata in MP4 video files, in particular I want to get at dates
and times.
What's available to do this? Ideally something available in the
Ubuntu repositories but I can install with PIP if necessary.
--
Chris Green
ยท
--
On Sun, 9 Apr 2023 09:40:51 +0100, Chris Green wrote:
> I'm looking for a Python (3) library to access (read only at present)
> the metadata in MP4 video files, in particular I want to get at dates
> and times.
>
> What's available to do this? Ideally something available in the Ubuntu
> reposito