[FFmpeg-user] Fwd: Problem with a YT video

2016-04-27 Thread G A
8th fucking time, stop this shit. > ffmpeg-user@ffmpeg.org > Begin forwarded message: > > From: jd1008 > Subject: Re: [FFmpeg-user] Problem with a YT video > Date: April 27, 2016 at 16:35:45 PDT > To: ffmpeg-user@ffmpeg.org > Reply-To: FFmpeg user questions > > Hi Moritz, > How do I use the c

[FFmpeg-user] Fwd: screen_capture_recorder to record 2nd monitor

2016-04-27 Thread G A
stop sending me this, goddamn this is 6th fucking time. > Begin forwarded message: > > From: Tim Hiles > Subject: [FFmpeg-user] screen_capture_recorder to record 2nd monitor > Date: April 25, 2016 at 17:01:27 PDT > To: FFmpeg user questions > Reply-To: FFmpeg user questions > > I use exactly

[FFmpeg-user] Fwd: Trouble decoding ASF file from baby monitor

2016-04-27 Thread G A
stop sending me this, goddamn this is 7th fucking time. > Begin forwarded message: > > From: matt > Subject: Re: [FFmpeg-user] Trouble decoding ASF file from baby monitor > Date: April 26, 2016 at 22:11:28 PDT > To: FFmpeg user questions > Reply-To: FFmpeg user questions > > On 4/26/2016 1:03

Re: [FFmpeg-user] Screen capture without sound

2016-03-05 Thread G A
use the log level to see if anything is bombing -loglevel warnings use stats to watch it encode -stats check your raw source, x265 only handles "yuv420p" | "yuv422p" | "yuv444p” if your video is "yuvj420p" | "yuvj422p" | "yuvj444p" | "nv12" | "nv16" | “nv2 you need to use x264 you have two

Re: [FFmpeg-user] settings?

2016-01-26 Thread G A
i figured this out days ago. Sent from somewhere in … The Twilight Zone > On Jan 25, 2016, at 23:59, Moritz Barsnick wrote: > > On Tue, Jan 19, 2016 at 19:05:24 -0800, G A wrote: >> what settings for x265 would you use to convert this old avi? > > I would always use the

[FFmpeg-user] settings?

2016-01-25 Thread G A
what settings for x265 would you use to convert this old avi? Input #0, avi, from 'a.avi': Metadata: encoder : Nandub v1.0rc2 Duration: 00:31:33.31, start: 0.00, bitrate: 769 kb/s Stream #0:0: Video: msmpeg4v3 (DIV3 / 0x33564944), yuv420p, 640x480, 631 kb/s, 23.98 fps, 23.

[FFmpeg-user] how to combine resampler? dither and resample

2016-01-25 Thread G A
https://ffmpeg.org/ffmpeg-resampler.html it’s not clear from the documentation how to resample and dither -filter:a aresample=resampler=soxr -filter:a aresample=dither_method=shibata i’ve tried these separately and combined, nothing seems to work i get errors like Unable to find a suitable out

[FFmpeg-user] x265 on osx

2016-01-25 Thread G A
i probably made the mistake of installing x265 lib via homebrew, ugh, i’m transcoding some video and get this from the display x265 [info]: HEVC encoder version 1.8+1-5dcc9d3a928c400b x265 [info]: build info [Mac OS X][clang 7.0.2][64 bit] 8bit so if i compile the lib with 10 and 12-bits will fm

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread G A
of course it is enough. it works on unix/osx, i build ffmpeg with 40 plugins from the repo every few days and these flags work. Sent from somewhere in … The Twilight Zone > On Jan 21, 2016, at 11:22, Reindl Harald wrote: > > > > Am 21.01.2016 um 20:12 schrieb G A: >&

Re: [FFmpeg-user] How to build for static ffmpeg executable

2016-01-21 Thread G A
specify -—disable-shared —enable-static Sent from somewhere in … The Twilight Zone > On Jan 21, 2016, at 06:52, John Pompeii wrote: > > > > > Hi, > I am building ffmpeg.exe and ffprobe.exe on 64 bit windows (7) using > MSYS2/MINGW64. I've resolved all the dependent libraries and got a buil

Re: [FFmpeg-user] Dolby-E Codec

2016-01-21 Thread G A
decadec lib might do it. Sent from somewhere in … The Twilight Zone > On Jan 21, 2016, at 07:12, Christoph Gerstbauer > wrote: > > Hi, > > Is it possible to decode or encode Dolby-E with ffmpeg? > > I just find decoder encoder information about: > ac3 -> dolby digital > eac3 -> Dolby digital

[FFmpeg-user] OSX:deprecated

2016-01-14 Thread G A
when i use this filter aresample=dither_method=shibata i get this message from ffplay. is there a fix for this? 2016-01-14 00:37:59.136 ffplay[41297:328409] 00:37:59.136 WARNING: 140: This application, or a library it uses, is using the deprecated Carbon Component Manager for hosting Audio

[FFmpeg-user] help: resampling audio settings

2016-01-14 Thread G A
hello, i’m resampling some audio with soxr with flac. do these seem reasonable? thanks -codec:a flac -prediction_order_method 4 -lpc_passes 12 -exact_rice_parameters 1 -lpc_type 3 -ch_mode indep -sample_fmt s16 -ar 44100 -b:a 253588 -filter:a "volume=.7dB" -filter:a aresample=resampler=soxr=ch

Re: [FFmpeg-user] Converting Audible AAX

2016-01-13 Thread G A
they are encrypted files, ffmpeg is not going to crack it Audible AAX files are encrypted M4B files, and they can be decrypted by specifying a 4 byte activation secret. -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/Converting-Audible-AAX-tp4673787p4674063.html Sent