Opened 11 years ago

Closed 11 years ago

#2146 closed defect (invalid)

two outputs are not created as expected

Reported by: mpapp Owned by:
Priority: normal Component: undetermined
Version: git-master Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:
How to reproduce:

./ffmpeg -i 'http://1.dlteh.net/Music/Album/Alicia%20Keys%20-%20Girl%20On%20Fire%20320/06.%20Girl%20On%20Fire%20(Inferno%20Version)%20(Feat.%20Nicki%20Minaj).mp3' -codec copy -map 0 -reference_stream  a oo%d.mkv -c copy music.mkv
This produced two outputs
oo%d.mkv and music.mkv. This looks incorrect.
I expected that this command should produces many segments based on oo%d.mkv and one huge file music.mkv

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Change History (3)

comment:1 by Carl Eugen Hoyos, 11 years ago

Allow me to repeat that you should only use network input if it is necessary to reproduce your problem, if it does not matter always use file input.

To make this a valid ticket, please add your command line (without network input if not necessary) together with complete, uncut console output.

comment:2 by mpapp, 11 years ago

Incorrect ticket, there is no problem. Please close.

comment:3 by Carl Eugen Hoyos, 11 years ago

Resolution: invalid
Status: newclosed
Note: See TracTickets for help on using tickets.