[FFmpeg-user] Parse a transport stream and get just 1 program

2021-10-10 Thread Shupert, Jim via ffmpeg-user
Friends, I have a file.ts It seems to contain 4 programs. I can see this by when I play it in VLC I can select what I want by Playback - Program and picking the top of the 4 listed.. Ffmpeg shows the following ffmpeg version N-99707-g2b702015d8 Copyright (c) 2000-2020 the FFmpeg developers buil

Re: [FFmpeg-user] Parse a transport stream and get just 1 program

2021-10-10 Thread Shupert, Jim via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of Shupert, Jim via ffmpeg-user Sent: Sunday, October 10, 2021 5:15 PM To: ffmpeg-user@ffmpeg.org Cc: Shupert, Jim Subject: [EXTERNAL] [FFmpeg-user] Parse a transport stream and get just 1 program Friends, I have a file.ts It seems to

Re: [FFmpeg-user] [EXTERNAL] Re: Parse a transport stream and get just 1 program

2021-10-12 Thread Shupert, Jim via ffmpeg-user
-Original Message- From: Leo Butler Sent: Tuesday, October 12, 2021 7:34 AM To: Shupert, Jim via ffmpeg-user Cc: Shupert, Jim Subject: [EXTERNAL] Re: [FFmpeg-user] Parse a transport stream and get just 1 program "Shupert, Jim via ffmpeg-user" writes: > -Ori

Re: [FFmpeg-user] [EXTERNAL] Re: Parse a transport stream and get just 1 program

2021-10-12 Thread Shupert, Jim via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of Moritz Barsnick Sent: Tuesday, October 12, 2021 10:02 AM To: FFmpeg user discussions Subject: Re: [FFmpeg-user] [EXTERNAL] Re: Parse a transport stream and get just 1 program Hi Jim, On Tue, Oct 12, 2021 at 12:27:15 +, FFmpeg use

[FFmpeg-user] add captions with a srt to mpeg 2 mxf

2021-10-16 Thread Shupert, Jim via ffmpeg-user
Friends, I wish to add 708 captions to a mxf. I have a mpg or mxf with mpeg 2 video @ 30 mbps and pcm audio. I am wondering if a mxf can have captions and if so what is supported? Scc? Anything? I could use a file.ts instead of mxf if that helps ffmpeg.exe -i input.mxf -f srt -i input.srt -ma

[FFmpeg-user] attempting to extract srt from mpg

2021-10-19 Thread Shupert, Jim via ffmpeg-user
Friends I have a mpg that I wish to extract the captions as a file.srt. I have tried a few things I found on the web. There does not seem to be a decreet stream for the captions , like a mkv might have. But I do see captions when I play the file in mpv Below I have made 4 attempts ffprobe mt

Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from mpg

2021-10-20 Thread Shupert, Jim via ffmpeg-user
Here is an example with ffmpeg: $ /usr/bin/ffmpeg -f lavfi -i \ 'movie=4131_2015081418.mpg[out0+subcc]' -t 00:01:00 -map s \ /tmp/4131_2015081418.mpg.srt ffmpeg version 4.2.4-1ubuntu0.1 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 9 (Ubuntu 9.3.0-10ubuntu2) configurati

Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from mpg

2021-10-22 Thread Shupert, Jim via ffmpeg-user
command-line copying > seems to > have omitted stuff. If I understand correctly, your command line uses the Libavfilter input virtual device and a multimedia source. If the success of that command line depends on either, please clarify how in concept? I am unfamiliar with both and struggling t

Re: [FFmpeg-user] [EXTERNAL] Re: attempting to extract srt from mpg

2021-10-23 Thread Shupert, Jim via ffmpeg-user
Hmmm. That message looks suspicious because it should not include the single quotes. I wonder if the issue is shell quoting? Perhaps you should try replacing single quotes (') with double (") or none at all. I am ignorant of 99.9% of windows-related stuff, but it looks to me like your shell is

Re: [FFmpeg-user] [EXTERNAL] Frame Drops and Audio Sync Issues

2021-12-10 Thread Shupert, Jim via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of James Board via ffmpeg-user Sent: Thursday, December 9, 2021 5:11 PM To: ffmpeg-user@ffmpeg.org Cc: James Board Subject: [EXTERNAL] [FFmpeg-user] Frame Drops and Audio Sync Issues I captured some video from a hardware capture card.  It

Re: [FFmpeg-user] [EXTERNAL] Re: How to get video duration in a script using ffmpeg?

2022-01-19 Thread Shupert, Jim via ffmpeg-user
I have used mediainfo mediainfo --Inform="Video;%Duration/String3%" $SrcDir/${f%.*}.* > $HOME/t.txt trt=$(<$HOME/t.txt) ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link abo

Re: [FFmpeg-user] [EXTERNAL] Re: An object oriented video notation

2022-02-01 Thread Shupert, Jim via ffmpeg-user
I would like to read -Original Message- From: ffmpeg-user On Behalf Of Michael Koch Sent: Monday, January 31, 2022 3:38 AM To: ffmpeg-user@ffmpeg.org Subject: [EXTERNAL] Re: [FFmpeg-user] An object oriented video notation Am 31.01.2022 um 05:03 schrieb Mark Filipak (ffmpeg): > > During t

Re: [FFmpeg-user] [EXTERNAL] Re: Video Notation, A Video Lingua Franca

2022-02-08 Thread Shupert, Jim via ffmpeg-user
-Original Message- From: ffmpeg-user On Behalf Of Mark Filipak Sent: Tuesday, February 8, 2022 3:42 PM To: ffmpeg-user@ffmpeg.org Subject: [EXTERNAL] Re: [FFmpeg-user] Video Notation, A Video Lingua Franca On 2022-02-08 11:44, Carl Zwanzig wrote: > > On 2/7/2022 10:27 PM, Mark Filipak

Re: [FFmpeg-user] [EXTERNAL] Re: ffserver

2022-11-09 Thread Shupert, Jim via ffmpeg-user
when my goal is to get my security camers back up and running TODAY so I can catch this piece of shit who is robbing me blind? Friend, When you calm down - maybe you might look at https://zoneminder.com/ best wishes ___ ffmpeg-user mailing list ffmpe