Panasonic SD9 1920x1080 25p Decode Problem
Hi, I am trying to find a way to use my AVCHD shot footage (with a Panasonic SD9)in 1920x1080 25p on a Avid editing system. Therefor I would like to encode these mts files to DNxHD 185 Mbit QT wrapped. The ffmpeg transcode seems to run fine. I can fast import into the Avid bin... But the file plays stuttered ... If I transcode the same source file using ffmpeg to a simple MPEG2 and play this back in VLC player, I get the same stuttered playback. So the problem must happen while decoding the mts file. I use latest windows build (SVN 15666) Here is what ffmpeg reports in debug mode: ffmpeg -i 00000.mts -vcodec mpeg2video -b 20Mb -s 320x180 -qscale 1 -q min d:\output.m2v -debug 1 FFmpeg version Sherpya-r15666, Copyright (c) 2000-2008 Fabrice Bellard, et al. libavutil 49.12. 0 / 49.12. 0 libavcodec 52. 0. 0 / 52. 0. 0 libavformat 52.22. 1 / 52.22. 1 libavdevice 52. 1. 0 / 52. 1. 0 libswscale 0. 6. 1 / 0. 6. 1 libpostproc 51. 2. 0 / 51. 2. 0 built on Oct 22 2008 23:37:16, gcc: 4.2.5 20080919 (prerelease) [Sherpya] Input #0, mpegts, from '00000.mts': Duration: 00:00:29.76, start: 0.841333, bitrate: 15863 kb/s Program 1 Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 25. 00 tb(r) Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, 5:1, s16, 384 kb/s File 'd:\output.m2v' already exists. Overwrite ? [y/N] y Output #0, mpeg2video, to 'd:\output.m2v': Stream #0.0, 1/90000: Video: mpeg2video, yuv420p, 320x180 [PAR 1:1 DAR 16:9] , 1/25, q=1-31, 20000 kb/s, 25.00 tb(c) Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop encoding [h264 @ 015624F0]no picture [h264 @ 015624F0]no picture [h264 @ 015624F0]no picture frame= 1485 fps= 24 q=1.0 Lsize= 18418kB time=59.36 bitrate=2541.8kbits/s video:18418kB audio:0kB global headers:0kB muxing overhead 0.000000% In Verbose mode I get a lot of these errors: timestamp discontinuity -120000, new offset= -681333 *** 5 dup! *** 3 dup! timestamp discontinuity -120000, new offset= -561333 frame= 13 fps= 0 q=1.0 size= 185kB time=0.48 bitrate=3158.9kbits/s dup=10 *** 3 dup! timestamp discontinuity -120000, new offset= -441333 *** 3 dup! timestamp discontinuity -120000, new offset= -321333 frame= 26 fps= 25 q=1.0 size= 394kB time=1.00 bitrate=3227.8kbits/s dup=18 *** 3 dup! timestamp discontinuity -120000, new offset= -201333 *** 3 dup! timestamp discontinuity -120000, new offset= -81333 *** 3 dup! frame= 42 fps= 27 q=1.0 size= 626kB time=1.64 bitrate=3128.4kbits/s dup=30 timestamp discontinuity -120000, new offset= 38667 *** 3 dup! timestamp discontinuity -120000, new offset= 158667 *** 3 dup! timestamp discontinuity -120000, new offset= 278667 frame= 55 fps= 26 q=1.0 size= 828kB time=2.16 bitrate=3142.1kbits/s dup=38 *** 3 dup! timestamp discontinuity -120000, new offset= 398667 *** 3 dup! timestamp discontinuity -120000, new offset= 518667 frame= 68 fps= 26 q=1.0 size= 1047kB time=2.68 bitrate=3199.7kbits/s dup=46 *** 3 dup! frame= 73 fps= 27 q=1.0 Lsize= 1118kB time=2.88 bitrate=3178.9kbits/s dup=5 0 drop=0 video:1118kB audio:0kB global headers:0kB muxing overhead 0.000000% Any ideas if this is known ... Or how to solve it ? Thanks. ---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program.
Hi Bart, Can you post a small fragment of this file somewhere? -Yves On Wed, Nov 12, 2008 at 12:50:22PM +0100, bart.delva at labolamot.be wrote:
Hi,
I am trying to find a way to use my AVCHD shot footage (with a Panasonic SD9)in 1920x1080 25p on a Avid editing system.
Therefor I would like to encode these mts files to DNxHD 185 Mbit QT wrapped.
The ffmpeg transcode seems to run fine. I can fast import into the Avid bin... But the file plays stuttered ...
If I transcode the same source file using ffmpeg to a simple MPEG2 and play this back in VLC player, I get the same stuttered playback. So the problem must happen while decoding the mts file.
I use latest windows build (SVN 15666)
Here is what ffmpeg reports in debug mode:
ffmpeg -i 00000.mts -vcodec mpeg2video -b 20Mb -s 320x180 -qscale 1 -q min d:\output.m2v -debug 1
FFmpeg version Sherpya-r15666, Copyright (c) 2000-2008 Fabrice Bellard, et al. libavutil 49.12. 0 / 49.12. 0 libavcodec 52. 0. 0 / 52. 0. 0 libavformat 52.22. 1 / 52.22. 1 libavdevice 52. 1. 0 / 52. 1. 0 libswscale 0. 6. 1 / 0. 6. 1 libpostproc 51. 2. 0 / 51. 2. 0 built on Oct 22 2008 23:37:16, gcc: 4.2.5 20080919 (prerelease) [Sherpya] Input #0, mpegts, from '00000.mts': Duration: 00:00:29.76, start: 0.841333, bitrate: 15863 kb/s Program 1 Stream #0.0[0x1011]: Video: h264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], 25. 00 tb(r) Stream #0.1[0x1100]: Audio: ac3, 48000 Hz, 5:1, s16, 384 kb/s File 'd:\output.m2v' already exists. Overwrite ? [y/N] y Output #0, mpeg2video, to 'd:\output.m2v': Stream #0.0, 1/90000: Video: mpeg2video, yuv420p, 320x180 [PAR 1:1 DAR 16:9] , 1/25, q=1-31, 20000 kb/s, 25.00 tb(c) Stream mapping: Stream #0.0 -> #0.0 Press [q] to stop encoding [h264 @ 015624F0]no picture [h264 @ 015624F0]no picture [h264 @ 015624F0]no picture frame= 1485 fps= 24 q=1.0 Lsize= 18418kB time=59.36 bitrate=2541.8kbits/s video:18418kB audio:0kB global headers:0kB muxing overhead 0.000000%
In Verbose mode I get a lot of these errors:
timestamp discontinuity -120000, new offset= -681333 *** 5 dup! *** 3 dup! timestamp discontinuity -120000, new offset= -561333 frame= 13 fps= 0 q=1.0 size= 185kB time=0.48 bitrate=3158.9kbits/s dup=10 *** 3 dup! timestamp discontinuity -120000, new offset= -441333 *** 3 dup! timestamp discontinuity -120000, new offset= -321333 frame= 26 fps= 25 q=1.0 size= 394kB time=1.00 bitrate=3227.8kbits/s dup=18 *** 3 dup! timestamp discontinuity -120000, new offset= -201333 *** 3 dup! timestamp discontinuity -120000, new offset= -81333 *** 3 dup! frame= 42 fps= 27 q=1.0 size= 626kB time=1.64 bitrate=3128.4kbits/s dup=30 timestamp discontinuity -120000, new offset= 38667 *** 3 dup! timestamp discontinuity -120000, new offset= 158667 *** 3 dup! timestamp discontinuity -120000, new offset= 278667 frame= 55 fps= 26 q=1.0 size= 828kB time=2.16 bitrate=3142.1kbits/s dup=38 *** 3 dup! timestamp discontinuity -120000, new offset= 398667 *** 3 dup! timestamp discontinuity -120000, new offset= 518667 frame= 68 fps= 26 q=1.0 size= 1047kB time=2.68 bitrate=3199.7kbits/s dup=46 *** 3 dup! frame= 73 fps= 27 q=1.0 Lsize= 1118kB time=2.88 bitrate=3178.9kbits/s dup=5 0 drop=0 video:1118kB audio:0kB global headers:0kB muxing overhead 0.000000%
Any ideas if this is known ... Or how to solve it ?
Thanks.
---------------------------------------------------------------- This message was sent using IMP, the Internet Messaging Program. _______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-user
participants (2)
-
bart.delva@labolamot.be -
yves@alfavisio.be