Re: [FFmpeg-user] compilation issues

2017-10-19 Thread tasos
Hello and thx for replying. To be honest i didn't understand what you are telling me.Sorry. In any case i had to make  the following changes in order to compile ffmpeg as usual. -enabled libmp3lame    && require "libmp3lame >= 3.98.3" lame/lame.h lame_set_VBR_quality -lmp3lame +enabled lib

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Andrey Goreev
Just tried with "-c:a copy" instead of "-c:a libfdk_aac -b:a 192k" and the output actually got slightly bigger... On Thursday, October 19, 2017 8:26:08 AM MDT, Kieran O Leary wrote: Hi, On Thu, Oct 19, 2017 at 2:33 PM, Andrey Goreev wrote: ffmpeg -i [INPUT-FILE] -y -f mp4 -c:a libfdk_aac

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Andrey Goreev
Trying encoding with the pixel format right now. Already got a warning: [swscaler @ 0x55f2797f1280] deprecated pixel format used, make sure you did set range correctly :) On Thursday, October 19, 2017 9:16:32 PM MDT, Andrey Goreev wrote: Carl, Thank you for your comments. Can the option "-pi

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Andrey Goreev
Carl, Thank you for your comments. Can the option "-pix_fmt yuv420p" be harmful for my files? I mean does it make outputs any worse if I watch them in a modern player such as VLC? On Thursday, October 19, 2017 4:28:15 PM MDT, Carl Eugen Hoyos wrote: 2017-10-19 16:26 GMT+02:00 Kieran O Leary

Re: [FFmpeg-user] Is filter complex GPU accelerated?

2017-10-19 Thread kamal shadi
Is there anyway to see which filters are among those? On Thu, Oct 19, 2017 at 6:49 PM, Carl Eugen Hoyos wrote: > 2017-10-19 14:44 GMT+02:00 kamal shadi : > > Hi all, > > > > From ffmpeg documents I see that video encoding can be GPU accelerated. > > Would the same be true for filtering operation

Re: [FFmpeg-user] compilation issues

2017-10-19 Thread Carl Eugen Hoyos
2017-10-19 12:43 GMT+02:00 tasos : > I download the sources from git and i'm compiling it daily for a > few months now. > Now i have commit f4090940bd3024e69d236257d327f11d1e496229 > and i have issues. > a)About libmp3 i had to change (i have found it searching on google) Please understand that

Re: [FFmpeg-user] Command being killed in perceptual hashing / ffmpeg in general

2017-10-19 Thread Carl Eugen Hoyos
2017-10-19 17:22 GMT+02:00 Aoife Fitzmaurice : > >> Does it make sense to use the signature filter on two files with very >> different length? > > The purpose for which I am using the script is to compare two files for > similar content, the shorter of which I believe is a partial dupe of the >

Re: [FFmpeg-user] Is filter complex GPU accelerated?

2017-10-19 Thread Carl Eugen Hoyos
2017-10-19 14:44 GMT+02:00 kamal shadi : > Hi all, > > From ffmpeg documents I see that video encoding can be GPU accelerated. > Would the same be true for filtering operations? Only for filters that contain specific GPU code (very few). Carl Eugen ___

Re: [FFmpeg-user] Why is concat so slow on a powerful machine?

2017-10-19 Thread Carl Eugen Hoyos
2017-10-20 0:43 GMT+02:00 Kevin Duffey : > Man..I dont get it. I am doing exactly like you did. Can you list your .txt > file maybe? Could you test without concat, just remuxing one large file? Please test current FFmpeg git head and please try to fix your mailer ("text-only"?), your console ou

Re: [FFmpeg-user] Why is concat so slow on a powerful machine?

2017-10-19 Thread Kevin Duffey
Man..I dont get it. I am doing exactly like you did. Can you list your .txt file maybe? I only list the two files, thats it. I cant get past 15fps. It is as if it is hard locked to not allow more than that for some reason.  Looking at task manager, the ffmpeg is using .9% of cpu. That is it.  Th

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Carl Eugen Hoyos
2017-10-19 16:40 GMT+02:00 Gyan Doshi : > On 10/19/2017 8:05 PM, Moritz Barsnick wrote: >> >>> FFmpeg: >>> "No pixel format specified, yuvj420p for H.264 encoding chosen. >>> Use -pix_fmt yuv420p for compatibility with outdated media players. " >> >> fine in VLC, as you point out, but perhaps some

Re: [FFmpeg-user] Why is concat so slow on a powerful machine?

2017-10-19 Thread Carl Eugen Hoyos
2017-10-19 19:28 GMT+02:00 Christian Johannesen : > I tested this using FFmpeg running on a windows server with fiber channel > attached storage. I am able to duplicate the input file at a rate of > 460MB/sec. I tested joining two 6 minute 48 second DNxHR SQ 8bit sources at > 3840x2160 23.98 fps w

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Carl Eugen Hoyos
2017-10-19 16:26 GMT+02:00 Kieran O Leary : > Hi, > > On Thu, Oct 19, 2017 at 2:33 PM, Andrey Goreev wrote: >> ffmpeg -i [INPUT-FILE] -y -f mp4 -c:a libfdk_aac -b:a 192k -c:v libx264 >> -crf 23 -preset slow -map_metadata 0 [OUTPUT-FILE] >> > > On a side note: I think the internal ffmpeg aac enco

Re: [FFmpeg-user] [FFMPEG]Mux audio video - delay issue

2017-10-19 Thread Carl Eugen Hoyos
2017-10-19 17:43 GMT+02:00 Antonio Rolo : > Any clue about my issue below ? Please start with "ffmpeg -i video1.mp4 -i video2.mp4" and provide the complete, uncut console output, remember that only current FFmpeg (git head) is supported here. Carl Eugen __

Re: [FFmpeg-user] Why is concat so slow on a powerful machine?

2017-10-19 Thread Christian Johannesen
On Thu, Oct 19, 2017 at 11:51 AM, Kevin Duffey < kevinmduffey-at-yahoo@ffmpeg.org> wrote: > So I would assume that if I can copy the two files in a matter of seconds > from one dir to another on the SSD, that copying them together would be > similar speed. However I did try that and it seemed

Re: [FFmpeg-user] Why is concat so slow on a powerful machine?

2017-10-19 Thread Kevin Duffey
So I would assume that if I can copy the two files in a matter of seconds from one dir to another on the SSD, that copying them together would be similar speed. However I did try that and it seemed to hang.. or appear to do nothing. I unfortunately had to stop it but if it was working, it was t

Re: [FFmpeg-user] Why is concat so slow on a powerful machine?

2017-10-19 Thread Carlos E. R.
On 2017-10-19 17:51, Kevin Duffey wrote: > So I would assume that if I can copy the two files in a matter of > seconds from one dir to another on the SSD, that copying them together > would be similar speed. However I did try that and it seemed to hang.. > or appear to do nothing. I unfortunately h

[FFmpeg-user] Re :[FFMPEG]Mux audio video - delay issue

2017-10-19 Thread Antonio Rolo
Hello, Any clue about my issue below ? Thanks and Best regards,Antonio ROLO  Envoyé depuis Yahoo Mail pour Android Le sam., oct. 14, 2017 à 10:36, Antonio Rolo a écrit : Hi, I need some support with ffmpeg. I would like to add the audio of video1.mp4 to video2.avi. (video1 and video2 are

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Andrey Goreev
Kieran, Thank you for your comments. I pasted my answers below yours. Best regards, Andrey On Thu, Oct 19, 2017 at 8:26 AM, Kieran O Leary wrote: > Hi, > > On Thu, Oct 19, 2017 at 2:33 PM, Andrey Goreev wrote: > > > > > ffmpeg -i [INPUT-FILE] -y -f mp4 -c:a libfdk_aac -b:a 192k -c:v libx264

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Andrey Goreev
I wrote a script to compress all my videos (posted here: https://github.com/AndriusWild/dam_scripts look for compress2mp4.sh) I guess I will have to invest more time in it and make it use different FFmpeg commands depending on the input... Best regards, On Thu, Oct 19, 2017 at 9:33 AM, Andrey Gor

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Andrey Goreev
Moritz, Thanks a lot for the explanation. I think I did post the full console output. As for the yuvj420p, does it reduce the quality? Broader compatibility is one of the things on my priorities list for sure. Best regards, On Thu, Oct 19, 2017 at 8:35 AM, Moritz Barsnick wrote: > (Kieran's m

Re: [FFmpeg-user] Command being killed in perceptual hashing / ffmpeg in general

2017-10-19 Thread Aoife Fitzmaurice
> Does it make sense to use the signature filter on two files with very > different length? The purpose for which I am using the script is to compare two files for similar content, the shorter of which I believe is a partial dupe of the longer. Andrew Weaver has written an interesting blog on

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Gyan Doshi
On 10/19/2017 8:05 PM, Moritz Barsnick wrote: FFmpeg: "No pixel format specified, yuvj420p for H.264 encoding chosen. Use -pix_fmt yuv420p for compatibility with outdated media players. " fine in VLC, as you point out, but perhaps some fool is using Windows Media Player, or some hardware "me

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Moritz Barsnick
On Thu, Oct 19, 2017 at 16:35:02 +0200, Moritz Barsnick wrote: > Probably (we'll know when we see your complete console output) Sorry for this. We *did* see your complete console output. Moritz ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http:/

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Moritz Barsnick
(Kieran's mail passed mine. :-)) On Thu, Oct 19, 2017 at 07:33:34 -0600, Andrey Goreev wrote: > I have noticed that I get a bunch of warnings when compressing videos made > by a GoPro camera. > "Unsupported codec with id 0 for input stream 2" Let me guess: The files may hold something like geo-

Re: [FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Kieran O Leary
Hi, On Thu, Oct 19, 2017 at 2:33 PM, Andrey Goreev wrote: > > ffmpeg -i [INPUT-FILE] -y -f mp4 -c:a libfdk_aac -b:a 192k -c:v libx264 > -crf 23 -preset slow -map_metadata 0 [OUTPUT-FILE] > On a side note: I think the internal ffmpeg aac encoder might as good if not better now than libfsk_aac,

[FFmpeg-user] Tips on compressing videos created by GoPro

2017-10-19 Thread Andrey Goreev
Hello, I use this command to compress videos made by my family members with their mobile phones, DSLR cameras, etc. ffmpeg -i [INPUT-FILE] -y -f mp4 -c:a libfdk_aac -b:a 192k -c:v libx264 -crf 23 -preset slow -map_metadata 0 [OUTPUT-FILE] I have noticed that I get a bunch of warnings when

[FFmpeg-user] Is filter complex GPU accelerated?

2017-10-19 Thread kamal shadi
Hi all, From ffmpeg documents I see that video encoding can be GPU accelerated. Would the same be true for filtering operations? Thanks, Kamal ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubs

Re: [FFmpeg-user] RTSP to HLS re-stream stops with “No more output streams to write to, finishing.”

2017-10-19 Thread Alex Molon
Did you try with something like this? ffmpeg -i url://whatever/link.ext?fifo_size=100&overrun_nonfatal=1 I don't use RTSP in my environment but I use a lot of UDP streams (coming from outside my network and with recurrent drops even for few seconds) and ffmpeg is able to compensate without

[FFmpeg-user] compilation issues

2017-10-19 Thread tasos
Hello. I download the sources from git and i'm compiling it daily for a few months now. Now i have commit f4090940bd3024e69d236257d327f11d1e496229 and i have issues. a)About libmp3 i had to change (i have found it searching on google) enabled libmp3lame    && require "libmp3lame >= 3.98.3"