Re: [FFmpeg-user] Help: How to add subtitles to a video created from images?

2019-02-14 Thread Srinidhi S
Thank you. Adding the fps filter solved my problem. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-user-requ...@ffmpeg.org with subject

Re: [FFmpeg-user] Help: How to add subtitles to a video created from images?

2019-02-14 Thread Gyan
On 15-02-2019 10:49 AM, Srinidhi S wrote: I am trying to use ffmpeg to create a video from images and add subtitles to the video. The following is the command that I am using ffmpeg -f concat -i input.txt -i 02-38-2019-112729.m4a -vf "scale=1280:720,subtitles=subtitles.srt" -pix_fmt yuv420p

[FFmpeg-user] Help: How to add subtitles to a video created from images?

2019-02-14 Thread Srinidhi S
I am trying to use ffmpeg to create a video from images and add subtitles to the video. The following is the command that I am using ffmpeg -f concat -i input.txt -i 02-38-2019-112729.m4a -vf "scale=1280:720,subtitles=subtitles.srt" -pix_fmt yuv420p output.mp4 where input.txt is a text file in

Re: [FFmpeg-user] Streaming overseas

2019-02-14 Thread Jack Waller
On Fri, Feb 15, 2019 at 9:17 AM Manuel Alejandro wrote: > > I got the same result. > > Here a video where you can see how the music accelerates and then the > latency goes to 0 (What I hope is that when the connection is stabilized > again, the latency will remain at 600ms.) SRT is not the REAL

[FFmpeg-user] OT: POLL Do you want RTX? Cross-website-post.

2019-02-14 Thread doark
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hello, I heard from 1 of the people that do HW reviews that AMD was considering implementing their very own RTX and looking at what people think of RTX. I created a poll on LQ: https://www.linuxquestions.org/questions/showthread.php?p=5962219 and in

Re: [FFmpeg-user] Streaming overseas

2019-02-14 Thread Manuel Alejandro
I got the same result. Here a video where you can see how the music accelerates and then the latency goes to 0 (What I hope is that when the connection is stabilized again, the latency will remain at 600ms.) https://www.youtube.com/watch?v=ij8P-enNFZI On Thu, Feb 14, 2019 at 9:47 AM Alex Molon

Re: [FFmpeg-user] What is option -level ?

2019-02-14 Thread Carl Eugen Hoyos
2019-02-15 0:28 GMT+01:00, Ulf Zibis : > Hi Jonathan, > > thanks for your hints. Unfortunately they have been already known to > me, but there still remain 2 questions from my side: > - The '+' with "-flags" arguments, I can imagine, it serves as > separator. But is that all, has '-' another

Re: [FFmpeg-user] Use ffmpeg to delay webcam feed with dshow displayed locally

2019-02-14 Thread scott denton
Hi Ted, Thanks again for all your suggestions.  Ok, I will try to get this delay with a file, or something like that. I'm curious though, what happens function / command wise when you hit the pause key because this ends up producing the results I'm looking for.  When you hit the pause key and

Re: [FFmpeg-user] What is option -level ?

2019-02-14 Thread Ulf Zibis
Hi Jonathan, thanks for your hints. Unfortunately they have been already  known to me, but there still remain 2 questions from my side: - The '+' with "-flags" arguments, I can imagine, it serves as separator. But is that all, has '-' another meaning too? There is no explanation on this at:

Re: [FFmpeg-user] Wrong Channel count value on mp4a sample entry

2019-02-14 Thread Yuntaek Lim
Thanks Gyan. 2019년 2월 14일 (목) 오후 3:45에 Gyan 님이 작성: > > > On 14-02-2019 06:39 AM, Yuntaek Lim wrote: > > > > I could not find any constraints about channel count, cannot describe > greater > > than 2, for audioSampleEntry from iso 14496-12:2015. > > However, I've found "When values greater than 2

Re: [FFmpeg-user] Use ffmpeg to delay webcam feed with dshow displayed locally

2019-02-14 Thread Ted Park
> ./ffmpeg.exe -f dshow -video_size 160x120 -framerate 30 -i video="Integrated > Webcam" -filter setpts=expr=PTS+10/TB -pix_fmt yuv420p -f sdl ohhh wait. SDL gives you a hw surface to draw on if I understand correctly? So it will happily gobble up frames and draw them fast as it can whenever it

Re: [FFmpeg-user] Use ffmpeg to delay webcam feed with dshow displayed locally

2019-02-14 Thread scott denton
Hi Ted, Thank you - I definitely appreciate all of the suggestions.  It seems like with the cue filter, frames are getting buffered and then at the end of the start delay, they all play through really quickly. It makes me wonder if there isn't some index that needs to be updated to basically

Re: [FFmpeg-user] signalstats

2019-02-14 Thread adam smith
Thanks very much. I was hoping to restrict the output using ffmpeg and not ffprobe; mostly so I could make a proxy with overlay and metadata text file at the same time. My question regarding bit depth was because the filter doc shows values between 0-255 which is cool for 8bit values, but

Re: [FFmpeg-user] MPEG-2 encoding problem

2019-02-14 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Carl Zwanzig > Sent: 14 February 2019 16:53 > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] MPEG-2 encoding problem > > On 2/14/2019 5:46 AM, Moritz Barsnick wrote: > > You should

Re: [FFmpeg-user] signalstats

2019-02-14 Thread Chris Davis
In order to show specific entries with signal stats, I have used the following. input=[file to process] ffprobe -f lavfi movie=$input,signalstats -show_entries frame=pkt_pts_time:frame_tags=lavfi.signalstats.YDIF:frame_tags=lavfi.signalstats.VDIF:frame_tags=lavfi.signalstats.UDIF -of

Re: [FFmpeg-user] signalstats

2019-02-14 Thread Kieran O Leary
On Thu, 14 Feb 2019, 16:53 Gyan > > On 14-02-2019 09:47 PM, adam smith wrote: > > The other question regarding this filter, can it output 10bit values? > > The 8bit values appear to be covered, but I am not sure how to get 10bit > or higher. > > The filter works with inputs up to 16 bit depth.

Re: [FFmpeg-user] signalstats

2019-02-14 Thread Gyan
On 14-02-2019 09:47 PM, adam smith wrote: The other question regarding this filter, can it output 10bit values? The 8bit values appear to be covered, but I am not sure how to get 10bit or higher.  The filter works with inputs up to 16 bit depth. Gyan

Re: [FFmpeg-user] MPEG-2 encoding problem

2019-02-14 Thread Carl Zwanzig
On 2/14/2019 5:46 AM, Moritz Barsnick wrote: You should try "-flags +ilme+ildct". (Just a hunch, I'm not sure.) Yes, with a leading "+". Here's the command I use for converting content from 480p24 to NTSC "dvd" format 480i60 (and working from memory here), the output it produces is

Re: [FFmpeg-user] MPEG-2 encoding problem

2019-02-14 Thread Carl Eugen Hoyos
2019-02-14 14:14 GMT+01:00, Jane : > Hello everyone! I'm encoding video to MPEG-2 using Zeranoe's Windows > builds. The source file is 720p 60fps, progressive. I want to keep high > quality and compatibility with DVD standards, so I use: > ffmpeg -hwaccel auto -i "input" -vf

[FFmpeg-user] signalstats

2019-02-14 Thread adam smith
Hi Is it possible to limit the return of signalstats filter to only return certain values (YMAX, YMIN etc) instead of always outputting all values. Perhaps only output values if they are outside of a tolerance eg <16 or >235 The other question regarding this filter, can it output 10bit values?

Re: [FFmpeg-user] MPEG-2 encoding problem

2019-02-14 Thread Moritz Barsnick
Hi Jane, On Thu, Feb 14, 2019 at 21:14:07 +0800, Jane wrote: > Hello everyone! I'm encoding video to MPEG-2 using Zeranoe's Windows > builds. The source file is 720p 60fps, progressive. I want to keep high > quality and compatibility with DVD standards, so I use: > ffmpeg -hwaccel auto -i

Re: [FFmpeg-user] What is option -level ?

2019-02-14 Thread Jonathan Isom
From: Ulf Zibis Reply: FFmpeg user questions Date: February 13, 2019 at 4:23:43 PM To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] What is option -level ? > Am 13.02.19 um 20:23 schrieb Lou Logan: > > https://trac.ffmpeg.org/wiki/Encode/H.264 > > Thanks, I know this page. > > If I

Re: [FFmpeg-user] Use ffmpeg to delay webcam feed with dshow displayed locally

2019-02-14 Thread Ted Park
> It shows a white output screen for 10 seconds, then it shows what appears to > be a very fast set of "catchup" frames for a fraction of a second, then shows > the live video stream again with no delay. Oh. :s Does chaining setpts=expr=PTS+$DELAY/TB work? (Sorry I’m throwing all the spaghetti

Re: [FFmpeg-user] Trying to create matching multi-audio-track mp4s from ProRes sources

2019-02-14 Thread Ted Park
> On Feb 13, 2019, at 3:01 PM, Harvey Pikelberger wrote: > > BUT for some reason the time code changed. So a clip that had started at TC > start/end of 12:31:20:13 / 12:31:42:16 converted to 12:30:35:12 / 12:30:57:15. The 0.1% change makes me think the timecode was converted to/from drop

[FFmpeg-user] MPEG-2 encoding problem

2019-02-14 Thread Jane
Hello everyone! I'm encoding video to MPEG-2 using Zeranoe's Windows builds. The source file is 720p 60fps, progressive. I want to keep high quality and compatibility with DVD standards, so I use: ffmpeg -hwaccel auto -i "input" -vf scale=ntsc,interlace,fps=fps=29.97 -c:v mpeg2video -q:v 3

Re: [FFmpeg-user] Streaming overseas

2019-02-14 Thread Alex Molon
On the receiver side, set the latency around 600ms https://ffmpeg.org/ffmpeg-protocols.html#srt -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Manuel Alejandro Sent: 03 February 2019 16:18 To: FFmpeg user questions Subject: Re: [FFmpeg-user]