[FFmpeg-user] how to convert flv/mp4 into hls

2016-10-19 Thread qw
Hi, Generally, ffmpeg can convert flv/mp4 files into hls format, where m3u8 is the list file, and segment format is ts. Is it possible that segment format is set to mp4? Thanks! Regards Andrew ___ ffmpeg-user mailing list

[FFmpeg-user] when to use 10bit

2016-10-19 Thread George Nistor
Hello Ffmpeg-users, I have a general question. When makes sense to use 10 bit for video encoding? Does it make any difference at high kbps? For more than 3000 kbps it is seen a difference in more quality (acuracy) of the colors? -- Best regards, George

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Carl Eugen Hoyos
2016-10-19 23:56 GMT+02:00 Josh Sloat : >>Where did he say that? > > OP discusses failed methods here: > https://www.mail-archive.com/ffmpeg-user@ffmpeg.org/msg11151.html (Now an important part of my email is missing above) I don't think he discusses a suggested method

Re: [FFmpeg-user] Newbie ish question with mpegts streaming

2016-10-19 Thread Wayne Merricks
Hi, Apologies, I assumed the command by itself would be enough. I've been playing with the command since the email but I'm still unable to get the proprietary system to correctly receive. I can't provide a working ffmpeg -i because the equipment/software in use is an old version of some

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Josh Sloat
>Where did he say that? OP discusses failed methods here: https://www.mail-archive.com/ffmpeg-user@ffmpeg.org/msg11151.html >Please fix your quoting I’m using the Reply button in mail.app and the “>" symbol for quoting. Pretty standard stuff. Not sure what more I can do. > On Oct 19, 2016,

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Carl Eugen Hoyos
2016-10-19 23:28 GMT+02:00 joshsloat : >>Could it also be a matter of reading the mails I write? > > I’ve read every single line of every single post in this thread. > You gave the original poster a solution and he said it didn’t work. Where did he say that? Please fix

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread joshsloat
>Could it also be a matter of reading the mails I write? I’ve read every single line of every single post in this thread. You gave the original poster a solution and he said it didn’t work. I can either repeat what the OP did and end up with the same result - or we can move things closer to

Re: [FFmpeg-user] Extracting embedded xml metadata im mp4

2016-10-19 Thread Carl Eugen Hoyos
2016-10-19 19:31 GMT+02:00 Robert Krüger : > Are those meta atoms parsed in the mov demuxer? Yes, but most content (except "hdlr") is ignored. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Newbie ish question with mpegts streaming

2016-10-19 Thread Carl Eugen Hoyos
2016-10-19 19:42 GMT+02:00 Wayne Merricks : > If it helps here is my entire ffmpeg command so far: Please always provide the command line you tested together with the complete, uncut console output when asking for help here. In your case, please also provide the

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Carl Eugen Hoyos
2016-10-18 19:21 GMT+02:00 Josh Sloat : > We’re not currently compiling ffmpeg from source. Sorry, your mail is difficult to read: To which of my questions is this the answer? Carl Eugen ___ ffmpeg-user mailing list

[FFmpeg-user] H264 decoding with dx11 (libavcodec)

2016-10-19 Thread Siddharth Bidasaria
Hi, I'm looking for a minimalistic example/guide for setting up dx11 hardware acceleration for h264 decoding using libavcodec I was trying to follow the basic concepts behind this link (for dxva), and translating it to dx11

Re: [FFmpeg-user] issue with concat and seek

2016-10-19 Thread Moritz Barsnick
On Wed, Oct 19, 2016 at 17:17:20 +0200, Carles Vila wrote: > Normal concat without seeking works just fine: > ffmpeg -f concat -i list.txt -c copy output.mp4 You should probably be showing us list.txt. Actually, you should be showing us the complete, uncut console output of your ffmpeg commands

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread joshsloat
Thanks Moritz and Phil. You are precisely correct as to why I posted the question where I did. >how about learning to use your mail client? Good grief, Reindl. Comments like these are precisely why every conversation on the Internet devolves into a flame war. No help, no value, just

[FFmpeg-user] Extracting embedded xml metadata im mp4

2016-10-19 Thread Robert Krüger
Hi, I am currently looking at files from Sony A7S cameras (h264 in mp4) and looking at those files in a hex/text editor I can see that they have xml metadata written in a "meta" tag as far as I can see: http://www.w3.org/2001/XMLSchema-instance; lastUpdate="2016-03-14T14:00:37Z"> Is

[FFmpeg-user] Transcode video problem with h264_nvenc

2016-10-19 Thread Gabor Alsecz
Dear All, I try to transcode a video with h264_nvenc codec with the following command (including stdout/pipe, Windows): ffmpeg -i perspective1440.mp4 -c:v h264_nvenc -profile:v high -vf format=nv12 -qp 0 -f h264 - > perspective1440_out_nvenc.mp4 *Output:* ffmpeg version N-81960-g1bda0ee

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Phil Rhodes
> however, if you have a precompiled binary from somewhere then bother the > person who built it Or, you could discuss it here, where there might be some other people who've used it. P ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Compiling FFmpeg without SecIdentityCreate API

2016-10-19 Thread Reindl Harald
Am 19.10.2016 um 01:24 schrieb Josh Sloat: How is this helpful? how about learning to use your mail client? that starts with not top-posting and create your own topic by compose a new mail and *not* reply to something else - however, if you have a precompiled binary from somewhere then