I've used ffmpeg to convert an H.264 .mp4 to segments for HLS playback and
it works. I'd like to then transcode them to H.265 so that it's available
as well, and I'd like to process them as individual segments so it can be
done in parallel.
I'm doing that by creating a manifest that has the init.m
On Sat, Mar 16, 2024 at 12:56 AM Def Etienne wrote:
>
> Sent from my iPhone
>
> > On 16 Mar 2024, at 06:44, David Johansen wrote:
> >
> > I've used ffmpeg to convert an H.264 .mp4 to segments for HLS playback
> and
> > it works. I'd like to then
On Sat, Mar 16, 2024 at 11:31 AM David Johansen
wrote:
> On Sat, Mar 16, 2024 at 12:56 AM Def Etienne wrote:
>
>>
>> Sent from my iPhone
>>
>> > On 16 Mar 2024, at 06:44, David Johansen
>> wrote:
>> >
>> > I've used ffmpeg to con