Ticket #934 (closed enhancement: fixed)

Opened 16 months ago

Last modified 16 months ago

Avid DS Uncompressed SUDS

Reported by: zhukov Owned by:
Priority: normal Component: avcodec
Version: git-master Keywords: suds avrp
Cc: Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

example SUDS mov file
 http://dl.dropbox.com/u/1109725/SUDS.mov.gz

example AvidRGBPackerHD 1080P RGB file
 http://dl.dropbox.com/u/1109725/AVrp.mov.gz

notes: (maybe useful)
Avid DS produces SUDS quicktime ref movies which playback on windows (avid ds platform)
however avid does not provide codecs for mac.
this is what you can do to playback SUDS file on mac:

  1. download avid quicktime codecs  http://avid.custkb.com/avid/app/selfservice/search.jsp?DocId=423319
  2. encode any video using quicktime with AvidRGBPackerHD codec
  3. replace stsd atom of your dsproduced.mov with stsd of avrpencoded.mov - now your DS video plays back in quicktime7. which hopefully proves that AVrp and SUDS are the same codecs.

example of DS output and hacked stsd to enable mac playback files are provided above.

Attachments

SUDS.mov.gz Download (96.3 KB) - added by zhukov 16 months ago.
DS produced self contained SUDS
AVrp.mov.gz Download (96.4 KB) - added by zhukov 16 months ago.
SUDS.mov with hacked stsd

Change History

Changed 16 months ago by zhukov

DS produced self contained SUDS

Changed 16 months ago by zhukov

SUDS.mov with hacked stsd

comment:1 Changed 16 months ago by cehoyos

  • Keywords suds avrp added
  • Status changed from new to closed
  • Version changed from unspecified to git-master
  • Resolution set to fixed
  • Reproduced by developer set

Should be fixed, thank you for the sample.

comment:2 Changed 16 months ago by zhukov

something with colorspace? or am i missing something?
ffmpeg decoded AVrp
 http://dl.dropbox.com/u/1109725/AVrp-ffmpeg.png

quicktime decoded AVrp
 http://dl.dropbox.com/u/1109725/AVrp-quicktime.png

comment:3 Changed 16 months ago by richardpl

mov contains some visual.(color,contrast,tint,brightness) atom stuff which is not currently supported.
So I think that is causing difference and not bug in AVrp decoder.

You could modify values of such entries in mov to prove me wrong/correct.

Note: See TracTickets for help on using tickets.