I am but a novice, not aiming to be an FFMPEG expert. I have some questions,
and pretty much no answers. It is not in my best interest to be subscribed to
the mailing list all the time, since I get about a dozen (or 3 dozens) messages
in my inbox DAILY. So, how does one unsubscribe (AND RE-SUBSC
On Wed, Feb 20, 2019 at 14:28:12 +0800, Yukun Guo wrote:
> I'm trying to transmux an H.264 movie in FLV container into raw H.264 in
> Annex.B format:
>
> ffmpeg -i movie.flv -c:v copy -an -bsf:v h264_mp4toannexb movie.264
[...]
> which is further called by `h264dec.c/h264_decode_frame`. What
>
On Wed, Feb 20, 2019 at 08:14:18 +, Andrew Valenkov wrote:
> I am but a novice, not aiming to be an FFMPEG expert. I have some
> questions, and pretty much no answers. It is not in my best interest
> to be subscribed to the mailing list all the time, since I get about
> a dozen (or 3 dozens) me
And I subscribe again by asking any question?
On Wednesday, February 20, 2019, 3:26:28 AM EST, Moritz Barsnick
wrote:
On Wed, Feb 20, 2019 at 08:14:18 +, Andrew Valenkov wrote:
> I am but a novice, not aiming to be an FFMPEG expert. I have some
> questions, and pretty much no answ
On Wed, 20 Feb 2019, 08:14 Andrew Valenkov, <
manwithgoodtaste-at-yahoo@ffmpeg.org> wrote:
> I am but a novice, not aiming to be an FFMPEG expert. I have some
> questions, and pretty much no answers. It is not in my best interest to be
> subscribed to the mailing list all the time, since I get
On Wed, Feb 20, 2019 at 08:27:56 +, Andrew Valenkov wrote:
> And I subscribe again by asking any question?
No, then your mail will be moderated (I believe), meaning it won't
reach the list quickly, and you won't receive replies.
How did you subscribe originally? That's the way to go. That quo
On 20-02-2019 11:58 AM, Yukun Guo wrote:
Hi,
I'm trying to transmux an H.264 movie in FLV container into raw H.264 in
Annex.B format:
ffmpeg -i movie.flv -c:v copy -an -bsf:v h264_mp4toannexb movie.264
The original video seems problematic, so FFmpeg outputs several lines of
"co located
On Wed, Feb 20, 2019 at 13:18:57 +0530, AMIT KUMAR wrote:
> Hi,
> These two command line i am implementing.
>
> Command line :
>
> 1). "-i 588041.webm -i 588041.wav -filter_complex
> [0:a][1:a]amix=inputs=2:duration=longest -preset ultrafast -vf
> scale=1280:720 588041.mp4"
You didn't understand correctly, Carl asked for the complete console
output (a copy/paste of the text) from running the commands.
>>> Sorry, i don't have access in my office to use the CMD so,
that's why i cant send you the console output.I am using through c#
application.
Does is al
> The original video seems problematic, so FFmpeg outputs several lines of
> "co located POCs
> unavailable" error. The error message is printed in
> `h264_direct.c/ff_h264_direct_ref_list_init`,
> which is further called by `h264dec.c/h264_decode_frame`. What confuses me
> is why does the copy
> c
I just noticed why you didn’t see any improvement when you say you tried crf 0,
you are not working with the original anymore, the video in the webm got
transcoded at some point to constrained baseline h264. Transcode from the
original.
___
ffmpeg-user
> On Feb 20, 2019, at 3:14 AM, Andrew Valenkov
> wrote:
>
> I am but a novice, not aiming to be an FFMPEG expert. I have some questions,
> and pretty much no answers. It is not in my best interest to be subscribed to
> the mailing list all the time, since I get about a dozen (or 3 dozens)
> m
Hi Ted,
Sorry for the inconvenience caused to you.But what we do have any
suggestion, i think if we use ESI controllable command in that command line
then it will become some good.
*Note- when i used -crf from 0 to 23 only seems file size differ.
On Wed, Feb 20, 2019 at 3:05 PM Ted Park wrote:
Am 19.02.19 um 20:11 schrieb Carl Eugen Hoyos:
> 2019-02-19 19:26 GMT+01:00, Ulf Zibis :
>
>> I'm still wondering, why ffmpeg doesn't recognize
>> the language codes of the subtitle streams.
> I don't think they are part of the vob file.
>
>> They must be there, as one can see from the
>> attached
> Sorry for the inconvenience caused to you.But what we do have any
> suggestion, i think if we use ESI controllable command in that command line
> then it will become some good.
Not at all, nobody’s forced to be here… But I think we are not understanding
each other very well. I don’t know what "E
Hi,
Thanks for help Ted.I am searching what to do.
Thanks & Regards
Amit Kumar
On Wed, Feb 20, 2019 at 3:44 PM Ted Park wrote:
> > Sorry for the inconvenience caused to you.But what we do have any
> > suggestion, i think if we use ESI controllable command in that command
> line
> > then it will
Am 20.02.19 um 09:26 schrieb Moritz Barsnick:
> At the bottom of every e-mail you receive, including this one, you get
> this footer
maybe place it on top, the typical human brain switches off after more
than 2 lines of text
___
ffmpeg-user mailing lis
Hi,
I am trying to generate a mpegts stream with live DVB subtitles.
I have managed to create DVB subtitles by doing some tricks with python +
spumux + ffmpeg and I can finally get a dvbsub file that contains subtitles.
If I mux dvbsubtitle file into a mpegts stream everything seems fine, just
a
On 2/20/2019 1:19 AM, AMIT KUMAR wrote:
Sorry, i don't have access in my office to use the CMD so,
that's why i cant send you the console output.I am using through c#
application.
(you might have told us this earlier)
I don't use c#, but in most languages you can easily capture stdout/stderr
I'm using ffmpeg 4.1 to grab an rtsp stream (includes both H.264 video and
G.711 audio) from a Sony EP580 IP camera.
If I transcode to mpeg4v2 and aac to a single avi file, things seem to work
fine.
This command line will go for as long as I like (I regularly do 15 minutes
at a go).
ffmpeg -min_p
On Tue, Feb 19, 2019, at 11:14 PM, Andrew Valenkov wrote:
> I am but a novice, not aiming to be an FFMPEG expert. I have some
> questions, and pretty much no answers. It is not in my best interest to
> be subscribed to the mailing list all the time, since I get about a
> dozen (or 3 dozens) mess
On 2/19/19, 2:15 PM, "ffmpeg-user on behalf of Carl Eugen Hoyos"
wrote:
2019-02-18 22:53 GMT+01:00, Marton Balint :
>
> On Mon, 18 Feb 2019, DeBacker, Bart wrote:
>> I grabbed the latest snapshot and see the same behavior. I don't think
>> this is really a bug, since
On 2/19/19, 11:48 AM, "ffmpeg-user on behalf of Ted Park"
wrote:
> On Feb 17, 2019, at 9:22 PM, DeBacker, Bart
wrote:
>
> Output #0, mp4, to 'lores.mp4':
> Metadata:
>application_platform: Omneon Media Api (mqx)
>uid : e4367ad7-e332-e911-aa0c-00
On Wed, Feb 20, 2019, at 10:21 AM, Lou Logan wrote:
>
> You can disable/enable mail delivery anytime while still remaining subscribed.
>
> 1. Go to the mailing list page:
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> 2. Enter your email address in the box at very bottom of the page and
>
2019-02-20 19:40 GMT+01:00, Michael Kohne :
> I'm using ffmpeg 4.1 to grab an rtsp stream (includes both H.264
> video and G.711 audio) from a Sony EP580 IP camera.
> If I instead use the tee muxer to make two avi files:
>
> ffmpeg -min_port 62000 -max_port 62004 -i rtsp://192.168.0.113/media/vide
2019-02-20 21:15 GMT+01:00, DeBacker, Bart :
>
> On 2/19/19, 2:15 PM, "ffmpeg-user on behalf of Carl Eugen Hoyos"
>>
>> 2019-02-18 22:53 GMT+01:00, Marton Balint :
>> >
>> > On Mon, 18 Feb 2019, DeBacker, Bart wrote:
>>
>> >> I grabbed the latest snapshot and see the same behavior. I don't
>> >>
2019-02-20 11:05 GMT+01:00, Ulf Zibis :
>
> Am 19.02.19 um 20:11 schrieb Carl Eugen Hoyos:
>> 2019-02-19 19:26 GMT+01:00, Ulf Zibis :
>>
>>> I'm still wondering, why ffmpeg doesn't recognize
>>> the language codes of the subtitle streams.
>>
>> I don't think they are part of the vob file.
>>
>>> Th
2019-02-20 10:32 GMT+01:00, Ted Park :
>> The original video seems problematic, so FFmpeg outputs
>> several lines of "co located POCs unavailable" error. The
>> error message is printed in `h264_direct.c/ff_h264_direct_ref_list_init`,
>> which is further called by `h264dec.c/h264_decode_frame`.
>>
2019-02-20 17:18 GMT+01:00, Felipe Mogollon :
> Hi,
>
> I am trying to generate a mpegts stream with live DVB subtitles.
>
> I have managed to create DVB subtitles by doing some tricks with python +
> spumux + ffmpeg and I can finally get a dvbsub file that contains subtitles.
>
> If I mux dvbsubti
Am 21.02.19 um 00:17 schrieb Carl Eugen Hoyos:
>> AND that ffmpeg is not able to extract
>> them from other ripped files such as *.ifo?
> That may be possible but you do not provide other
> ripped files to FFmpeg.
In my post from 18.02.19, 19:04 CET I had listed the ifo files:
dvdrip/tmp/ifo:
vts
2019-02-21 0:37 GMT+01:00, Ulf Zibis :
>
> Am 21.02.19 um 00:17 schrieb Carl Eugen Hoyos:
>>> AND that ffmpeg is not able to extract
>>> them from other ripped files such as *.ifo?
>> That may be possible but you do not provide other
>> ripped files to FFmpeg.
> In my post from 18.02.19, 19:04 CET
Hi,
I'm a Debian developer and would like to have license
information about FATE data files. Is this the right mailing
list to ask about this?
Is there a list of copyright holders and the actual licenses?
If not, are there copyright and license information about the
following files:
http://fate.
Am 21.02.19 um 00:39 schrieb Carl Eugen Hoyos:
> 2019-02-21 0:37 GMT+01:00, Ulf Zibis :
>> Am 21.02.19 um 00:17 schrieb Carl Eugen Hoyos:
AND that ffmpeg is not able to extract
them from other ripped files such as *.ifo?
>>> That may be possible but you do not provide other
>>> ripped fi
2019-02-21 0:45 GMT+01:00, Ulf Zibis :
>
> Am 21.02.19 um 00:39 schrieb Carl Eugen Hoyos:
>> 2019-02-21 0:37 GMT+01:00, Ulf Zibis :
>>> Am 21.02.19 um 00:17 schrieb Carl Eugen Hoyos:
> AND that ffmpeg is not able to extract
> them from other ripped files such as *.ifo?
That may be poss
2019-02-21 0:42 GMT+01:00, Martin :
> I'm a Debian developer and would like to have license
> information about FATE data files.
A very large number of them (for your purposes: all)
are non-free.
(For lena, this was explained by Debian to us.)
Carl Eugen
_
Am 21.02.19 um 00:52 schrieb Carl Eugen Hoyos:
> 2019-02-21 0:45 GMT+01:00, Ulf Zibis :
>> I didn't try it, because I don't know how.
>> Is ffmpeg able to gather such language codes for the 13
>> subtitles and the 5 audio streams from the ifo files
> After looking at the actual code again: No, sor
2019-02-04 23:29 GMT+01:00, Ulf Zibis :
>
> Am 04.02.19 um 01:00 schrieb Carl Eugen Hoyos:
>> 2019-02-03 21:16 GMT+01:00, Ulf Zibis :
>>> Am 03.02.19 um 21:06 schrieb Carl Zwanzig:
It's a shortening of "Top Field First" (TFF). With interlaced video
you have a choice of whether the top or
Hi all. I have ffmpeg installed from MacPorts and apparently x264 does not
support yuv420p! I can probably fix this by recompiling myself, but I’m
curious how did they remove support for this common pixel format? I don’t see
anything relevant in the configuration listed.
$ ffmpeg -h encoder
On 2019-02-21 02:34, Elliott Balsley wrote:
> Hi all. I have ffmpeg installed from MacPorts and apparently x264 does not
> support yuv420p! I can probably fix this by recompiling myself, but I’m
> curious how did they remove support for this common pixel format? I don’t
> see anything relevan
On 2/20/19, 6:06 PM, "ffmpeg-user on behalf of Carl Eugen Hoyos"
wrote:
2019-02-20 21:15 GMT+01:00, DeBacker, Bart :
>
> On 2/19/19, 2:15 PM, "ffmpeg-user on behalf of Carl Eugen Hoyos"
>>
>> 2019-02-18 22:53 GMT+01:00, Marton Balint :
>> >
>> > On Mon, 18 Feb 2019,
hi all,
I run the example "doc/examples/decode_video.c", but get the error
"[mpeg1video @ 0x7fb9ae801800] Invalid frame dimensions 0x0.
Error sending a packet for decoding".
The command is:
./frame2ppm ../nanyou.mp4 ../hellodeng
I'm on mac, the code is just the example code, I change nothing!
Doe
41 matches
Mail list logo