[Bug 327872] Re: Broken support for AVCHD (MTS/M2TS)

2010-02-19 Thread Mikko Rantalainen
Jean-François Fortin Tam: AVCHD is about H.264 codec but the codec
output is stored inside an MPEG transport stream and stored on media as
binary files (as explained on the wikipedia page you linked to). See
http://en.wikipedia.org/wiki/AVCHD#Specifications for details, notice
especially the part Stream type: MPEG transport stream.

A camcorder that stores the H.264 codec output in a .mov container is
not AVCHD conforming, if I've understood correctly.

H.264 codec works already fine with gstreamer, the problem is M2TS (or
.MTS in 8.3 file system) container format used to store the H.264 codec
output. VLC is already able to play H.264 stored inside M2TS container
modulo some bugs (such as not being able to correctly skip in the middle
of the file).

-- 
Broken support for AVCHD (MTS/M2TS)
https://bugs.launchpad.net/bugs/327872
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 327872] Re: Broken support for AVCHD (MTS/M2TS)

2010-02-19 Thread Mikko Rantalainen
Jean-François Fortin Tam: You're right that HDV is a different format
from AVCHD. On the other hand, the letters HDV in the summary seems to
be short for high definition video contrary to HDV format which
officially does not have an explanation for the letters. I agree that
the use of letters HDV in this context is ambiguous and the summary
could do better without it.

-- 
Broken support for AVCHD (MTS/M2TS)
https://bugs.launchpad.net/bugs/327872
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Re: [Bug 327872] Re: Broken support for AVCHD (MTS/M2TS)

2010-02-19 Thread Jean-François Fortin Tam
Indeed, my bad for misreading that wikipedia page :)

-- 
Broken support for AVCHD (MTS/M2TS)
https://bugs.launchpad.net/bugs/327872
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 327872] Re: Broken support for AVCHD (MTS/M2TS)

2010-02-19 Thread Danny Piccirillo
Updated title and description for clarity

** Description changed:

- AVCHD is the de facto standard for HDV (high definition video)
- camcorders and as such, Ubuntu users need a way to easily play, edit and
- see thumbnails of videos created.
+ MPEG transport stream (MPEG-TS) is used for HDV and AVCHD camcorders and
+ as such, Linux users need a way to easily play, edit and see thumbnails
+ of these videos. Video editing on Linux can't get very far when the de
+ facto standard for high-definition video isn't well-supported,
+ especially as more and more cameras are HD out of the box, and the
+ prices for such camcorders are falling.
  
  Most of the problem seems to be from the MPEG-TS demuxer in GStreamer
  [mpegtsdemux] which needs to be fixed or rewritten to support random
  access better, among other things.
- 
- Video editing on Linux can't very far when the hi-def video standard
- isn't well supported. This issue is becoming more and more important as
- more video cameras are HD out of the box, and the prices for such
- camcorders are falling.

** Summary changed:

- Broken support for AVCHD (MTS/M2TS)
+ Broken support for MPEG-TS: HDV and AVCHD (.mts/.m2ts) files

** Changed in: gstreamer0.10 (Ubuntu)
   Status: Triaged = Invalid

-- 
Broken support for MPEG-TS: HDV and AVCHD (.mts/.m2ts) files
https://bugs.launchpad.net/bugs/327872
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 327872] Re: Broken support for AVCHD (MTS/M2TS)

2010-02-18 Thread Jean-François Fortin Tam
The title and description of this bug is, from what I can tell, wrong.
AVCHD is *not* MPEG-2 TS, and certainly not HDV. Take a look at
http://en.wikipedia.org/wiki/AVCHD ; it's all H.264 AVC there.

Thus the current bug report should be about MPEG-2 Transport Stream
camcorders, because actual *AVCHD* camcorders (at least mine, which does
H.264 in a .mov container) do not cause any problems and work fine with
PiTiVi.

-- 
Broken support for AVCHD (MTS/M2TS)
https://bugs.launchpad.net/bugs/327872
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 327872] Re: Broken support for AVCHD (MTS/M2TS)

2010-02-17 Thread Danny Piccirillo
** Also affects: vlc
   Importance: Undecided
   Status: New

-- 
Broken support for AVCHD (MTS/M2TS)
https://bugs.launchpad.net/bugs/327872
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 327872] Re: Broken support for AVCHD (MTS/M2TS)

2010-01-30 Thread Danny Piccirillo
** Summary changed:

- Missing support for AVCHD (MTS/M2TS)
+ Broken support for AVCHD (MTS/M2TS)

** Description changed:

- I suppose really this is more of a feature request ...
+ AVCHD is the de facto standard for HDV (high definition video)
+ camcorders and as such, Ubuntu users need a way to easily play, edit and
+ see thumbnails of videos created.
  
- Hi Def video formats (i.e., MTS) are quickly becoming the de facto
- standard for video camcorders and as such, Ubuntu users need a way to
- play, edit and see thumbnails of videos created. Currently a user must
- perform the following:
+ Most of the problem seems to be from the MPEG-TS demuxer in GStreamer
+ [mpegtsdemux] which needs to be fixed or rewritten to support random
+ access better, among other things.
  
- 1) Download FFMPEG current at: 
http://ffmpeg.mplayerhq.hu/ffmpeg-checkout-snapshot.tar.bz2
- 2) Then compile/configure/install by running ./configure, make, make install
- 3) Extract the audio from the m2ts file to output.wav using mplayer:
- mplayer -vc null -vo null -ao pcm:fast:waveheader:file=output.wav xxx.m2ts
- 4) Extract the video from the m2ts file to output.avi using ffmpeg
- ffmpeg -i xxx.m2ts -vcodec mpeg2video -sameq -s 1920×1080 -r 23.976 -an 
-f avi -copyts -benchmark output.avi
- 5) Create a final .avi file by merging the audio and video using mencoder
- mencoder output.avi -o final.avi -ovc copy -oac copy -audiofile 
output.wav 
- 
- This is a lot of extra work to simply view files from your new
- camcorder. Support therefore is required of:
- 
- - MTS container format
- - H.264 CODEC (including PAFF interlacing, current FFMPEG in Ubuntu gives 
this error when tying to do the above without downloading the current FFMPEG: 
[h264 @ 0xb7e8fa68]PAFF interlacing is not implemented )
- - 1920 X 1080 resolution
- 
- The support for this would be required to offer Ubuntu users the following 
features:
- - See thumbnails of their videos in Nautilus (just like they do with other 
formats such as AVI, MPEG, MOV, OGV, etc.)
- - Play/view/hear MTS files in Totem (both video and audio)
- 
- This would require incorporating bleeding edge FFMPEG into the distro.
- It would be the next great step towards multimedia ubiquity within
- Ubuntu (the next being a NLE app that works ... but that's another issue
- altogether ;)
+ Video editing on Linux can't very far when the hi-def video standard
+ isn't well supported. This issue is becoming more and more important as
+ more video cameras are HD out of the box, and the prices for such
+ camcorders are falling.

** Also affects: hundredpapercuts
   Importance: Undecided
   Status: New

-- 
Broken support for AVCHD (MTS/M2TS)
https://bugs.launchpad.net/bugs/327872
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Bug 327872] Re: Broken support for AVCHD (MTS/M2TS)

2010-01-30 Thread om26er
Thank you for bringing this bug to our attention. However, a paper cut
should be a small usability issue , in the default Ubuntu 9.10 install ,
that affects many people and is quick and easy to fix. So this bug can't
be addressed as part of the project.

For further info about papercuts criteria , pls read 
https://wiki.ubuntu.com/PaperCut

Don't worry though, This bug has been marked as invalid ONLY in the
papercuts project.

** Changed in: hundredpapercuts
   Status: New = Invalid

-- 
Broken support for AVCHD (MTS/M2TS)
https://bugs.launchpad.net/bugs/327872
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gstreamer0.10 in ubuntu.

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs