public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] How to convert and watch dav video file?
@ 2014-01-16 12:19 Gevisz
  2014-01-16 12:30 ` Neil Bothwick
                   ` (2 more replies)
  0 siblings, 3 replies; 16+ messages in thread
From: Gevisz @ 2014-01-16 12:19 UTC (permalink / raw
  To: gentoo-user

I have to watch a lot of dav video files and possibly convert
them to a more common video format like avi or mp4.

What are my options?

Thank you.

P.S. My vlc does not understands this format.


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-16 12:19 [gentoo-user] How to convert and watch dav video file? Gevisz
@ 2014-01-16 12:30 ` Neil Bothwick
  2014-01-16 13:21   ` Gevisz
  2014-01-17 17:00 ` Stroller
  2014-01-18  6:57 ` [gentoo-user] " James
  2 siblings, 1 reply; 16+ messages in thread
From: Neil Bothwick @ 2014-01-16 12:30 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 415 bytes --]

On Thu, 16 Jan 2014 14:19:52 +0200, Gevisz wrote:

> I have to watch a lot of dav video files and possibly convert
> them to a more common video format like avi or mp4.
> 
> What are my options?

Have you tried media-video/handbrake? It's straightforward to use and
comes with plenty of preset output settings.


-- 
Neil Bothwick

WinErr 007: System price error - Inadequate money spent on hardware

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-16 12:30 ` Neil Bothwick
@ 2014-01-16 13:21   ` Gevisz
  2014-01-16 14:01     ` Alan McKinnon
  0 siblings, 1 reply; 16+ messages in thread
From: Gevisz @ 2014-01-16 13:21 UTC (permalink / raw
  To: gentoo-user

On Thu, 16 Jan 2014 12:30:29 +0000
Neil Bothwick <neil@digimed.co.uk> wrote:

> On Thu, 16 Jan 2014 14:19:52 +0200, Gevisz wrote:
> 
> > I have to watch a lot of dav video files and possibly convert
> > them to a more common video format like avi or mp4.
> > 
> > What are my options?
> 
> Have you tried media-video/handbrake? It's straightforward to use and
> comes with plenty of preset output settings.

No.

I am afraid of installing a package that is masked in Gentoo portage tree.

emerge --search handbrake
Searching...    
[ Results for search key : handbrake ]
[ Applications found : 1 ]

*  media-video/handbrake [ Masked ]
      Latest version available: 9999
      Latest version installed: [ Not Installed ]
      Size of files: 0 kB
      Homepage:      http://handbrake.fr/
      Description:   Open-source, GPL-licensed, multiplatform,
  multithreaded video transcoder. License:       GPL-2

May be, something else?
 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-16 13:21   ` Gevisz
@ 2014-01-16 14:01     ` Alan McKinnon
  2014-01-16 15:45       ` Gevisz
  2014-01-27 13:21       ` Rick "Zero_Chaos" Farina
  0 siblings, 2 replies; 16+ messages in thread
From: Alan McKinnon @ 2014-01-16 14:01 UTC (permalink / raw
  To: gentoo-user

On 16/01/2014 15:21, Gevisz wrote:
> On Thu, 16 Jan 2014 12:30:29 +0000
> Neil Bothwick <neil@digimed.co.uk> wrote:
> 
>> On Thu, 16 Jan 2014 14:19:52 +0200, Gevisz wrote:
>>
>>> I have to watch a lot of dav video files and possibly convert
>>> them to a more common video format like avi or mp4.
>>>
>>> What are my options?
>>
>> Have you tried media-video/handbrake? It's straightforward to use and
>> comes with plenty of preset output settings.
> 
> No.
> 
> I am afraid of installing a package that is masked in Gentoo portage tree.
> 
> emerge --search handbrake
> Searching...    
> [ Results for search key : handbrake ]
> [ Applications found : 1 ]
> 
> *  media-video/handbrake [ Masked ]
>       Latest version available: 9999
>       Latest version installed: [ Not Installed ]
>       Size of files: 0 kB
>       Homepage:      http://handbrake.fr/
>       Description:   Open-source, GPL-licensed, multiplatform,
>   multithreaded video transcoder. License:       GPL-2
> 
> May be, something else?



don't use emerge -s to look for stuffs. It's slow and never shows the
full picture. Use app-portage/eix instead:

# eix handbrake
[I] media-video/handbrake
     Available versions:  (~)0.9.9 **9999 {fdk ffmpeg gstreamer gtk}
     Installed versions:  0.9.9(15:09:43 18/10/2013)(ffmpeg gstreamer
gtk -fdk)
     Homepage:            http://handbrake.fr/
     Description:         Open-source, GPL-licensed, multiplatform,
multithreaded video transcoder.


handbrake-0.9.9 works very well indeed but it's ~arch. If you don't see
it in your output, you need to --sync

Incidentally, there's nothing bad about installing that package's 9999
version. It's masked because it's in the source repo (all
cvs/svn/git/etc sources are always masked so they don't get installed
accidentally). But keeping them current is a pain.



-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-16 14:01     ` Alan McKinnon
@ 2014-01-16 15:45       ` Gevisz
  2014-01-16 17:34         ` Neil Bothwick
  2014-01-16 18:13         ` Alan McKinnon
  2014-01-27 13:21       ` Rick "Zero_Chaos" Farina
  1 sibling, 2 replies; 16+ messages in thread
From: Gevisz @ 2014-01-16 15:45 UTC (permalink / raw
  To: gentoo-user

On Thu, 16 Jan 2014 16:01:14 +0200
Alan McKinnon <alan.mckinnon@gmail.com> wrote:

> On 16/01/2014 15:21, Gevisz wrote:
> > On Thu, 16 Jan 2014 12:30:29 +0000
> > Neil Bothwick <neil@digimed.co.uk> wrote:
> > 
> >> On Thu, 16 Jan 2014 14:19:52 +0200, Gevisz wrote:
> >>
> >>> I have to watch a lot of dav video files and possibly convert
> >>> them to a more common video format like avi or mp4.
> >>>
> >>> What are my options?
> >>
> >> Have you tried media-video/handbrake? It's straightforward to use
> >> and comes with plenty of preset output settings.
> > 
> > No.
> > 
> > I am afraid of installing a package that is masked in Gentoo
> > portage tree.
> > 
> > emerge --search handbrake
> > Searching...    
> > [ Results for search key : handbrake ]
> > [ Applications found : 1 ]
> > 
> > *  media-video/handbrake [ Masked ]
> >       Latest version available: 9999
> >       Latest version installed: [ Not Installed ]
> >       Size of files: 0 kB
> >       Homepage:      http://handbrake.fr/
> >       Description:   Open-source, GPL-licensed, multiplatform,
> >   multithreaded video transcoder. License:       GPL-2
> > 
> > May be, something else?
> 
> 
> 
> don't use emerge -s to look for stuffs. It's slow and never shows the
> full picture. Use app-portage/eix instead:

Thank you for your advice. emerge --search is indeed very slow.

> 
> # eix handbrake
> [I] media-video/handbrake
>      Available versions:  (~)0.9.9 **9999 {fdk ffmpeg gstreamer gtk}
>      Installed versions:  0.9.9(15:09:43 18/10/2013)(ffmpeg gstreamer
> gtk -fdk)
>      Homepage:            http://handbrake.fr/
>      Description:         Open-source, GPL-licensed, multiplatform,
> multithreaded video transcoder.
> 
> 
> handbrake-0.9.9 works very well indeed but it's ~arch. If you don't
> see it in your output, you need to --sync

Last time, I updated my portage tree on January 11, 2014.
So, it is something different. May be, ~amd64.
 
> Incidentally, there's nothing bad about installing that package's 9999
> version. It's masked because it's in the source repo (all
> cvs/svn/git/etc sources are always masked so they don't get installed
> accidentally). But keeping them current is a pain.
 
Thank you for information, but so far I am trying to keep my system as
close to the main portage tree as possible and really afraid of any
masked packaged and even the packages from other overlays.

By the way, is there any way to find why any given package is masked
in the main portage tree?

Back to the main topic.

I have found out the ffmpeg can convert dav to avi but it also
outputs a lot of error messages. May be, because I use some wrong
options? I use:

ffmpeg -i input.dav -vcodec libx264 -crf 24 output.avi     

The error messages are like these:

missing picture in access unit with size 27time=00:00:04.92 bitrate=
171.6kbits/s non-existing PPS 1 referencedze=     145kB
time=00:00:08.00 bitrate= 148.5kbits/s [h264 @ 0x2b30ca0]
decode_slice_header error [h264 @ 0x2b30ca0] no frame!
Error while decoding stream #0:0: Operation not permitted
Partitioned H.264 support is incomplete7kB time=00:00:26.04 bitrate=
143.8kbits/s Error while decoding stream #0:0: Operation not permitted
non-existing PPS referencedsize=     689kB time=00:00:37.52 bitrate=
150.4kbits/s [h264 @ 0x2a84ac0] non-existing PPS 1 referenced
[h264 @ 0x2a84ac0] decode_slice_header error
[h264 @ 0x2a84ac0] no frame!
[h264 @ 0x2ac9800] Missing reference picture, default is 0
[h264 @ 0x2ac9800] decode_slice_header error
[h264 @ 0x2b30ca0] mmco: unref short failure
Error while decoding stream #0:0: Operation not permitted
illegal POC type 32 q=29.0 size=    1077kB time=00:00:58.20 bitrate=
151.5kbits/s [h264 @ 0x2a84ac0] illegal POC type 32
    Last message repeated 1 times
FMO not supported47 q=29.0 size=    1239kB time=00:01:07.12 bitrate=
151.2kbits/s [h264 @ 0x232e4a0] reference overflow (pps)
[h264 @ 0x2ac9800] FMO not supported
[h264 @ 0x2ac9800] reference overflow (pps)


^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-16 15:45       ` Gevisz
@ 2014-01-16 17:34         ` Neil Bothwick
  2014-01-16 18:13         ` Alan McKinnon
  1 sibling, 0 replies; 16+ messages in thread
From: Neil Bothwick @ 2014-01-16 17:34 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 2515 bytes --]

On Thu, 16 Jan 2014 17:45:14 +0200, Gevisz wrote:

> > # eix handbrake
> > [I] media-video/handbrake
> >      Available versions:  (~)0.9.9 **9999 {fdk ffmpeg gstreamer gtk}
> >      Installed versions:  0.9.9(15:09:43 18/10/2013)(ffmpeg gstreamer
> > gtk -fdk)
> >      Homepage:            http://handbrake.fr/
> >      Description:         Open-source, GPL-licensed, multiplatform,
> > multithreaded video transcoder.
> > 
> > 
> > handbrake-0.9.9 works very well indeed but it's ~arch. If you don't
> > see it in your output, you need to --sync
> 
> Last time, I updated my portage tree on January 11, 2014.
> So, it is something different. May be, ~amd64.

That's what Alan said, ~arch, as shown by the ~ in front of the version
number in the output from eix.

> Thank you for information, but so far I am trying to keep my system as
> close to the main portage tree as possible and really afraid of any
> masked packaged and even the packages from other overlays.

handbrake-0.9.9 is not masked, it is keyworded, a very different thing.
Masked means there is some reason if should not be generally used,
keyworded just means the ebuild is recent and hasn't yet moved frmo
testing to stable status. It is still in the main portage tree.

> By the way, is there any way to find why any given package is masked
> in the main portage tree?

Yes, ${PORTDIR}/profiles/package.mask contains al the masked packages
along with the reasons for their masking.

> Back to the main topic.
> 
> I have found out the ffmpeg can convert dav to avi but it also
> outputs a lot of error messages. May be, because I use some wrong
> options? I use:
> 
> ffmpeg -i input.dav -vcodec libx264 -crf 24 output.avi     
> 
> The error messages are like these:
> 
> missing picture in access unit with size 27time=00:00:04.92 bitrate=
> 171.6kbits/s non-existing PPS 1 referencedze=     145kB
> time=00:00:08.00 bitrate= 148.5kbits/s [h264 @ 0x2b30ca0]
> decode_slice_header error [h264 @ 0x2b30ca0] no frame!
> Error while decoding stream #0:0: Operation not permitted
> Partitioned H.264 support is incomplete7kB time=00:00:26.04 bitrate=

ffmpeg is a good example of user-hostile software, partly because video
encoding is such a complex subject. Mencoder suffers similarly, which is
why I suggested Handbrake in the first place. Pick your input file,
choose an output preset and hit the big green Start button.


-- 
Neil Bothwick

Top Oxymorons Number 6: Pretty ugly

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-16 15:45       ` Gevisz
  2014-01-16 17:34         ` Neil Bothwick
@ 2014-01-16 18:13         ` Alan McKinnon
  2014-01-17 16:56           ` Stroller
  1 sibling, 1 reply; 16+ messages in thread
From: Alan McKinnon @ 2014-01-16 18:13 UTC (permalink / raw
  To: gentoo-user

On 16/01/2014 17:45, Gevisz wrote:
>> Incidentally, there's nothing bad about installing that package's 9999
>> > version. It's masked because it's in the source repo (all
>> > cvs/svn/git/etc sources are always masked so they don't get installed
>> > accidentally). But keeping them current is a pain.
>  
> Thank you for information, but so far I am trying to keep my system as
> close to the main portage tree as possible and really afraid of any
> masked packaged and even the packages from other overlays.


You're being overly cautious to your own detriment. Handbrake is almost
permanently keyworded, I can't recall a time when a version was ever
marked stable. This is unrelated to code quality, it's likely to be
simply manpower (a huge thread is happening right now on -dev on this
very subject).

Handbrake works and works well. You get the same as what you'd get if
you installed it direct from the project site (or if you ran it on
MacOS). It's an app, nothing consumes it so it either works or it doesn't.

If we were discussing say dbus or apache&php putting latest unstable
package on an otherwise stable system you would indeed have a very valid
point. But this is not the case here. If ~arch handbrake needs to update
some other lib to ~arch, it won't work emerge and you'll get a very
verbose message saying why. Then you can make an informed decision.

-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-16 18:13         ` Alan McKinnon
@ 2014-01-17 16:56           ` Stroller
  2014-01-17 18:42             ` Alan McKinnon
  0 siblings, 1 reply; 16+ messages in thread
From: Stroller @ 2014-01-17 16:56 UTC (permalink / raw
  To: gentoo-user


On 16 Jan 2014, at 06:13 pm, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
> …  Handbrake is almost
> permanently keyworded, I can't recall a time when a version was ever
> marked stable. This is unrelated to code quality, it's likely to be
> simply manpower 

I thought Handbrake was masked because upstream have poor packaging practices.

The source for Handbrake (I think) contains the source of loads of other libs (which you might already have installed on your system), effectively snapshotted and hard-linked to. I.E., it's a mess.

Stroller.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-16 12:19 [gentoo-user] How to convert and watch dav video file? Gevisz
  2014-01-16 12:30 ` Neil Bothwick
@ 2014-01-17 17:00 ` Stroller
  2014-01-17 21:11   ` Gevisz
  2014-01-18  6:57 ` [gentoo-user] " James
  2 siblings, 1 reply; 16+ messages in thread
From: Stroller @ 2014-01-17 17:00 UTC (permalink / raw
  To: gentoo-user


On 16 Jan 2014, at 12:19 pm, Gevisz <gevisz@gmail.com> wrote:

> I have to watch a lot of dav video files and possibly convert
> them to a more common video format like avi or mp4.
> ...
> P.S. My vlc does not understands this format.

Have you tried viewing them in mplayer?

IMO ffmpeg or mplayer are the correct tools for conversion - my instinct says that Handbrake is not.

In another comment you report some error messages. I think your video files are recordings created by a handheld video camera - it's possible there are bugs in the video it creates.

At least if you use ffmpeg you'll be aware of these warnings - if the converted video plays, then fine, but at least you have the opportunity to tweak the settings and reduce the errors to the minimum. I think a GUI app like Handbrake will only hide the errors from you.

Stroller.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-17 16:56           ` Stroller
@ 2014-01-17 18:42             ` Alan McKinnon
  2014-01-17 18:59               ` Dale
  2014-01-17 20:26               ` Neil Bothwick
  0 siblings, 2 replies; 16+ messages in thread
From: Alan McKinnon @ 2014-01-17 18:42 UTC (permalink / raw
  To: gentoo-user

On 17/01/2014 18:56, Stroller wrote:
> 
> On 16 Jan 2014, at 06:13 pm, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
>> …  Handbrake is almost
>> permanently keyworded, I can't recall a time when a version was ever
>> marked stable. This is unrelated to code quality, it's likely to be
>> simply manpower 
> 
> I thought Handbrake was masked because upstream have poor packaging practices.
> 
> The source for Handbrake (I think) contains the source of loads of other libs (which you might already have installed on your system), effectively snapshotted and hard-linked to. I.E., it's a mess.
> 
> Stroller.
> 
> 
> 
> 


I think you might be right. Now that you mention it, handbrake sources
come with a humongous number of bundled libs. Makes chromium and
openoffice look like a walk in the park.

-- 
Alan McKinnon
alan.mckinnon@gmail.com



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-17 18:42             ` Alan McKinnon
@ 2014-01-17 18:59               ` Dale
  2014-01-17 20:26               ` Neil Bothwick
  1 sibling, 0 replies; 16+ messages in thread
From: Dale @ 2014-01-17 18:59 UTC (permalink / raw
  To: gentoo-user

Alan McKinnon wrote:
> On 17/01/2014 18:56, Stroller wrote:
>> On 16 Jan 2014, at 06:13 pm, Alan McKinnon <alan.mckinnon@gmail.com> wrote:
>>> …  Handbrake is almost
>>> permanently keyworded, I can't recall a time when a version was ever
>>> marked stable. This is unrelated to code quality, it's likely to be
>>> simply manpower 
>> I thought Handbrake was masked because upstream have poor packaging practices.
>>
>> The source for Handbrake (I think) contains the source of loads of other libs (which you might already have installed on your system), effectively snapshotted and hard-linked to. I.E., it's a mess.
>>
>> Stroller.
>>
>>
>>
>>
>
> I think you might be right. Now that you mention it, handbrake sources
> come with a humongous number of bundled libs. Makes chromium and
> openoffice look like a walk in the park.
>

I got this:

root@fireball / # equery f handbrake
 * Searching for handbrake ...
 * Contents of media-video/handbrake-0.9.9:
/usr
/usr/bin
/usr/bin/HandBrakeCLI
/usr/bin/ghb
/usr/share
/usr/share/applications
/usr/share/applications/ghb.desktop
/usr/share/doc
/usr/share/doc/handbrake-0.9.9
/usr/share/doc/handbrake-0.9.9/AUTHORS.bz2
/usr/share/doc/handbrake-0.9.9/CREDITS.bz2
/usr/share/doc/handbrake-0.9.9/NEWS.bz2
/usr/share/doc/handbrake-0.9.9/THANKS.bz2
/usr/share/doc/handbrake-0.9.9/TRANSLATIONS.bz2
/usr/share/icons
/usr/share/icons/hicolor
/usr/share/icons/hicolor/128x128
/usr/share/icons/hicolor/128x128/apps
/usr/share/icons/hicolor/128x128/apps/hb-icon.png
/usr/share/icons/hicolor/16x16
/usr/share/icons/hicolor/16x16/apps
/usr/share/icons/hicolor/16x16/apps/hb-icon.png
/usr/share/icons/hicolor/22x22
/usr/share/icons/hicolor/22x22/apps
/usr/share/icons/hicolor/22x22/apps/hb-icon.png
/usr/share/icons/hicolor/24x24
/usr/share/icons/hicolor/24x24/apps
/usr/share/icons/hicolor/24x24/apps/hb-icon.png
/usr/share/icons/hicolor/256x256
/usr/share/icons/hicolor/256x256/apps
/usr/share/icons/hicolor/256x256/apps/hb-icon.png
/usr/share/icons/hicolor/32x32
/usr/share/icons/hicolor/32x32/apps
/usr/share/icons/hicolor/32x32/apps/hb-icon.png
/usr/share/icons/hicolor/48x48
/usr/share/icons/hicolor/48x48/apps
/usr/share/icons/hicolor/48x48/apps/hb-icon.png
/usr/share/icons/hicolor/64x64
/usr/share/icons/hicolor/64x64/apps
/usr/share/icons/hicolor/64x64/apps/hb-icon.png
root@fireball / #
 

Does that help any?  Yea, I read about this in a article just about the
time this thread started.  I installed it for giggles.  I don't even
have a Blue Ray do hicky.   ROFL 

Dale

:-)  :-) 

-- 
I am only responsible for what I said ... Not for what you understood or how you interpreted my words!



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-17 18:42             ` Alan McKinnon
  2014-01-17 18:59               ` Dale
@ 2014-01-17 20:26               ` Neil Bothwick
  1 sibling, 0 replies; 16+ messages in thread
From: Neil Bothwick @ 2014-01-17 20:26 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 1090 bytes --]

On Fri, 17 Jan 2014 20:42:50 +0200, Alan McKinnon wrote:

> > I thought Handbrake was masked because upstream have poor packaging
> > practices.
> > 
> > The source for Handbrake (I think) contains the source of loads of
> > other libs (which you might already have installed on your system),
> > effectively snapshotted and hard-linked to. I.E., it's a mess.

> I think you might be right. Now that you mention it, handbrake sources
> come with a humongous number of bundled libs. Makes chromium and
> openoffice look like a walk in the park.

That used to be the case but the 0.9.9 ebuild contain this comment

 # the version 0.9.9 supports the use of system libraries.

and DEPENDS on the libraries that used to be bundled.

And it is not masked, although earlier versions were, it is just ~arch
keyworded. Earlier versions could be problematic, especially with ffmpeg
changing their API every month with a vowel in it, but now the bundled
libraries are gone, and the clashes along with them.


-- 
Neil Bothwick

Windows95 - crash compatible on Windows 3.x

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-17 17:00 ` Stroller
@ 2014-01-17 21:11   ` Gevisz
  2014-01-18 13:02     ` Stroller
  0 siblings, 1 reply; 16+ messages in thread
From: Gevisz @ 2014-01-17 21:11 UTC (permalink / raw
  To: gentoo-user

On Fri, 17 Jan 2014 17:00:21 +0000 Stroller <stroller@stellar.eclipse.co.uk> wrote:

> On 16 Jan 2014, at 12:19 pm, Gevisz <gevisz@gmail.com> wrote:
> 
> > I have to watch a lot of dav video files and possibly convert
> > them to a more common video format like avi or mp4.
> > ...
> > P.S. My vlc does not understands this format.
> 
> Have you tried viewing them in mplayer?

Yes, I have just emerged it (with the default use flags)
but it does not play dav video files properly. 

> IMO ffmpeg or mplayer are the correct tools for conversion - my
> instinct says that Handbrake is not.
> 
> In another comment you report some error messages. I think your video
> files are recordings created by a handheld video camera - it's
> possible there are bugs in the video it creates.

I think you are right.

Actually, I had the same thoughts but was not sure.

The videos are produced by a surveillance digital video recorder.

> At least if you use ffmpeg you'll be aware of these warnings - if the
> converted video plays, then fine, but at least you have the
> opportunity to tweak the settings and reduce the errors to the
> minimum. I think a GUI app like Handbrake will only hide the errors
> from you.

avi files created by ffmpeg are played ok both by vlc and mplayer.

So, I think that I have to convert them first and then use vlc.

Thank you for your help.

And thanks to all who replyed to this thread, as well. :) 



^ permalink raw reply	[flat|nested] 16+ messages in thread

* [gentoo-user] Re: How to convert and watch dav video file?
  2014-01-16 12:19 [gentoo-user] How to convert and watch dav video file? Gevisz
  2014-01-16 12:30 ` Neil Bothwick
  2014-01-17 17:00 ` Stroller
@ 2014-01-18  6:57 ` James
  2 siblings, 0 replies; 16+ messages in thread
From: James @ 2014-01-18  6:57 UTC (permalink / raw
  To: gentoo-user

Gevisz <gevisz <at> gmail.com> writes:


> I have to watch a lot of dav video files and possibly convert
> them to a more common video format like avi or mp4.

TI has a proprietary h.264 implemetation, encoding and encryption technology
built into various processors and DSPs, know as DaVinci [1]. The proprietary
videos are stored in a propriatary format. They provide a high-performance
TI DaVinci series DSP H.264 video. Many asian manufacturers
use a bastardized versions known as h.264-lite (AVCHD lite). Acutally,
the chineese video offering is a plethora of divergence and your experience,
vendor to vendor can vary widely. TI is the 800 lb gorilla in the h.264
space, probably providing the raw technology to 80% of the manufactures
of anything that runs h.264, or licensing via their patents on h.264.

There are tools/software to convert these video clips to other formats,
as you like, under windows, readily available[2]. 

You run into a lot of bullshit, deception and re-branding in this effort,
both from the camera and headend (storage) devices, as well as the snakes
that license these offering. All pay homage to MPLA (bastards). [3] TI
is one of the largest h.264 patent holders that MPLA enforces.

Here is an interesting discussion about a linux SDK [4].

A posible slick (but expensive) way to do this is purchase an expensive
package, like Sony's Vegas Pro12. I hear that is does everything, but,
I have not tried to work with .dav files.......

I have not tried the latest offering of handbrake, but since it is voiced
to be stable and capable, I am interested in this possibility too.

hth,
James

[1] http://www.ti.com/lsds/ti/dsp/video_processors/overview.page

[2] http://fileforum.betanews.com/detail/KLite-Codec-Pack-Full/1094057842/3

[3] http://www.bahamassecurity.com/cctvforum/forum_posts.asp?TID=499

[4] http://www.bahamassecurity.com/cctvforum/forum_posts.asp?TID=176





^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-17 21:11   ` Gevisz
@ 2014-01-18 13:02     ` Stroller
  0 siblings, 0 replies; 16+ messages in thread
From: Stroller @ 2014-01-18 13:02 UTC (permalink / raw
  To: gentoo-user


On 17 Jan 2014, at 09:11 pm, Gevisz <gevisz@gmail.com> wrote:
>> ...
>> Have you tried viewing them in mplayer?
> 
> Yes, I have just emerged it (with the default use flags)
> but it does not play dav video files properly. 

In the past I've found the mplayer / mencoder mailing list helpful. The devs there might even be interested to see a sample file, to see if they can better support it.

Stroller.



^ permalink raw reply	[flat|nested] 16+ messages in thread

* Re: [gentoo-user] How to convert and watch dav video file?
  2014-01-16 14:01     ` Alan McKinnon
  2014-01-16 15:45       ` Gevisz
@ 2014-01-27 13:21       ` Rick "Zero_Chaos" Farina
  1 sibling, 0 replies; 16+ messages in thread
From: Rick "Zero_Chaos" Farina @ 2014-01-27 13:21 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 01/16/2014 09:01 AM, Alan McKinnon wrote:
> Incidentally, there's nothing bad about installing that package's 9999
> version. It's masked because it's in the source repo (all
> cvs/svn/git/etc sources are always masked so they don't get installed
> accidentally). But keeping them current is a pain.
> 
smart-live-rebuild for the win.  emerge smart-live-rebuild &&
smart-live-rebuild

- -Zero
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJS5l1EAAoJEKXdFCfdEflKgJMQAI9AAy9xMdlxs8LF43iRGOk1
PLfhokhntD94QeJG09qSWzQiq85qx2quc2HT6rMuseV4G3nDqghQs1xwkZcBYEOe
IhHLWqNYT3H6NqbDl/j+jrhIoiReXUqFXGs6IkrTv1tjVwFryMS3AHb54ZLPavoc
Id9eP/Bc9WXJq3SMG8CophWSRjlT1KHo6iAw3CePQfyzqDOHbHquwXoHlEeWkbtB
g1sXufCC4GmmQko+CZSKnROf7e2z7g16WyCqtDWySWJVveY/ZdC2p45g/04FeSDD
ZDDDlKNUMfi/UJkJITkedxVeo0T2smau1UHnExrks6wL5f203le9PyN1z/hzSK4A
GMC5tEqSXxbZImycbPfw5CKwpCEEObfznHJLDSduWhuWZyTaLW0jKfR0LdYyxjUt
SSUJkYIw2Di8bpeRM7LrJTc3JzKm0ZHcaV4F05CKwGw011ciEv4+Jv3eIB9PQVZ9
371aSqFnCHTalZwUs+sV9JgP6Gqb3RrlWXNF/q9TBW2eFP+rw31ervqvgNdLyFUK
3MHZ+lugCGL6aJUwtBWwCIFNVQNz77u0no8Ki0oE9GNTB4u4S3RHV2xHDwFFk9vy
KRwyC0vcSKKc7zgfHSvMbozfn6xievNiVwL+ZWI4FD6HsTVOGhkBpY/7cefHfe6l
EYs3gPqWdBFv0T78qhZa
=Sm9U
-----END PGP SIGNATURE-----


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2014-01-28  1:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-16 12:19 [gentoo-user] How to convert and watch dav video file? Gevisz
2014-01-16 12:30 ` Neil Bothwick
2014-01-16 13:21   ` Gevisz
2014-01-16 14:01     ` Alan McKinnon
2014-01-16 15:45       ` Gevisz
2014-01-16 17:34         ` Neil Bothwick
2014-01-16 18:13         ` Alan McKinnon
2014-01-17 16:56           ` Stroller
2014-01-17 18:42             ` Alan McKinnon
2014-01-17 18:59               ` Dale
2014-01-17 20:26               ` Neil Bothwick
2014-01-27 13:21       ` Rick "Zero_Chaos" Farina
2014-01-17 17:00 ` Stroller
2014-01-17 21:11   ` Gevisz
2014-01-18 13:02     ` Stroller
2014-01-18  6:57 ` [gentoo-user] " James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox