Re: [FFmpeg-user] ffmpeg command required to convert MPEG TS to HLS with transcoding to aac

2022-12-10 Thread Robin van der Linden via ffmpeg-user
ild it from scratch, build a performantd FUSE Filesystem for mounting your S3 buckets etc. It really pay off in the end. Going with half baked solutions you haven't written yourself will get you stuck at at a specific point, I'm pretty sure onto that. Kind regards, Robin Am 2022-12-11 00:01,

Re: [FFmpeg-user] ffmpeg command required to convert MPEG TS to HLS with transcoding to aac

2022-12-10 Thread Robin van der Linden via ffmpeg-user
I give you a detailed answer in the next 24 Hrs. I currently dont have Access to my system and code  Cheers, Robin Von: Mahesh Velankar Gesendet: Samstag, 10. Dezember 2022 22:38 An: ffmpeg-user@ffmpeg.org Betreff: Re: [FFmpeg-user] ffmpeg command required to

Re: [FFmpeg-user] ffmpeg command required to convert MPEG TS to HLS with transcoding to aac

2022-12-10 Thread Robin van der Linden via ffmpeg-user
Hello, ffmpeg can do this, at least some parts. It will create the segments and a master.m3u8 file for each track by itself. Still you will need to create master.m3u8 File wich references all the tracks master.m3u8 yourself. My Script is about 3500 lines long, so be prepared that you have to

[FFmpeg-user] How to get HDR metadata inside my AV1 video?

2022-12-01 Thread Robin van der Linden via ffmpeg-user
Hey folks, I'm trying to reencode a 10 Bit HEVC to 10 Bit AV1 while keeping the HDR metadata intact. Sadly, I don't see any HDR metadata with VLC at the reencoded AV1 clip. The only thing I see are very cold looking colors, have a look at my encode command: /usr/bin/ffmpeg -i

Re: [FFmpeg-user] fmp4 streaming issues

2022-11-22 Thread Robin van der Linden via ffmpeg-user
@Dave Blanchard Hello again, I've now applied the patch you provided, it worked without a problem. Sadly, this was not the root-cause in the end. The stream still often breaks on quality change using VideoJS 7.20.3 with fmp4. I also tried to only use one single video and audio codec at my hls

Re: [FFmpeg-user] fmp4 streaming issues

2022-11-21 Thread Robin van der Linden via ffmpeg-user
Hello, thanks for your time. Well, I would love to use a single way of transportation. Currently, I have to work with HLS and DASH side by side ... SRT is not wanted at the moment. We have our own build script that also builds all libs from source incl. svt-av1 which we heavily rely on.

[FFmpeg-user] fmp4 streaming issues

2022-11-21 Thread Robin van der Linden via ffmpeg-user
Hello, can somebody explain why fmp4 currently does randomly break on seek and/or quality change using VideoJS and other players, while mpegts works 100% fine? I really don't change anything on my encode command, except of the output format transport type: mpegts (working):

Re: [FFmpeg-user] How to add black bars as replacement for height?

2022-11-08 Thread Robin van der Linden via ffmpeg-user
Thanks for your reply, Moritz, I now came to the following cmd: -vf "scale={stream["width"]}:{stream["height"]}:force_original_aspect_ratio=decrease,pad={stream["width"]}:{stream["height"]}:(ow-iw)/2:(oh-ih)/2,setsar=1" {stream["height"]} and {stream["width"]} are just placeholders Thanks

[FFmpeg-user] How to add black bars as replacement for height?

2022-11-07 Thread Robin van der Linden via ffmpeg-user
Can I use ffmpeg to convert a 1920x800 resolution clip to 1920x1080? The goal is to fill the remaining pixels with a true black bar. -- Grüße / Kind regards, Robin van der Linden ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] 16:9 to 2.35:1 and true HD 7.1 to DTS

2022-11-03 Thread Robin van der Linden via ffmpeg-user
Linden Am 2022-11-03 22:35, schrieb Carl Eugen Hoyos: Am Do., 3. Nov. 2022 um 20:34 Uhr schrieb Robin van der Linden via ffmpeg-user : About the audio, I'm pretty sure that TrueHD is a BlackBox to ffmpeg FFmpeg contains a TrueHD deccoder and encoder. Carl Eugen

Re: [FFmpeg-user] 16:9 to 2.35:1 and true HD 7.1 to DTS

2022-11-03 Thread Robin van der Linden via ffmpeg-user
Hello, about the first point, I have no idea, maybe somebody else has. About the audio, I'm pretty sure that TrueHD is a BlackBox to ffmpeg, same goes for Dolby Atoms. I'm not sure if you have access to a MacOS system, I personally run it inside a VM. There is a tool called "Subler" for MacOS,

[FFmpeg-user] X265 HDR content differs from AVT-AV1 HDR Content

2022-10-28 Thread Robin van der Linden via ffmpeg-user
Hello, I'm currently trying to encode a mp4 containing a HEVC 10 Bit stream with proper HDR grading to a HLS stream in two codec versions, the first is HEVC and the second is SVT-AV1. The problem here is that the two encoded versions differ from each other according to the color grading. The

Re: [FFmpeg-user] How to transcode to HLS and DASH with mp4 and webm all at once

2022-10-12 Thread Robin van der Linden via ffmpeg-user
Hello Stefan, did you received the mail I directly send you? Kind regards, Robin Am 2022-10-12 14:00, schrieb Stefan Oltmanns: Hi Alvaro, you should be able to generate the mpd file for DASH Yes, but how? ffmpeg proved an easy way to generate webm-dash-manifests, but I cannot figure

[FFmpeg-user] Subtitle metadata incomplete with ffprobe?

2022-09-25 Thread Robin van der Linden via ffmpeg-user
Hey folks, is it maybe possible that we add compatibility for more subtitle related metadata. For example, ffprobe does not properly read if a subtitle track is set as enforced, sdh, auxiliary content etc. This would really help to build proper dash/hls streams with proper subtitle names on

Re: [FFmpeg-user] Subtitle metadata not intercompatible by ffprobe

2022-09-21 Thread Robin van der Linden via ffmpeg-user
Testing files can be obtained from here: https://drive.google.com/file/d/1kShvOA6_Emx3COrMudn3V2__zErj8_-c/view?usp=sharing -- Kind regards, R. Linden 0x257F9C8D.asc Description: application/pgp-keys ___ ffmpeg-user mailing list

[FFmpeg-user] metadata on subtitle track's not readable by ffprobe

2022-09-17 Thread Robin van der Linden via ffmpeg-user
Hello, I'm building an industry grade streaming platform where I use ffmpeg and ffprobe to convert and parse information from media objects. I'm using ffprobe to read all available information from a mp4 file using the following command: ffprobe -print_format json -export_all true

Re: [FFmpeg-user] encryption not available for fmp4/m4s segments ?!?

2022-07-12 Thread Robin van der Linden via ffmpeg-user
022-07-12 00:35, schrieb Reindl Harald: Am 11.07.22 um 23:22 schrieb Robin van der Linden via ffmpeg-user: Hello, I'm urgently searching for a solution to protect HLS streams using DRM/AES encryption. Currently, it seems that this is only working with .ts segments not with .m4s segments and .t

[FFmpeg-user] encryption not available for fmp4/m4s segments ?!?

2022-07-11 Thread Robin van der Linden via ffmpeg-user
Hello, I'm urgently searching for a solution to protect HLS streams using DRM/AES encryption. Currently, it seems that this is only working with .ts segments not with .m4s segments and .ts files again don't work with HEVC / 4k HDR content, so it seems I'm 100% stuck at this point. There is

Re: [FFmpeg-user] Subtitle metadata not intercompatible by ffprobe

2022-07-01 Thread Robin van der Linden via ffmpeg-user
10, 2022 at 5:59 AM Robin van der Linden via ffmpeg-user < ffmpeg-user@ffmpeg.org> wrote: Hello. I'm using ffprobe to import video information into my database using python. In general, this process is working fine but if I set a subtitle forced or SDH using "Subler" (https://

[FFmpeg-user] Encrypted fmp4 not yet supported

2022-06-15 Thread Robin van der Linden via ffmpeg-user
Hello, Today I actually wanted to start implementing HLS segment encryption for my streams, but each time I try to generate encrypted output segments I run into the following error: "Encrypted fmp4 not yet supported\nCould not write header for output file #2" After some googling I came

[FFmpeg-user] Subtitle metadata not intercompatible by ffprobe

2022-06-09 Thread Robin van der Linden via ffmpeg-user
Hello. I'm using ffprobe to import video information into my database using python. In general, this process is working fine but if I set a subtitle forced or SDH using "Subler" (https://subler.org/) I'm not able to later on check with ffprobe if a subtitle is set as SDH or is forced. No

Re: [FFmpeg-user] ffprobe does not render sdes tag field properly

2022-06-03 Thread Robin van der Linden via ffmpeg-user
does not render sdes tag field properly Robin van der Linden via ffmpeg-user (12022-06-03): > After stealing the Tesseract in \"Avengers: Endgame,\" Loki lands before the > Time Variance Authority. This looks like escaping of a character that has a meaning in the surrounding langua

Re: [FFmpeg-user] ffprobe does not render sdes tag field properly

2022-06-03 Thread Robin van der Linden via ffmpeg-user
, but the "synopsis" field is still as shown above (as it was already before switching to a different terminal.) That would mean in conclusion that my Terminal might not by responsible for the encoding issue, at least not completely ... Thanks in advance, Robin Am 2022-06-03 11:36,

[FFmpeg-user] ffprobe does not render sdes tag field properly

2022-06-03 Thread Robin van der Linden via ffmpeg-user
Hello, I'm using ffprobe to read various metadata from my video files. One of these fields is called "sdes" and represents a TV-Show description. You will only see this filed if your command contains "-export_all" for example: "ffprobe -print_format json -export_all true -show_programs