>
> SDI is 20bit 48k audio only. Thereโs really no good reason for anything
> else.
> Technically SDI also supports 48048 and 47952 to allow for pull up/down,
> but I
> think that is done by manipulating the clock rather than explicitly
> changing
> the sample rate.
SD-SDI PCM Audio is 20 bits, b
Hi,
replies below:
On Sunday, 9 October 2016, Al-Haseeb Jafar wrote:
> I'm completely unfamiliar with ffmpeg (I just know its name).
> On my video site phpvibe CMS is using the following ffmpeg command.
> CMD 1:
> {ffmpeg-cmd} -i {input} -vcodec libx264 -s {ffmpeg-vsize} -threads 4
> -movflags
On 09/10/16 22:00, Xen wrote:
... I wish it could be just about the information instead of telling others
what to do and what not to do and all of that.
It's called "biting the hand that feeds you."
You're welcome.
___
ffmpeg-user mailing list
ffmpe
Sven C. Dack schreef op 09-10-2016 1:52:
Don't call the work of others "too worthless to exist". Your rudeness
is uncalled for.
And that's denigrating and patronizing, but so you have it.
I think it hardly can be considered "the work of others" or even "a
work" in the light of things, becaus
2016-10-09 22:37 GMT+02:00 Nomis101 ๐ :
> //ERROR: gnutls not found using pkg-config//
> //
> //If you think configure made a mistake, make sure you are using the
> latest//
> //version from Git. If the latest version fails, report the problem to
> the//
> //ffmpeg-user@ffmpeg.org mailing list or
I don't know what was happening, but I'm not able anymore to build
ffmpeg. It was working nicely since a few weeks (I don't know what I
have done to break it). I'm on Mac OS X 10.12. I've tried with the
latest git version of ffmpeg. Normally I install any dependencies via
Macports which is not a pr
On 10/05/2016 08:19 PM, myml...@gmx.com wrote:
> Hi All,
>
> I've been reading post after post today but can't seem to find exactly
> what I need.
>
> Goal:
> Rip a DVD and then create a single file for playing via dnla enabled
> components, from the resulting rip files, that has everything inclu
Hi,
On Wed, Oct 05, 2016 at 17:19:32 -0700, myml...@gmx.com wrote:
> I originally wanted to create one single large VOB file, but read that
> technically VOBs should not be over 1Gb. Additionally I'm not sure if
> VOB supports menus and subtitles, so converting to another format that
> my TV supp
On Sun, Oct 09, 2016 at 11:41:46 -0700, Ryder Wright wrote:
> From the size of the b-3.swf file, it is not storing any actual data.
Good work.
> % ffmpeg -i b-1.swf -f image2 -vcodec png -r 30 k%02d.png
> Success!
Unless it's a miscoded SWF file, we'd probably like to see ffmpeg be
able to demux
On Sun, Oct 09, 2016 at 11:54:37 -0700, Ryder Wright wrote:
> I'd be interested in learning more about how the full log can help debug
> this issue. Here's the full output:
In this case, not much (technically), but generally speaking:
- We can see which version you are using. Often, issues have b
I tried:
ffmpeg -user-agent whatever -f concat -i list
with list content:
file 'http://localhost:1/1'
file 'http://localhost:1/2'
...
But ffmpeg just ignored the user-agent option and sent the default one, how
could I set http protoco
On Sun, Oct 9, 2016, at 04:10 AM, Free User wrote:
> Hello,
> Would you please advise on how we should cite ffmpeg in published
> research
> papers.
It's been years since I've done this, but if I recall correctly you
should refer to the writing style that you are following, such as
"Chicago" or wh
Hi All,
I've been reading post after post today but can't seem to find exactly
what I need.
Goal:
Rip a DVD and then create a single file for playing via dnla enabled
components, from the resulting rip files, that has everything included,
menu, all audio streams, video stream, subtitles AND has 1
I'm completely unfamiliar with ffmpeg (I just know its name).
On my video site phpvibe CMS is using the following ffmpeg command.
CMD 1:
{ffmpeg-cmd} -i {input} -vcodec libx264 -s {ffmpeg-vsize} -threads 4
-movflags faststart {output}.mp4
I want to add a functionality to this code of adding waterma
Hello,
Would you please advise on how we should cite ffmpeg in published research
papers.
Regards,
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
To unsubscribe, visit link above, or email
ffmpeg-user-
Wow, thanks for the fast response Moritz!
> Apparently ffmpeg can't correctly decode/demux the version 10 SWF file.
> Please show us the complete, uncut console output of the above command.
>
I believe I've found a way to address my problem (posted separately), but
I'd be interested in learning
Ah, I think I've answered my own question (posting the result in case it is
useful for anyone else)
# See what objects exist in the SWF file
% swfextract b.swf
Objects in file b.swf:
[-i] 1 MovieClip: ID(s) 3
[-F] 1 Font: ID(s) 2
[-b] 1 Binary: ID(s) 1
[-f] 1 Frame: ID(s) 0
# Extract out the
On Sun, Oct 09, 2016 at 11:22:33 -0700, Ryder Wright wrote:
> but when the above is invoked on version 10 swfs, I get an error:
> could not find codec parameters
Apparently ffmpeg can't correctly decode/demux the version 10 SWF file.
Please show us the complete, uncut console output of the above
Hi all,
I have a collection of swf files, some of which are version 8 and some are
version 10. I want to create animated gifs from these files.
I've established that I can obtain a collection of images from the version
8 swfs using:
% ffmpeg -i $swf -f image2 -vcodec png -r 30 i%02d.png
but whe
19 matches
Mail list logo