Re: [FFmpeg-user] Why minterpolate operation is very slow on my ffmpeg?

2019-07-14 Thread Ted Park
Okay that’s the command you used, but the output is missing. Without the -hide_banner option please. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email ffmpeg-us

Re: [FFmpeg-user] Why minterpolate operation is very slow on my ffmpeg?

2019-07-14 Thread Алексей via ffmpeg-user
ffmpeg -y -hide_banner -hwaccel cuvid -c:v h264_cuvid -surfaces 8 -i "%_filepath%" -framerate ntsc -r 30 -vsync 2 -filter:v "minterpolate='mi_mode=blend:fps=120'" -c:v h264_nvenc -preset:v llhq -profile:v high -b:v 68M -bufsize 2M -map_metadata -1 -acodec copy -f mp4 "E:\Encoded-AS-%_filename%.

Re: [FFmpeg-user] Why minterpolate operation is very slow on my ffmpeg?

2019-07-14 Thread Алексей via ffmpeg-user
ffmpeg -y -hide_banner -hwaccel cuvid -c:v h264_cuvid -surfaces 8 -i "%_filepath%" -framerate ntsc -r 30 -vsync 2 -filter:v "minterpolate='mi_mode=blend:fps=120'" -c:v h264_nvenc -preset:v llhq -profile:v high -b:v 68M -bufsize 2M -map_metadata -1 -acodec copy -f mp4 "E:\Encoded-AS-%_filename%.

Re: [FFmpeg-user] WebVTT Subtitle width

2019-07-14 Thread cspr
Never mind, sorry. There is no difference. The shallow subtitle width was already in the mkv and I was not keen enough to check. Kind regards, Casper On Monday, 15 July 2019 01:56:03 CEST Casper Bezemer wrote: > I have tried to rip the subtitle from some mkv file and convert it into > webvtt us

[FFmpeg-user] WebVTT Subtitle width

2019-07-14 Thread Casper Bezemer
I have tried to rip the subtitle from some mkv file and convert it into webvtt using ` ffmpeg -i somevideo.mkv -map 0:s:0 subtitlefile.vtt` Everything went fine, I got a decent subtitle file, except that the linewidth for the vtt file is different than the linewidth I see when I play the orig

[FFmpeg-user] Panasonic GH4 4K live stream using ffmpeg

2019-07-14 Thread Michael Shaffer
Can anyone recommend a good HDMI input card that will work with ffmpeg in Ubuntu Linux? Thanks, Michael Shaffer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or emai

Re: [FFmpeg-user] Ip camera stream problem with insert logo

2019-07-14 Thread Moritz Barsnick
On Sun, Jul 14, 2019 at 20:56:10 +0300, Free1video wrote: > I delete -vcodec libx264 only with -c:v copy I can stream with actual fps > betwen 25fps and 30fps No, I wrote: > > That error message is pretty clear. You are trying to use "-c:v copy" > > while applying a filter. That can never work.

Re: [FFmpeg-user] Ip camera stream problem with insert logo

2019-07-14 Thread Free1video
I believe you are not mapping your inputs correctly OK How is the correctly mapping ? I delete -vcodec libx264 only with -c:v copy I can stream with actual fps betwen 25fps and 30fps Tell me how I can set logo in my Live Stream and how I can set audio from my ip camera I have four option ACC ,PCM,G

Re: [FFmpeg-user] Ip camera stream problem with insert logo

2019-07-14 Thread Moritz Barsnick
On Sun, Jul 14, 2019 at 19:04:39 +0300, Free1video wrote: > line I have this error --> > Streamcopy requested for output stream 0:0, which is fed from a complex > filtergraph. Filtering and streamcopy cannot be used together. That error message is pretty clear. You are trying to use "-c:v copy" wh

[FFmpeg-user] Ip camera stream problem with insert logo

2019-07-14 Thread Free1video
Hello I have raspberry pi and ffmpeg but I not can insert logo in coman line I have this error --> Streamcopy requested for output stream 0:0, which is fed from a complex filtergraph. Filtering and streamcopy cannot be used together. This is my comand line #!/bin/bash SERVICE="ffmpeg" RTSP_URL="

Re: [FFmpeg-user] Why minterpolate operation is very slow on my ffmpeg?

2019-07-14 Thread Ted Park
To start off, could you copy and paste the command line output and also the command that you used? It helps a lot at the most basic level. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe