Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-11 Thread Robert Jeffares
the hand offs and embedded players to the source. On Tue, 12 Apr 2022, 08:21 Bo Berglund, wrote: > On Tue, 12 Apr 2022 03:46:52 +1200, Robert Jeffares < > jeffares.rob...@gmail.com> > wrote: > > >A script using curl to download the site to a file then grep m3u8 will &g

Re: [FFmpeg-user] How can I extract m3u8 URL for use with ffmpeg on this site?

2022-04-11 Thread Robert Jeffares
A script using curl to download the site to a file then grep m3u8 will give you a list which you can then sort to select the_one_you_want then ffmpeg -I the_one_you_want etc Bush shell script is able to manage simple cases sometimes you need more grunt. Perl is a reliable option. I have a cron jo

Re: [FFmpeg-user] How to fix old video with ffmpeg command line

2022-01-01 Thread Robert Jeffares
lf. I have cut a section of the unclear video and upload it to Dropbox link:- https://www.dropbox.com/s/un6qmxq7in1nmtt/output-9.VOB?dl=0 Please advise.  Thanks RegardsStephen L On Saturday, January 1, 2022, 04:18:11 AM GMT+8, Robert Jeffares wrote: Hi Stephen, there is a ba

Re: [FFmpeg-user] How to fix old video with ffmpeg command line

2021-12-31 Thread Robert Jeffares
Hi Stephen, there is a basic rule in the broadcast industry: Garbage in; Garbage out! How did the videos look before you sent them in to the professional duplication shop? Ideally you have the Video 8 recorder. Put the tape in and play it out over a reasonable size monitor. If the video is

Re: [FFmpeg-user] Getting m3u8 URL from SVTPlay channels?

2021-12-25 Thread Robert Jeffares
Hi All, just browsing through after answering the question posed: "is there a way..." the short answer is no. not picking on you Moritz just hi-jacking There is no stream; no stream url; the broadcaster runs the player to order for each user; that creates a url which is not a url. You cou

Re: [FFmpeg-user] Getting m3u8 URL from SVTPlay channels?

2021-12-25 Thread Robert Jeffares
ts of producers who make a living from creating content. News; especially publicly funded news; should be unencumbered, but it is polite to seek approval. I looked at the page source and had a scout around for links. It looks java based. The video files will be on an internal server.

[FFmpeg-user] Extract Silence Data from Audio File

2021-06-20 Thread Robert Jeffares
DIO -ss $HEADNUM -to $TAILNUM audio-$(date +'%H')_hours.wav This is far more accurate then my previous attempts have delivered My thanks to all who contributed to this code. Robert -- Robert Jeffares Communication Consultants 64 Warner Park Avenue Laingholm Auckland New Zealand 06

Re: [FFmpeg-user] triming an audio wavfile

2021-06-12 Thread Robert Jeffares
with subject "unsubscribe". -- Robert Jeffares Communication Consultants 64 Warner Park Avenue Laingholm Auckland New Zealand 0604 +64 9 817 6358 ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/

Re: [FFmpeg-user] sytraming AAC+

2021-03-22 Thread Robert Jeffares
:23 +1300, Robert Jeffares wrote: I am getting... [rtp @ 0x55e52ffe8c00] AAC with no global headers is currently not supported. You are usually asked to provide the full, uncut console output of your command. ffmpeg -i http://localhost:8000/wireless.aacp -acodec copy  -vn -flags +global_header -f

[FFmpeg-user] sytraming AAC+

2021-03-21 Thread Robert Jeffares
I am getting... [rtp @ 0x55e52ffe8c00] AAC with no global headers is currently not supported. SDP: with ffmpeg -i http://localhost:8000/wireless.aacp -acodec copy  -vn -flags +global_header -f rtp rtp://192.168.1.100:7001 is there support for aac coming? regards Robert