[FFmpeg-user] Undocumented a Parameter: Disable Data Stream

2016-09-26 Thread ilker tezcan
Hi, Carl has added "-dn" (to disable copying data streams) at 2011. http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d9cc6bb4324821853d56a44bb6b1bc6172ebeb6e But this parameter still unmentioned in here: https://www.ffmpeg.org/ffmpeg-all.html I informed this. Michael said me feel fr

Re: [FFmpeg-user] How to create a multichannel wav file without a specific channel layout

2016-09-26 Thread Robert Krüger
Hi Tobias, On Mon, Sep 26, 2016 at 3:58 PM, Tobias Rapp wrote: > On 26.09.2016 13:10, Robert Krüger wrote: > >> Hi, >> >> On Mon, Sep 26, 2016 at 12:42 PM, Carl Eugen Hoyos >> wrote: >> >> 2016-09-26 12:17 GMT+02:00 Robert Krüger : >>> >>> I would like to know if it is possible to create a wave

Re: [FFmpeg-user] How to create a multichannel wav file without a specific channel layout

2016-09-26 Thread Tobias Rapp
On 26.09.2016 13:10, Robert Krüger wrote: Hi, On Mon, Sep 26, 2016 at 12:42 PM, Carl Eugen Hoyos wrote: 2016-09-26 12:17 GMT+02:00 Robert Krüger : I would like to know if it is possible to create a wave file that contains n channels of audio which do not have a channel layout like 5.1 or

Re: [FFmpeg-user] Convert mkv video with 2 audio and 2 subtitle in format (e.g. avi) for playing in a dvd home player.

2016-09-26 Thread arkkimede
Hi Moritz! Any news for me? Thanks 2016-09-22 17:14 GMT+02:00 arkkimede : > Hi Moritz! Thank you for your kind answer! > First of all the info requested; > > $> ffmpeg -i input.mkv > ffmpeg version 2.6.9 Copyright (c) 2000-2016 the FFmpeg developers > built with gcc 4.9.2 (Debian 4.9.2-10) >

Re: [FFmpeg-user] How to create a multichannel wav file without a specific channel layout

2016-09-26 Thread Robert Krüger
On Mon, Sep 26, 2016 at 2:04 PM, Carl Eugen Hoyos wrote: > 2016-09-26 13:10 GMT+02:00 Robert Krüger : > > > I meant something like writing a 4,6 or 8-channel wav that just > > really contains 4,6,8 mono channels. > Not sure if I understand this sentence. > > I meant something like writing an n-ch

Re: [FFmpeg-user] How to create a multichannel wav file without a specific channel layout

2016-09-26 Thread Phil Rhodes
I recently wrote a RIFF parser for wave files which deals with all of this, and it is deeply horrible and complicated. P From: Carl Eugen Hoyos To: FFmpeg user questions Sent: Monday, 26 September 2016, 13:04 Subject: Re: [FFmpeg-user] How to create a multichannel wav file without a

Re: [FFmpeg-user] How to create a multichannel wav file without a specific channel layout

2016-09-26 Thread Carl Eugen Hoyos
2016-09-26 13:10 GMT+02:00 Robert Krüger : > I meant something like writing a 4,6 or 8-channel wav that just > really contains 4,6,8 mono channels. Not sure if I understand this sentence. That fact that the option -channel_layout 0 does not work as expected is a long-time regression. Carl Eugen

Re: [FFmpeg-user] How to create a multichannel wav file without a specific channel layout

2016-09-26 Thread Robert Krüger
Hi, On Mon, Sep 26, 2016 at 12:42 PM, Carl Eugen Hoyos wrote: > 2016-09-26 12:17 GMT+02:00 Robert Krüger : > > > I would like to know if it is possible to create a wave file that > contains > > n channels of audio which do not have a channel layout like 5.1 or > stereo, > > (I assumed n==1 here

Re: [FFmpeg-user] How to create a multichannel wav file without a specific channel layout

2016-09-26 Thread Carl Eugen Hoyos
2016-09-26 12:17 GMT+02:00 Robert Krüger : > I would like to know if it is possible to create a wave file that contains > n channels of audio which do not have a channel layout like 5.1 or stereo, (I assumed n==1 here because it should work fine for n>2) > much like a file used in broadcast for

[FFmpeg-user] How to create a multichannel wav file without a specific channel layout

2016-09-26 Thread Robert Krüger
Hi, I would like to know if it is possible to create a wave file that contains n channels of audio which do not have a channel layout like 5.1 or stereo, much like a file used in broadcast for just storing n signals in one wav file. Thanks for any hints on this, Robert __

Re: [FFmpeg-user] MXF to MP4 Conversion Problem

2016-09-26 Thread Moritz Barsnick
On Sun, Sep 25, 2016 at 22:18:45 -0300, Marcelo Boufleur wrote: > ...and this may not work in all occasions (so be warned), but there were > cases when I would generate a Quicktime MOV file and rename the extension > to MP4 to make it readable in softwares that would only accept MP4 content. If yo