Re: [FFmpeg-trac] #7169(undetermined:new): First chapter of MP4 is always at 0.0

2018-04-29 Thread FFmpeg
#7169: First chapter of MP4 is always at 0.0
-+-
 Reporter:  jonata   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  mov  |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by jonata):

 Applying chapters:

 {{{
 ffmpeg -i mov_bbb.mp4 -i chapters.txt -map_chapters 1 -c:a copy -c:v copy
 mov_bbb_with_chapters.mp4
 }}}
 {{{
 ffmpeg version N-90883-g29fd44adf1 Copyright (c) 2000-2018 the FFmpeg
 developers
   built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
   configuration: --enable-avisynth --enable-fontconfig --enable-gpl
 --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm
 --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb
 --enable-libopencore-amrwb --enable-libopus --enable-libsnappy --enable-
 libsoxr --enable-libspeex --enable-libtheora --enable-libvo-amrwbenc
 --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libx264
 --enable-libx265 --enable-libxvid --enable-libzmq --enable-libzvbi
 --enable-version3
   libavutil  56. 17.100 / 56. 17.100
   libavcodec 58. 19.100 / 58. 19.100
   libavformat58. 13.100 / 58. 13.100
   libavdevice58.  4.100 / 58.  4.100
   libavfilter 7. 20.100 /  7. 20.100
   libswscale  5.  2.100 /  5.  2.100
   libswresample   3.  2.100 /  3.  2.100
   libpostproc55.  2.100 / 55.  2.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'mov_bbb.mp4':
   Metadata:
 major_brand : mp42
 minor_version   : 0
 compatible_brands: mp42isomavc1
 creation_time   : 2012-03-13T08:58:06.00Z
 encoder : HandBrake 0.9.6 2012022800
   Duration: 00:00:10.03, start: 0.00, bitrate: 629 kb/s
 Chapter #0:0: start 0.00, end 10.00
 Metadata:
   title   : Chapter 1
 Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv,
 smpte170m/smpte170m/bt709), 320x176, 300 kb/s, 25 fps, 25 tbr, 90k tbn,
 180k tbc (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
   encoder : JVT/AVC Coding
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp, 160 kb/s (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Stream #0:2(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp, 160 kb/s
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Stream #0:3(und): Data: bin_data (text / 0x74786574), 0 kb/s
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Input #1, ffmetadata, from 'chapters.txt':
   Duration: 00:00:08.65, start: 0.00, bitrate: 0 kb/s
 Chapter #1:0: start 2.153000, end 3.10
 Metadata:
   title   : First chapter should start at 2 sec
 Chapter #1:1: start 3.10, end 5.55
 Metadata:
   title   : Second chapter
 Chapter #1:2: start 5.55, end 8.653600
 Metadata:
   title   : Final chapter
 Output #0, mp4, to 'mov_bbb_with_chapters.mp4':
   Metadata:
 major_brand : mp42
 minor_version   : 0
 compatible_brands: mp42isomavc1
 encoder : Lavf58.13.100
 Chapter #0:0: start 2.153000, end 3.10
 Metadata:
   title   : First chapter should start at 2 sec
 Chapter #0:1: start 3.10, end 5.55
 Metadata:
   title   : Second chapter
 Chapter #0:2: start 5.55, end 8.653600
 Metadata:
   title   : Final chapter
 Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv,
 smpte170m/smpte170m/bt709), 320x176, q=2-31, 300 kb/s, 25 fps, 25 tbr, 90k
 tbn, 90k tbc (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
   encoder : JVT/AVC Coding
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp, 160 kb/s (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
   Stream #0:1 -> #0:1 (copy)
 Press [q] to stop, [?] for help
 frame=  250 fps=0.0 q=-1.0 Lsize= 573kB time=00:00:10.00 bitrate=
 469.1kbits/s speed= 335x
 video:367kB audio:197kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 1.682873%
 }}}

 checking:
 {{{
 ffprobe -show_chapters mov_bbb_with_chapters.mp4
 }}}
 {{{
 ffprobe version N-90883-g29fd44adf1 Copyright (c) 2007-2018 the FFmpeg
 developers
   built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
   configuration: --enable-avisynth --enable-fontconfig --enable-gpl
 --enable-libass --enable-libbluray 

Re: [FFmpeg-trac] #7169(undetermined:new): First chapter of MP4 is always at 0.0

2018-04-29 Thread FFmpeg
#7169: First chapter of MP4 is always at 0.0
-+-
 Reporter:  jonata   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  mov  |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by cehoyos):

 Of course not, I was just curious.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7169(undetermined:new): First chapter of MP4 is always at 0.0

2018-04-28 Thread FFmpeg
#7169: First chapter of MP4 is always at 0.0
-+-
 Reporter:  jonata   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  mov  |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by jonata):

 Replying to [comment:4 cehoyos]:
 > Where did you get this binary? I thought tessus builds are for OS X...
 You are correct, I mistakenly used the option extra-version tessus. I
 build it on Ubuntu 18.04, the first time using github and the following
 using git.ffmpeg.org. I will build it again, but in any case, does the OS
 matter on this issue?

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7169(undetermined:new): First chapter of MP4 is always at 0.0

2018-04-28 Thread FFmpeg
#7169: First chapter of MP4 is always at 0.0
-+-
 Reporter:  jonata   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  mov  |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by jonata):

 using https://git.ffmpeg.org/ just to make sure:

 {{{
 ffmpeg -i mov_bbb.mp4 -i chapters.txt -map_chapters 1 -c:a copy -c:v copy
 mov_bbb_with_chapters.mp4
 }}}
 {{{
 ffmpeg version N-90883-g29fd44adf1-tessus Copyright (c) 2000-2018 the
 FFmpeg developers
   built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
   configuration: --extra-version=tessus --enable-avisynth --enable-
 fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-
 libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame
 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus
 --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora
 --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-
 libwavpack --enable-libx264 --enable-libx265 --enable-libxvid --enable-
 libzmq --enable-libzvbi --enable-version3
   libavutil  56. 17.100 / 56. 17.100
   libavcodec 58. 19.100 / 58. 19.100
   libavformat58. 13.100 / 58. 13.100
   libavdevice58.  4.100 / 58.  4.100
   libavfilter 7. 20.100 /  7. 20.100
   libswscale  5.  2.100 /  5.  2.100
   libswresample   3.  2.100 /  3.  2.100
   libpostproc55.  2.100 / 55.  2.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'mov_bbb.mp4':
   Metadata:
 major_brand : mp42
 minor_version   : 0
 compatible_brands: mp42isomavc1
 creation_time   : 2012-03-13T08:58:06.00Z
 encoder : HandBrake 0.9.6 2012022800
   Duration: 00:00:10.03, start: 0.00, bitrate: 629 kb/s
 Chapter #0:0: start 0.00, end 10.00
 Metadata:
   title   : Chapter 1
 Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv,
 smpte170m/smpte170m/bt709), 320x176, 300 kb/s, 25 fps, 25 tbr, 90k tbn,
 180k tbc (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
   encoder : JVT/AVC Coding
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp, 160 kb/s (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Stream #0:2(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp, 160 kb/s
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Stream #0:3(und): Data: bin_data (text / 0x74786574), 0 kb/s
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Input #1, ffmetadata, from 'chapters.txt':
   Duration: 00:00:08.65, start: 0.00, bitrate: 0 kb/s
 Chapter #1:0: start 2.153000, end 3.10
 Metadata:
   title   : First chapter should start at 2 sec
 Chapter #1:1: start 3.10, end 5.55
 Metadata:
   title   : Second chapter
 Chapter #1:2: start 5.55, end 8.653600
 Metadata:
   title   : Final chapter
 Output #0, mp4, to 'mov_bbb_with_chapters.mp4':
   Metadata:
 major_brand : mp42
 minor_version   : 0
 compatible_brands: mp42isomavc1
 encoder : Lavf58.13.100
 Chapter #0:0: start 2.153000, end 3.10
 Metadata:
   title   : First chapter should start at 2 sec
 Chapter #0:1: start 3.10, end 5.55
 Metadata:
   title   : Second chapter
 Chapter #0:2: start 5.55, end 8.653600
 Metadata:
   title   : Final chapter
 Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv,
 smpte170m/smpte170m/bt709), 320x176, q=2-31, 300 kb/s, 25 fps, 25 tbr, 90k
 tbn, 90k tbc (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
   encoder : JVT/AVC Coding
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp, 160 kb/s (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Stream mapping:
   Stream #0:0 -> #0:0 (copy)
   Stream #0:1 -> #0:1 (copy)
 Press [q] to stop, [?] for help
 frame=  250 fps=0.0 q=-1.0 Lsize= 573kB time=00:00:10.00 bitrate=
 469.1kbits/s speed= 781x
 video:367kB audio:197kB subtitle:0kB other streams:0kB global headers:0kB
 muxing overhead: 1.682873%
 }}}

 ffprobe
 {{{
 ffprobe -show_chapters mov_bbb_with_chapters.mp4
 }}}
 {{{
 ffprobe version N-90883-g29fd44adf1-tessus Copyright (c) 2007-2018 the
 FFmpeg developers
   built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
   configuration: --extra-version=tessus 

Re: [FFmpeg-trac] #7169(undetermined:new): First chapter of MP4 is always at 0.0

2018-04-28 Thread FFmpeg
#7169: First chapter of MP4 is always at 0.0
-+-
 Reporter:  jonata   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  mov  |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by cehoyos):

 Where did you get this binary? I thought tessus builds are for OS X...

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac


Re: [FFmpeg-trac] #7169(undetermined:new): First chapter of MP4 is always at 0.0

2018-04-28 Thread FFmpeg
#7169: First chapter of MP4 is always at 0.0
-+-
 Reporter:  jonata   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  mov  |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-

Comment (by jonata):

 Yes, using the last version from github:

 {{{
 ffmpeg version 3.4.git-tessus Copyright (c) 2000-2018 the FFmpeg
 developers
 built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
 configuration: --extra-version=tessus --enable-avisynth --enable-
 fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-
 libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame
 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus
 --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora
 --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-
 libwavpack --enable-libx264 --enable-libx265 --enable-libxvid --enable-
 libzmq --enable-libzvbi --enable-version3
 libavutil  56. 17.100 / 56. 17.100
 libavcodec 58. 19.100 / 58. 19.100
 libavformat58. 13.100 / 58. 13.100
 libavdevice58.  4.100 / 58.  4.100
 libavfilter 7. 20.100 /  7. 20.100
 libswscale  5.  2.100 /  5.  2.100
 libswresample   3.  2.100 /  3.  2.100
 libpostproc55.  2.100 / 55.  2.100
 }}}

 Applying chapters:
 {{{
 ffmpeg -i mov_bbb.mp4 -i chapters.txt -map_chapters 1 -c:a copy -c:v copy
 mov_bbb_with_chapters.mp4
 }}}

 or even specifying Apple text:
 {{{
 ffmpeg -i mov_bbb.mp4 -i chapters.txt -map_chapters 1 -c:a copy -c:v copy
 -c:s mov_text mov_bbb_with_chapters.mp4
 }}}

 returns
 {{{
 ffmpeg version 3.4.git-tessus Copyright (c) 2000-2018 the FFmpeg
 developers
   built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
   configuration: --extra-version=tessus --enable-avisynth --enable-
 fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-
 libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame
 --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopus
 --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora
 --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-
 libwavpack --enable-libx264 --enable-libx265 --enable-libxvid --enable-
 libzmq --enable-libzvbi --enable-version3
   libavutil  56. 17.100 / 56. 17.100
   libavcodec 58. 19.100 / 58. 19.100
   libavformat58. 13.100 / 58. 13.100
   libavdevice58.  4.100 / 58.  4.100
   libavfilter 7. 20.100 /  7. 20.100
   libswscale  5.  2.100 /  5.  2.100
   libswresample   3.  2.100 /  3.  2.100
   libpostproc55.  2.100 / 55.  2.100
 Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'mov_bbb.mp4':
   Metadata:
 major_brand : mp42
 minor_version   : 0
 compatible_brands: mp42isomavc1
 creation_time   : 2012-03-13T08:58:06.00Z
 encoder : HandBrake 0.9.6 2012022800
   Duration: 00:00:10.03, start: 0.00, bitrate: 629 kb/s
 Chapter #0:0: start 0.00, end 10.00
 Metadata:
   title   : Chapter 1
 Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv,
 smpte170m/smpte170m/bt709), 320x176, 300 kb/s, 25 fps, 25 tbr, 90k tbn,
 180k tbc (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
   encoder : JVT/AVC Coding
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp, 160 kb/s (default)
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Stream #0:2(und): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz,
 stereo, fltp, 160 kb/s
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Stream #0:3(und): Data: bin_data (text / 0x74786574), 0 kb/s
 Metadata:
   creation_time   : 2012-03-13T08:58:06.00Z
 Input #1, ffmetadata, from 'chapters.txt':
   Duration: 00:00:08.65, start: 0.00, bitrate: 0 kb/s
 Chapter #1:0: start 2.153000, end 3.10
 Metadata:
   title   : First chapter should start at 2 sec
 Chapter #1:1: start 3.10, end 5.55
 Metadata:
   title   : Second chapter
 Chapter #1:2: start 5.55, end 8.653600
 Metadata:
   title   : Final chapter
 Output #0, mp4, to 'mov_bbb_with_chapters.mp4':
   Metadata:
 major_brand : mp42
 minor_version   : 0
 compatible_brands: mp42isomavc1
 encoder : Lavf58.13.100
 Chapter #0:0: start 2.153000, end 3.10
 Metadata:
   title   : First chapter should start at 2 sec
 Chapter #0:1: start 3.10, end 5.55
 Metadata:
   title  

Re: [FFmpeg-trac] #7169(undetermined:new): First chapter of MP4 is always at 0.0

2018-04-27 Thread FFmpeg
#7169: First chapter of MP4 is always at 0.0
-+-
 Reporter:  jonata   |Owner:
 Type:  defect   |   Status:  new
 Priority:  normal   |Component:
  Version:  unspecified  |  undetermined
 Keywords:  mov  |   Resolution:
 Blocking:   |   Blocked By:
Analyzed by developer:  0|  Reproduced by developer:  0
-+-
Changes (by cehoyos):

 * keywords:  chapters => mov
 * version:  3.4 => unspecified
 * component:  ffmpeg => undetermined


Comment:

 Please confirm that the issue is reproducible with current FFmpeg git head
 (nothing else is supported here) and provide the command line that allows
 to reproduce the issue together with the complete, uncut console output.

--
Ticket URL: 
FFmpeg 
FFmpeg issue tracker
___
FFmpeg-trac mailing list
FFmpeg-trac@avcodec.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac