Re: [FFmpeg-user] vaapi crop and video size filters

2021-01-19 Thread Xu, Guangxin
Sorry, I can't access the link. Could you help file a issue at http://trac.ffmpeg.org/query?status=new=open=reopened=id=summary=status=type=component=version=time=changetime=priority=1 And attach your comandline? thanks > -Original Message- > From: ffmpeg-user On Behalf Of owen s >

Re: [FFmpeg-user] [FFmpeg-devel] make: *** [ffbuild/common.mak:67: libavfilter/vf_nnedi.o] Error 1

2021-01-19 Thread Hongyi Zhao
On Wed, Jan 20, 2021 at 11:32 AM James Almer wrote: > > On 1/20/2021 12:29 AM, Hongyi Zhao wrote: > > On Wed, Jan 20, 2021 at 10:52 AM James Almer wrote: > >> > >> On 1/19/2021 11:24 PM, Hongyi Zhao wrote: > >>> On Wed, Jan 20, 2021 at 12:19 AM Derek Buitenhuis > >>> wrote: > > On

[FFmpeg-user] vaapi crop and video size filters

2021-01-19 Thread owen s
with software libx264 using crop filter crop=width:heigh:x:y, i could crop around a specific point. using h264_vaapi and -vf crop=width:height doesn't control the crop location. also with libx264 -video_size=widthxheight worked, but with h264_vaapi, the video resolution comes out to be the max

[FFmpeg-user] Seeking smart decomb filter

2021-01-19 Thread Mark Filipak (ffmpeg)
Hello All, I seek a decomb filter that operates on H/2 number of line pairs: lines i & i+1 (where i=0..H/2-1), by aligning edges in the two lines at x = delta-x(edge)/2 (i.e. the median). The ideal filter would differentiate overall motion due to panning versus local motion due to local object

Re: [FFmpeg-user] convert audio files to serve them on website

2021-01-19 Thread David Froger
I'm also planning to use the `-progress` option, to display a progress bar to the uploader client. Quoting David Froger (2021-01-20 00:03:20) > Hello, > > I'm building a website that allow talks to be uploaded (HTTPS POST) > and then be streamed (html5 audio element) or downloaded (HTTPS GET). >

[FFmpeg-user] convert audio files to serve them on website

2021-01-19 Thread David Froger
Hello, I'm building a website that allow talks to be uploaded (HTTPS POST) and then be streamed (html5 audio element) or downloaded (HTTPS GET). I'm also thinking to make them available as podcast. As I have no experience with audio files, I'm looking for advices. I would like the

[FFmpeg-user] how to compile for getting yadif_cuda ?

2021-01-19 Thread andrei ka
hi all, i can't figure out how to get yadif_cuda in my ffmpeg... i compile more or less ok ffmpeg w/ cuda (ff 4.3.1 + cuda 11.2 on ubuntu 20.4), i've just dropped fontconfig in ffmpeg, cuz in my first try it screwed up a few cuda's explected fontconfig's symbolds. so i configured :

Re: [FFmpeg-user] failed to export timecodes from the mp4 file

2021-01-19 Thread Vladimir Bogdanov via ffmpeg-user
On Jan 15, 2021, at 4:03 PM, Vladimir Bogdanov via ffmpeg-user wrote: Dear ffmpeg experts, I have a very basic question about the timestamps of MP4 files. Forour biomedical research project we need so extract the timecode for every frameform several mp4 videos in order to synchronize them.

Re: [FFmpeg-user] I am unable to get ffmpeg to calculate PSNR for any video files.

2021-01-19 Thread Reed Crowe
Gyan, Wow, thank you for that. I had no idea what inf meant. I just assumed it wasn't working! I appreciate you taking the time to help me out. Thank you. On Tue, Jan 19, 2021 at 10:18 AM Gyan Doshi wrote: > > > On 19-01-2021 10:38 pm, Reed Crowe wrote: > > Still does not work. > > With this

Re: [FFmpeg-user] I am unable to get ffmpeg to calculate PSNR for any video files.

2021-01-19 Thread Gyan Doshi
On 19-01-2021 10:38 pm, Reed Crowe wrote: Still does not work. With this command: ffmpeg -i /home/rcrowe/LVT/17647_20210118_195325.mp4 -i /home/rcrowe/LVT/test.mp4 -enc_time_base -1 -filter_complex psnr -f null - I get the same results: ffmpeg version N-100671-gc48110a4a4 Copyright (c)

Re: [FFmpeg-user] I am unable to get ffmpeg to calculate PSNR for any video files.

2021-01-19 Thread Reed Crowe
Still does not work. With this command: ffmpeg -i /home/rcrowe/LVT/17647_20210118_195325.mp4 -i /home/rcrowe/LVT/test.mp4 -enc_time_base -1 -filter_complex psnr -f null - I get the same results: ffmpeg version N-100671-gc48110a4a4 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 7

Re: [FFmpeg-user] Error while playing record audio from webcam

2021-01-19 Thread Carl Zwanzig
On 1/19/2021 4:18 AM, Vijay Rakesh Munganda wrote: How to solve above issue? You start by posting the complete command output so we can see what what's going on. (and please don't top-post on this list) z! ___ ffmpeg-user mailing list

[FFmpeg-user] vaapi_h264 encoding very low bitrate

2021-01-19 Thread owen s
I am running this command with ffmpeg -y -loglevel debug \ -vaapi_device /dev/dri/renderD128 \ -loop 1 -r 1 -i ./image.jpg -pix_fmt vaapi_vld \ -b:v 18000k -minrate 18000k \ -vf 'format=nv12|vaapi,hwupload,scale_vaapi=w=1280:h=720' \ -rc_mode 3 \ -r 30 -g 60 \ -c:v h264_vaapi -f flv /dev/null I

[FFmpeg-user] Converting H.264 High L5.0 to H.264 High L5.1

2021-01-19 Thread alfonso santimone
Hi all, how can i convert a H.264 High L5.0 .mov video to a H.264 High L5.1 or L4.0 .mov video without loosing to much quality? I've tried... ffmpeg -i input.mov -c:v libx264 -profile:v high -level:v 4.0 -c:a copy output.mov but from a 02:46 (mm:ss) movie 1.8Gb big i get a 90Mb movie. So I guess

Re: [FFmpeg-user] Use of -hls_flags iframes_only results in incorrect EXT-X-VERSION value

2021-01-19 Thread Bruce Roberts
Many thanks zhilizhao! On Tue, Jan 19, 2021 at 12:12 PM "zhilizhao(赵志立)" wrote: > > > > On Jan 19, 2021, at 6:57 PM, Bruce Roberts wrote: > > > > Hello, > > > > I'm trying to generate Apple mediastreamvalidator compliant HLS using > > ffmpeg and have very nearly achieved that. > > > > The only

Re: [FFmpeg-user] Error while playing record audio from webcam

2021-01-19 Thread Vijay Rakesh Munganda
Hi, I just tried to record only audio by running below command. ffmpeg -f alsa -channels 1 -i hw:1 -c:a aac -ar 48k -t 0:10 sample.aac When play sample.aac file using ffplay it started to play which I have recorded then after it continued to play with silent output. How to solve above issue?

Re: [FFmpeg-user] Use of -hls_flags iframes_only results in incorrect EXT-X-VERSION value

2021-01-19 Thread zhilizhao(赵志立)
> On Jan 19, 2021, at 6:57 PM, Bruce Roberts wrote: > > Hello, > > I'm trying to generate Apple mediastreamvalidator compliant HLS using > ffmpeg and have very nearly achieved that. > > The only remaining problem is that use of " -hls_flags iframes_only" > correctly adds the

[FFmpeg-user] Use of -hls_flags iframes_only results in incorrect EXT-X-VERSION value

2021-01-19 Thread Bruce Roberts
Hello, I'm trying to generate Apple mediastreamvalidator compliant HLS using ffmpeg and have very nearly achieved that. The only remaining problem is that use of " -hls_flags iframes_only" correctly adds the #EXT-X-I-FRAMES-ONLY tag to my trickplay m3u8 but it doesn't increment the

Re: [FFmpeg-user] ffmpeg with vulkan and or opencl

2021-01-19 Thread owen s
Hi Carl I built ffmpeg from git: https://gist.github.com/teamblubee/21937f6b606c6577f8c2a40da76d64e5 here's the output from ffmpeg: ffmpeg version N-100671-gc48110a4a4 Copyright (c) 2000-2021 the FFmpeg developers built with gcc 10 (Ubuntu 10.2.0-13ubuntu1) configuration:

[FFmpeg-user] make: *** [ffbuild/common.mak:67: libavfilter/vf_nnedi.o] Error 1

2021-01-19 Thread Hongyi Zhao
On Ubuntu 20.10, I try to compile the latest git master version of ffmpeg as below: # In the needed prerequisites and execute the following command: $ sudo apt-get build-dep ffmpeg $ git clone https://git.ffmpeg.org/ffmpeg.git ffmpeg.git $ cd ffmpeg.git $ ./configure --enable-rpath