Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#5330 closed defect (wontfix)

concat error

Reported by: laurfb Owned by:
Priority: important Component: avformat
Version: git-master Keywords: concat regression
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

Summary of the bug:
Hi. Concat not working as expected since with latest git ffmpeg build.
The command used (based on https://trac.ffmpeg.org/wiki/Concatenate):
ffmpeg -f concat -i loop.txt -c copy output.avi

Please find the complete console output for two ffmpeg versions, only one working as expected (ffmpeg build on march 9)
regards,
laur

Attachments (3)

ffmpeg-20160311-184316.log (2.1 KB ) - added by laurfb 8 years ago.
ffmpeg-20160311-185322.log (2.3 MB ) - added by laurfb 8 years ago.
loop.txt (198 bytes ) - added by laurfb 8 years ago.

Change History (5)

by laurfb, 8 years ago

Attachment: ffmpeg-20160311-184316.log added

by laurfb, 8 years ago

Attachment: ffmpeg-20160311-185322.log added

by laurfb, 8 years ago

Attachment: loop.txt added

comment:1 by Carl Eugen Hoyos, 8 years ago

Component: undeterminedavformat
Keywords: concat regression added
Priority: normalimportant
Reproduced by developer: set
Resolution: invalid
Status: newclosed
Version: unspecifiedgit-master

You have to use relative paths for security reasons since 689211d5727231c3fe92762d224dbadebdbf4e30
As an alternative, specify -safe 0

comment:2 by Carl Eugen Hoyos, 8 years ago

Resolution: invalidwontfix
Note: See TracTickets for help on using tickets.