Re: [FFmpeg-user] scaling up without losing definition

2017-07-17 Thread Cley Faye
Le 18 juil. 2017 05:06, "JD" a écrit : Can ffmpeg do that? Like from say 854x356 and transcode it to 1920x1080 without losing high definition (i.e. no blurring as a result of transcoding to a larger display). Ffmpeg can do scaling using various algorithm, including the "simple" nearest neighbor

[FFmpeg-user] scaling up without losing definition

2017-07-17 Thread JD
Can ffmpeg do that? Like from say 854x356 and transcode it to 1920x1080 without losing high definition (i.e. no blurring as a result of transcoding to a larger display). ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listi

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread Anatoly
On Tue, 18 Jul 2017 00:32:14 +0300 ILJA SHEBALIN wrote: > Thanks, I'll consider moving to Macports. I just wanted to know what > is that It must be source code, almost program(s) texts written in C programming language. > and how is that different from three binaries for OS X that I > had downloa

Re: [FFmpeg-user] Possible bug in TEE muxer.

2017-07-17 Thread Moritz Barsnick
On Mon, Jul 17, 2017 at 14:57:37 +0100, Alex Molon wrote: > # ffmpeg -v verbose -i udp://226.45.23.147:2001 -c:v h264_nvenc -c:a aac > -strict 2 -f tee -map 0 > [f=mpegts:hls_segment_filename=sftp://compliance:complitest@localhost/home/auser/test/test.ts]sftp://compliance:complitest@localhost/ho

Re: [FFmpeg-user] Eror with building ffmpeg x64

2017-07-17 Thread Moritz Barsnick
On Wed, Jul 05, 2017 at 19:53:40 +0300, Николай Кузьмин wrote: > Log in the .zip archive That log says: > It was created by fdk-aac configure 0.1.5, which was That's the wrong config.log. Please show us ffmpeg's config.log. As it is very large, please copy the first ~20 and last ~20 lines. > --p

Re: [FFmpeg-user] ffmpeg: chroma pixels are wrong when using cuvid to decode h264 stream to yuv file

2017-07-17 Thread Andy Furniss
ekin yang wrote: Dear expert, Currently I am trying to use ffmpeg and Nvidia GPU card to decoding h264 stream to yuv file. There are no errors during the decoding process. But I find the yuv file I got is not exactly correct. It seems the luma pixels are correct but chroma pixels are wrong. G

[FFmpeg-user] ffmpeg with hwaccel and direct access to gpu memory as texture

2017-07-17 Thread Zygmunt Ptak
Hello everyone. I'm looking for some example (or description) with playing video stream which is hardware decoded, but I don't want to copy data from AVFrame to texture. I want to reuse decoded data in GPU as texture and render it with opengl. Is it possibly? Regards Zygmunt

[FFmpeg-user] Replacing mp3gain

2017-07-17 Thread Thad Wakefield
To lower bitrate, increase tempo and equalize at 96db, I do: ffmpeg.exe -v 0 -i infile.mp3 -aq 10 -af atempo=1.4 -vn outfile.mp3 mp3gain /q /r /d 7 /c outfile.mp3 Can this be done with just ffmpeg? Thanks ___ ffmpeg-user mailing list ffmpeg

[FFmpeg-user] gst-liav package cross compilation issue.

2017-07-17 Thread saad . m
Hi, Iam facing these issues while cross compiling the gst-libav-1.6.3 package. And i have tried with gst-libav-1.5.90 and gst-libav-1.4.5 but still facing the same issue. Issues: Unknown OS 'linuxeabi'. If you think configure made a mistake, make sure you are using the latest version from

[FFmpeg-user] FFMPEG x64 build error

2017-07-17 Thread Николай Кузьмин
Hello, dear forum users! I use Media AutoBuildSuite to build ffmpeg for windows. It works fine for 32-bit static version of FFmpeg. But when I try to build 64-bit static version of FFmpeg i get the following error: Compiling static FFmpeg... ├ Running configure... Likely error: CFLAGS: -mthre

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread Manuel Tiglio
Macports is a package manager so that if you want to install open source software it will download all the dependencies that are needed are downloaded and compiled (it will ask for your permission, of course) and it will keep track of inter dependencies if you update some software. I am guessi

[FFmpeg-user] Ubuntu 16.04 ffplay - display variable not set

2017-07-17 Thread Emer Mcgloughlin
hi, I have two laptops that use Ubuntu 16.04. I can't use ffplay due to an SDL/$DISPLAY variable error. I never had an issue with Ubuntu 14. When I type echo $DISPLAY I just get :0 Can anyone help? I don't have the issue with the version that comes from apt-get. Clearly i am making some silly mis

Re: [FFmpeg-user] concat video requirements

2017-07-17 Thread Tony Lambropoulos
Ahh nevermind, what you said works when I use the concat filter and not "ffmpeg -f concat -i file.txt...". I had assumed they would work the same On Mon, Jul 17, 2017 at 4:37 PM, Tony Lambropoulos wrote: > Hey Gyan, > I've ensured the SAR ratios and resolutions match up. The results are > stil

Re: [FFmpeg-user] concat video requirements

2017-07-17 Thread Tony Lambropoulos
Hey Gyan, I've ensured the SAR ratios and resolutions match up. The results are still pretty funky, however. The first video last far longer than it's supposed to and the second video is running in slow motion. Is there nothing else that should match up? Here are the specs on the two input vide

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread Andrey Goreev
Also, Ian Mills from exiv2 project is a Mac OS guru when it comes to compiling from sources.  He can be found on discuss.pixls.us or on exiv2 project web site. Sent from my Samsung Galaxy smartphone. Original message From: Manuel Tiglio Date: 2017-07-17 3:22 PM (GMT-07:00) To

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread ILJA SHEBALIN
Thanks, I'll consider moving to Macports. I just wanted to know what is that and how is that different from three binaries for OS X that I had downloaded before? I'm not that smart to pretend to be a CLI guy so these things are to Greek to me comprehending how-to and what is what. What advantage

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread Andrey Goreev
It depends on what you have downloaded. If that is a tarball you will have to compile it using homebrew or something of the sort for Mac OS.  If that is binaries you just make them executable and run in terminal. Sent from my Samsung Galaxy smartphone. Original message From: IL

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread Manuel Tiglio
Again, macports is a package manager to make your life easy when installing open source software such as in this case. https://www.macports.org Here’s who to install mac ports. You need to: 1) Install the macports version depending on your Mac OS version Then follow instructions (1-4). There

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread ILJA SHEBALIN
So where's the best place to download ffmpeg utilities? I re-visited ffmpeg.org and instead of going with packages designed for Mac platform I downloaded v3.3.2 zip file with bunch of stuff I'm at loss of what to do with. Is it meant for devs to compile, assemble their software or what? 17.07.20

Re: [FFmpeg-user] concat video requirements

2017-07-17 Thread Gyan
On Tue, Jul 18, 2017 at 12:37 AM, Tony Lambropoulos wrote: > > Does anyone have a specific list of these attributes to ensure the concat > command is successful? > For video streams, resolution and SAR have to match. Pixel format and frame rate need not match. Since the filter operates upon deco

[FFmpeg-user] concat video requirements

2017-07-17 Thread Tony Lambropoulos
I see on this wiki for the concat filter: https://trac.ffmpeg.org/wiki/Concatenate "The inputs have to be of the same frame size, and a handful of other attributes have to match." Does anyone have a specific list of these attributes to ensure the concat command is successful? Appreciate the help,

Re: [FFmpeg-user] Use concat demuxer with input format

2017-07-17 Thread Nicolas George
L'octidi 28 messidor, an CCXXV, Hans Carlson a écrit : > "... not implemented yet"? Does that mean it's currently in the works? Or > just something that has been considered, but no work has been done? It was considered, but as far as I know nobody is actively working on it. > $ ffmpeg -f s16le

Re: [FFmpeg-user] Possible bug in TEE muxer.

2017-07-17 Thread Alex Molon
Update. Well... I'm trying with this command: # ffmpeg -v verbose -i udp://226.45.23.147:2001 -c:v h264_nvenc -c:a aac -strict 2 -f tee -map 0 [f=mpegts:hls_segment_filename=sftp://compliance:complitest@localhost/home/auser/test/test.ts]sftp://compliance:complitest@localhost/home/auser/test/tes

Re: [FFmpeg-user] man ffmpeg absent

2017-07-17 Thread Carlos E. R.
On 2017-07-16 21:54, Manuel Tiglio wrote: > Hi Carlos, > > If you don’t want to build ffmpeg yourself (and other packages) you can use > macports (a package manager for Mac) It is not me who asked ;-) -- Cheers / Saludos, Carlos E. R. (from 42.2 x86_64 "Malach