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 again, I was now able to pull out some of my code. First, I want to talk a bit of the import process. I personally go with mp4 files as they are just a container which can contain almost every codec according to Audio/Video. Why mp4 for input data? Most importantly, you can place a lot of

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 Dave Blanchard
On Sat, 10 Dec 2022 20:38:51 +0100 Robin van der Linden via ffmpeg-user wrote: > 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

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

2022-12-10 Thread Mahesh Velankar
Robin, This is not for a single video, I have to keep the application ready that will be receiving different input TS and the app will need to prepare the playlists, segments and master playlist. I am aware that I need to write script/app for this. Please tell me the command line to prepare

Re: [FFmpeg-user] Trouble selecting a pixel format/colorspace while trying to encode a video using ffmpeg and HW accelerated vaapi or qsv interfaces

2022-12-10 Thread Carl Eugen Hoyos
Am Do., 8. Dez. 2022 um 20:32 Uhr schrieb : > Stream #0:0: Video: hevc (Rext), gbrp Completely unrelated: Do all your video players play above file? > ffmpeg -init_hw_device qsv=hw -filter_hw_device hw -v verbose > -f x11grab -draw_mouse 0 -framerate 20 -probesize 42M > -video_size 1920x1200

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] ffmpeg command required to convert MPEG TS to HLS with transcoding to aac

2022-12-10 Thread Mahesh Velankar
I have a transport stream file with following details (given by ffprobe) Input #0, mpegts, from 'f-13324-ccrtpa_before_tc_1669374838.ts': Duration: 00:04:23.44, start: 8879.809433, bitrate: 2373 kb/s Program 3 Stream #0:0[0x31]: Video: h264 (Main) ([27][0][0][0] / 0x001B), yuv420p(tv,

Re: [FFmpeg-user] AVCintra100 encoding with horizontal blocking artefacts

2022-12-10 Thread Carl Eugen Hoyos
Am Fr., 9. Dez. 2022 um 13:54 Uhr schrieb Barnett, Phillip : > I'm trying to encode AVC100 in UK (25i) but getting odd blocking artefacts, > where > the screen is banded in about 10 horizontal rows with random levels of > brightness, > which change on a sub-second basis, darker or lighter. I'm

Re: [FFmpeg-user] Extract chapter names to a text file?

2022-12-10 Thread MyCraigs List via ffmpeg-user
Sorry for the delay in replying.  Your suggestion worked perfectly. Thanks, Craig On Monday, December 5, 2022 at 04:37:31 AM EST, Laine wrote: On Dec 3, 2022, at 3:26 PM, MyCraigs List via ffmpeg-user wrote: > > What is the command to extract all of the chapter  names from a video