Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.advocacy > #463547

Re: can someone test an OGG video on linux?

From Paul <nospam@needed.invalid>
Newsgroups comp.os.linux.advocacy, alt.comp.os.windows-10
Subject Re: can someone test an OGG video on linux?
Date 2018-08-17 11:24 -0400
Organization A noiseless patient Spider
Message-ID <pl6pah$4ir$1@dont-email.me> (permalink)
References <bh2su8.6hf.17.1@news.alt.net>

Cross-posted to 2 groups.

Show all headers | View raw


dale wrote:
> Hi,
> 
> I only have Windows. I used VLC to convert an MP4 to OGG. It plays well 
> in VLC. Can someone(s) test it on linux for me?
> 
> https://github.com/dalekellytoo/website/blob/master/images/Capture_20161219_2.ogg 
> 
> 
> <https://github.com/dalekellytoo/website/blob/master/images/Capture_20161219_2.ogg> 
> 
> 
> Thanks,
> 

Capture_20161219_2.mp4
386,343 bytes
SHA1: B8AA90B0C54E1EA23E66ABE5D87A6528EB3D67EC

Capture_20161219_2.ogg
190,005 bytes
SHA1: B3FCB1EBE80F7E2A91A5BB5A504DD5B062CEB445

Using ffprobe...

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Capture_20161219_2.mp4':
   Metadata:
     major_brand     : mp42
     minor_version   : 0
     compatible_brands: mp41isom
     creation_time   : 2017-02-19T17:21:07.000000Z
   Duration: 00:00:06.07, start: 0.000000, bitrate: 509 kb/s
     Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 800x480 [SAR 1:1 DAR 5:3], 377 kb/s, 30 fps, 30 tbr, 30k tbn, 60 tbc (default)
     Metadata:
       creation_time   : 2017-02-19T17:21:07.000000Z
       handler_name    : VideoHandler
       encoder         : AVC Coding
     Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 127 kb/s (default)
     Metadata:
       creation_time   : 2017-02-19T17:21:07.000000Z
       handler_name    : SoundHandler

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Capture_20161219_2.ogg':
   Metadata:
     major_brand     : isom
     minor_version   : 0
     compatible_brands: mp41avc1
     creation_time   : 2018-08-17T10:04:12.000000Z
     encoder         : vlc 3.0.3 stream output
     encoder-eng     : vlc 3.0.3 stream output
   Duration: 00:00:05.87, start: 0.000000, bitrate: 259 kb/s
     Stream #0:0(eng): Audio: mp3 (mp4a / 0x6134706D), 44100 Hz, stereo, s16p, 127 kb/s (default)
     Metadata:
       creation_time   : 2018-08-17T10:04:12.000000Z
       handler_name    : SoundHandler
     Stream #0:1(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 800x480 [SAR 1:1 DAR 5:3], 123 kb/s, 30 fps, 30 tbr, 90k tbn, 60 tbc (default)
     Metadata:
       creation_time   : 2018-08-17T10:04:12.000000Z
       handler_name    : VideoHandler

I don't think slapping .ogg on the filename, makes
it an OGG. The ffprobe output doesn't mention the
container type, just the video and audio codecs.

The extension .ogg might be for a soundfile only.
I have some counter-examples.

http://clips.vorwaerts-gmbh.de/big_buck_bunny.ogv
4654162 bytes  (1 minute)
SHA1: 2E6605AA454D18F8CEC76F0FE05C19AA2A39F9EF

http://clips.vorwaerts-gmbh.de/big_buck_bunny.webm
5071076 bytes  (1 minute)
SHA1: 0EB3B84B06E07B13C6FFDBEB15D7C738B1B6A9FA

[ogg @ 0x562338a5e080] Broken file, keyframe not correctly marked.
     Last message repeated 1 times
Input #0, ogg, from 'big_buck_bunny.ogv':
   Duration: 00:01:00.71, start: 0.000000, bitrate: 613 kb/s
     Stream #0:0: Data: none
     Stream #0:1: Video: theora, yuv420p, 640x360, 24 fps, 24 tbr, 24 tbn, 24 tbc
     Metadata:
       ENCODER         : ffmpeg2theora-0.26
       SOURCE_OSHASH   : 2db240d20536fa31
     Stream #0:2: Audio: vorbis, 22000 Hz, stereo, fltp, 96 kb/s
     Metadata:
       ENCODER         : ffmpeg2theora-0.26
       SOURCE_OSHASH   : 2db240d20536fa31
Unsupported codec with id 0 for input stream 0

Input #0, matroska,webm, from 'big_buck_bunny.webm':
   Metadata:
     encoder         : Flix
   Duration: 00:01:01.51, start: 0.000000, bitrate: 659 kb/s
     Stream #0:0(eng): Video: vp8, yuv420p(progressive), 640x360, SAR 1:1 DAR 16:9, 24 fps, 24 tbr, 1k tbn, 1k tbc (default)
     Metadata:
       title           : VP8 video stream
     Stream #0:1(eng): Audio: vorbis, 22050 Hz, mono, fltp (default)

The ".ogv" appears to be theora/vorbis.
The ".webm" appears to be VP8/vorbis.

In VLC, the .webm is liquid and artifact-free.

You could try some video conversions with ffmpeg.
Once the ffprobe detections improve, you can re-post.

Big_Buck_Bunny is from the Video For Everybody test page.

http://camendesign.com/code/video_for_everybody/test.html

HTH,
     Paul

Back to comp.os.linux.advocacy | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 06:18 -0400
  Re: can someone test an OGG video on linux? Melzzzzz <Melzzzzz@zzzzz.com> - 2018-08-17 10:31 +0000
    Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 04:11 -0700
    Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 09:45 -0400
      Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 07:03 -0700
  Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 03:40 -0700
  Re: can someone test an OGG video on linux? "Carlos E.R." <robin_listas@es.invalid> - 2018-08-17 13:17 +0200
    Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 09:44 -0400
      Re: can someone test an OGG video on linux? Sam E <why.should.this@be.email.invalid> - 2018-08-17 11:22 -0500
        Re: can someone test an OGG video on linux? "Carlos E.R." <robin_listas@es.invalid> - 2018-08-18 01:13 +0200
          Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 16:39 -0700
            Re: can someone test an OGG video on linux? Snit <usenet@gallopinginsanity.com> - 2018-08-17 17:22 -0700
              Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 17:42 -0700
    Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 11:09 -0500
  Re: can someone test an OGG video on linux? Andrzej Matuch <a.m@vt.ca> - 2018-08-17 13:29 +0000
    Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 06:32 -0700
    Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 09:40 -0400
      Re: can someone test an OGG video on linux? Andrzej Matuch <a.m@vt.ca> - 2018-08-17 13:54 +0000
        Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 10:17 -0400
          Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 07:34 -0700
          Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 07:49 -0700
          Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 11:40 -0500
            Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 15:19 -0400
              Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 12:30 -0700
                Re: can someone test an OGG video on linux? Snit <usenet@gallopinginsanity.com> - 2018-08-17 13:04 -0700
              Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 17:28 -0500
                Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 15:37 -0700
                Re: can someone test an OGG video on linux? Snit <usenet@gallopinginsanity.com> - 2018-08-17 17:22 -0700
                Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 19:57 -0400
          Re: can someone test an OGG video on linux? dale <dale@dalekelly.org> - 2018-08-17 14:27 -0400
          Maybe SOLVED dale <dale@dalekelly.org> - 2018-08-17 15:02 -0400
            Re: Maybe SOLVED Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 12:15 -0700
              Re: Maybe SOLVED Snit <usenet@gallopinginsanity.com> - 2018-08-17 13:04 -0700
            Re: Maybe SOLVED Paul <nospam@needed.invalid> - 2018-08-17 17:23 -0400
              Re: Maybe SOLVED dale <dale@dalekelly.org> - 2018-08-17 18:17 -0400
              Re: Maybe SOLVED Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 15:21 -0700
                Re: Maybe SOLVED Snit <usenet@gallopinginsanity.com> - 2018-08-17 17:23 -0700
            Re: Maybe SOLVED Mark Lloyd <not@mail.invalid> - 2018-08-17 17:30 -0500
              Re: Maybe SOLVED dale <dale@dalekelly.org> - 2018-08-17 19:54 -0400
                Re: Maybe SOLVED Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 16:55 -0700
                Re: Maybe SOLVED Snit <usenet@gallopinginsanity.com> - 2018-08-17 17:22 -0700
        can someone test an OGG video on linux? Simon bar Sinister <john.h.gohde@gmail.com> - 2018-08-17 07:29 -0700
          Re: can someone test an OGG video on linux? Andrzej Matuch <a.m@vt.ca> - 2018-08-17 16:09 +0000
            Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 09:37 -0700
        Re: can someone test an OGG video on linux? notX <no.email@dummy.invalid> - 2018-08-17 11:25 -0500
      Re: can someone test an OGG video on linux? Steve Carroll <frelwizzen@gmail.com> - 2018-08-17 07:18 -0700
  Re: can someone test an OGG video on linux? Paul <nospam@needed.invalid> - 2018-08-17 11:24 -0400
    Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 11:48 -0500
  Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 10:52 -0500
  Re: can someone test an OGG video on linux? Mark Lloyd <not@mail.invalid> - 2018-08-17 11:21 -0500

csiph-web