Josh Joy | 1 Nov 21:33
Picon

ffmpeg bug tracker url down?

Hi,

I'm having issues accessing the url bug tracker. Is it down? The replacement
I used for the url is "roundup". I also tried http and https

Thanks,
Josh
Benjamin Larsson | 1 Nov 21:45
Picon

Re: AAC-SBR support

Alex Guion wrote:
> Hi all,
> 
> One of my matroska file gives me a bunch of errors about SBR support not being implemented yet in ffmpeg. Is
there any plan to support this in the near future?
> 

Yes.

> Alex Guion

MvH
Benjamin Larsson
Víctor Paesa | 1 Nov 22:39

Re: ffmpeg bug tracker url down?

Hi,

Josh Joy said:
> Hi,
>
> I'm having issues accessing the url bug tracker. Is it down? The
> replacement I used for the url is "roundup". I also tried http and https

I'm afraid it is down. Keep on trying as eventually it will be up.

Regards,
Víctor
Víctor Paesa | 2 Nov 00:07

Re: libavfilter docs or examples?

Hi,

> Josh Joy said:
>
>> Ok kewl, I got past that issue by compiling SOC. Now back to my
>> original question :)
>>
>> What's the command to run this? I tried tweaking what was in the
>> readme in the file "vsrc_movie.c"
>>
>> here is my command and output
>>
>> ffmpeg -i input.mp4 -vfilters
>> "(in)setpts=PTS-STARTPTS,(T1)overlay=16:16(out);movie=3200000:mp4:input.mp4,scale=180:144,setpts=PTS-STARTPTS(T1)"
>> -y out.mp4
>> FFmpeg version SVN-r15585, Copyright (c) 2000-2008 Fabrice Bellard, et
>> al.
>>   configuration: --enable-gpl --enable-nonfree --enable-libamr-nb
>> --enable-libamr-wb --enable-postproc --enable-libmp3lame
>> --enable-swscale --enable-avfilter-lavf --enable-pthreads
>> --enable-libfaac --enable-libfaad --enable-memalign-hack
>> --enable-avfilter --enable-libx264
>> --extra-ldflags=-static
>>   libavutil     49.11. 0 / 49.11. 0
>>   libavcodec    52. 0. 0 / 52. 0. 0
>>   libavformat   52.22. 1 / 52.22. 1
>>   libavdevice   52. 1. 0 / 52. 1. 0
>>   libavfilter    0. 1. 0 /  0. 1. 0
>>   libswscale     0. 6. 1 /  0. 6. 1
>>   libpostproc   51. 2. 0 / 51. 2. 0
(Continue reading)

aviad rozenhek | 2 Nov 18:48
Picon
Gravatar

Joining several files together

Hi,
I want to use ffmpeg.exe to join several files together. for instance taking
a film which has been split into two parts, and joining them into 1 part.
I understand that for certain formats this is possible by simply concating
them together, but I am interested in an general solution which would work
for all formats, and with the ability to transcode etc.

is this possible in ffmpeg.exe today?
if not, would it be possible and how can I help to develop this feature?

Thanks
Aviad Rozenhek
RayV.com
Víctor Paesa | 2 Nov 23:23

Re: Joining several files together

Hi,

aviad rozenhek said:
> Hi,
> I want to use ffmpeg.exe to join several files together. for instance
> taking a film which has been split into two parts, and joining them into
> 1 part. I understand that for certain formats this is possible by simply
> concating them together, but I am interested in an general solution
> which would work for all formats, and with the ability to transcode etc.
>
> is this possible in ffmpeg.exe today?

I'm afraid not.

> if not, would it be possible

Yes, by applying this patch:
http://wiki.multimedia.cx/index.php?title=Interesting_Patches#File_concatenation_by_Wolfram_Gloger

> and how can I help to develop this feature?

By re-taking the discussion on this patch and making it acceptable for
inclusion into FFmpeg.

Regards,
Víctor
Picon

Could not find codec parameters

Hi guys

I got following error when converting .mpg to .flv

ffmpeg -i example.mpg
FFmpeg version SVN-r15664, Copyright (c) 2000-2008 Fabrice Bellard, et al.
  configuration: --prefix=/usr --enable-libamr-nb --enable-libamr-wb
--enable-libvorbis --enable-libxvid --enable-libmp3lame --enable-libx264
--enable-libtheora --enable-libfaad --enable-gpl --enable-shared
--enable-pthreads --enable-libfaac --enable-nonfree --enable-postproc
  libavutil     49.12. 0 / 49.12. 0
  libavcodec    52. 0. 0 / 52. 0. 0
  libavformat   52.22. 1 / 52.22. 1
  libavdevice   52. 1. 0 / 52. 1. 0
  libpostproc   51. 2. 0 / 51. 2. 0
  built on Oct 23 2008 17:40:01, gcc: 4.2.3 (Ubuntu 4.2.3-2ubuntu7)
[mpeg @ 0x80621f0]Could not find codec parameters (Video: 0x0000)
[mpeg @ 0x80621f0]Could not find codec parameters (Audio: mp2, s16)
example.mpg: could not find codec parameters

Thank you.

Sincerely,
gromeck | 3 Nov 09:58
Picon
Favicon

remapping streams

Hi,

I have a problem with the mapping of some input streams to output
streams:

The input file 001.mpg contains:

    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576 [PAR 64:45
DAR 16:9], 15000 kb/s, 25.00 tb(r)
    Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16, 256 kb/s
    Stream #0.2[0x1c1]: Audio: mp2, 48000 Hz, stereo, s16, 192 kb/s
    Stream #0.3[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 448 kb/s

I would like to get rid of stream #0.2 by mapping.
When I try this ...

ffmpeg -y -i 001.mpg 001-fixed.mpg \
   -map 0:0 -map 0:1 -map 0:3 \
   -vcodec copy -acodec copy -acodec copy -newaudio

I get ...

Input #0, mpeg, from '001.mpg':
  Duration: 01:59:41.28, start: 0.540000, bitrate: 6568 kb/s
    Stream #0.0[0x1e0]: Video: mpeg2video, yuv420p, 720x576 [PAR 64:45
DAR 16:9], 15000 kb/s, 25.00 tb(r)
    Stream #0.1[0x1c0]: Audio: mp2, 48000 Hz, stereo, s16, 256 kb/s
    Stream #0.2[0x1c1]: Audio: mp2, 48000 Hz, stereo, s16, 192 kb/s
    Stream #0.3[0x80]: Audio: ac3, 48000 Hz, stereo, s16, 448 kb/s
Output #0, mpeg, to '001-fixed.mpg':
(Continue reading)

Chris Hills | 3 Nov 12:38
Favicon
Gravatar

Problem with configure and literal "$"

I would like to compile ffmpeg binaries and libraries using the 
following linker arguments with --extra-ldflags:-

-Wl,-enable-new-dtags -Wl,-rpath,\$ORIGIN../lib

I finally figured out the correct sequence of escapes to get this to 
work with the binaries produced:-

-Wl,-enable-new-dtags --extra-ldflags=-Wl,-rpath,\\\\\$\\\$ORIGIN/../lib

However, the libraries do not get the correct arguments. They have a 
RUNPATH of "RIGIN/../lib" as opposed to the binaries which have the 
correct "$ORIGIN/../lib". I have had a look through the configure 
script, but I cannot work out where the problem is occurring.
David Thompson | 3 Nov 13:13
Picon
Favicon

libx264 and ffmpeg

Hello:

I am using an SVN build from 11th October (Packman package) of ffmpeg to try
to encode a VOB video to MP4 via libx264 and am having some issues setting
and limiting the bitrate.

I have tried using commands -b 1200, -b 1200k and -b 1200kb as well as -bt
100 (with and without k, kb) and have tried adding -rc_eq
"blurCplx^(1-qComp)" as well but the bitrate of the encoded video always
ends up around the 2500 kb mark which I am assuming is a default of some
kind.

Does anyone have any advice on how to limit the bitrate to 1200kb and even
better, how to encode at a constant bitrate?

Cheers,

David

Gmane