Linuxbot B outlook.com> writes:
> I`m trying to create mpeg-ts file with opus audio, but its not working..
This was never implemented, bug Kieran about it...
Carl Eugen
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/lis
I`m trying to create mpeg-ts file with opus audio, but its not working..
Thank you..
ffmpeg and ffprobe logs:
ffmpeg -i /tmp/clip.ts -c:v libx264 -tune zerolatency -c:a libopus -b:a 64k -f
mpegts /root/test.tsffmpeg version 2.8-static http://johnvansickle.com/ffmpeg/
Copyright (c) 2000-2015 the
I guess I’m just talking to myself here, but thought I would close this thread
with a report of how I solved the problem. After trying hundreds of things, I
found the solution in a very old post by Carl Eugen, replying to someone who
had buffer queue overflows for a completely different reason.
Attention to Carl Eugen
and other experts,
I did lot of tests and answered your last question.
I didn't get any feedback so far, maybe you missed them.
I need to go further in my project but I don't know what to do now to
avoid the errors.
Thank you to have a look and advice.
On Sat, Sep 26, 2015 at 12:45:12 +, Carl Eugen Hoyos wrote:
> Moritz Barsnick gmx.net> writes:
> > My PVR (or call it STB) likes neither AC-3 nor
> > dvb_subtitles when muxed by ffmpeg into an MPEG-TS
>
> That is because FFmpeg writes a (general) transport stream
> while your stb expects a
Moritz Barsnick gmx.net> writes:
> My PVR (or call it STB) likes neither AC-3 nor
> dvb_subtitles when muxed by ffmpeg into an MPEG-TS
That is because FFmpeg writes a (general) transport stream
while your stb expects a dvb stream (different standards).
There used to be a patch (I am not sure
On Sat, Sep 26, 2015 at 05:12:38 -0500, Mike Brown wrote:
> I just noticed that I am really, really, out-of-date. I've normally only
> been using it to extract pcm audio from a TS stream and haven't dealt with
> subtitles before.
Congratulations and kudos to you and a warning to all others who th
On Sat, Sep 26, 2015 at 04:35:44 -0500, Mike Brown wrote:
> On Sat, Sep 26, 2015 at 03:00:07PM +0530, Anshul wrote:
> > New thread please!
> I'm confused. It is a new mail list thread.
No, it isn't. You wrote a new mail as a reply to an existing thread.
View it in gmane and see the effect: People
Phil Rhodes rocketmail.com> writes:
> > it is not supported here.
>
> Really, Carl Eugen. What is?
libavutil, libavcodec etc. as provided by FFmpeg
are supported here (or probably on the libav-user
mailing list), libffmpeg.so which is not provided
by FFmpeg is not supported here.
Carl Eugen
Mike Brown mrvideo.vidiot.com> writes:
> As a side issue, how does one stop those
> annoying "frame=" lines?
-nostats
As said, please remember not to hijack threads, this
is considered rude everywhere!
Carl Eugen
___
ffmpeg-user mailing list
ffmpe
On Sat, Sep 26, 2015 at 05:02:37AM -0500, Mike Brown wrote:
> Mike Brown mrvideo.vidiot.com> writes:
> *
> BRN <126> ffmpeg -i BBC-AAC60-test.ts -map 0:0 -vcodec copy -map 0:1 -acodec
> ac3 -ab 640k -map 0:2 -scodec copy BBC-DD51-test.ts
> ffmpeg version N-52837-g399f6ef Copyright (c) 2000-20
Mike Brown mrvideo.vidiot.com> writes:
>> Here is the situation: the source is a BBC video
>> from freeview, which has AAC audio, specifically
>> AAC 6.0. I prefer AC3 5.1
>
>(This makes no sense.)
How does this not make any sense? AAC6.0 doesn't work with everything.
In my case, when I play
On Sat, Sep 26, 2015 at 03:00:07PM +0530, Anshul wrote:
>
>
> On 09/26/2015 02:38 PM, Mike Brown wrote:
[...]
>> MB
> New thread please!
I'm confused. It is a new mail list thread.
MB
--
e-mail: vid...@vidiot.com | vid...@vidiot.net/~\ The ASCII
6082066...@email.uscc.net (14
On 09/26/2015 02:38 PM, Mike Brown wrote:
Here is the situation: the source is a BBC video from freeview, which has
AAC audio, specifically AAC 6.0. I prefer AC3 5.1
So, here is the CLI:
ffmpeg -i inputfile.ts -map 0:0 vcodec copy -map 0:1 -acodec ac3 -ab 640 \
-map 0:2 -scodec copy outputfi
> it is not supported here.
Really, Carl Eugen. What is?
P
___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user
Mike Brown mrvideo.vidiot.com> writes:
> Here is the situation: the source is a BBC video
> from freeview, which has AAC audio, specifically
> AAC 6.0. I prefer AC3 5.1
(This makes no sense.)
> So, here is the CLI:
(Complete, uncut console output missing.)
Please provide the input file.
C
Here is the situation: the source is a BBC video from freeview, which has
AAC audio, specifically AAC 6.0. I prefer AC3 5.1
So, here is the CLI:
ffmpeg -i inputfile.ts -map 0:0 vcodec copy -map 0:1 -acodec ac3 -ab 640 \
-map 0:2 -scodec copy outputfile.ts
When I look at the output file with med
ankur456799 gmail.com> writes:
> Hi i want to use ffmpeg as a dll its possible ?
It is possible (several companies do this iirc) to
use a libffmpeg.dll library instead of libavcodec
and friends but it is not supported here.
Carl Eugen
___
ffmpeg-us
Michael Casadevall ubuntu.com> writes:
> I'm currently working on building a low-latency screen
> capture application using FFmpeg, and VP8.
I wonder if VP8 may be the encoder with the
highest latency available.
> 3. x11grab uses the MIT-SHM extension to grab the
> raw RGB data from X11. Th
19 matches
Mail list logo