Menu

#17 Unable to create TS mpeg2 file

1.0
closed
babgvant
None
2014-08-13
2014-02-06
RBoy
No

When trying to create a mpeg2 ts file as an output it doesn't work.

qstranscode.exe -i ..\mpeg2.wtv -o ..\test.ts -mpeg2
qstranscode v1.0.3.0
Intel(R) QuickSync Transcoding With FFMPEG

Microsoft Windows 8 (build 9200), 64-bit defaulting to DX11
MediaInfo: detected framerate = 29.970030
[wtv @ 0188e860] truncated file
[wtv @ 0188e860] reported file length (0x15b2b2fd0) exceeds number of available
sectors (0xb0000000)
[wtv @ 0188e860] truncated file
[mjpeg @ 02fb33e0] overread 8
[mpeg2video @ 01888940] Invalid frame dimensions 0x0.
[mpeg2video @ 01888940] Invalid frame dimensions 0x0.
[mpeg2video @ 01888940] Invalid frame dimensions 0x0.
[mpeg2video @ 01888940] Invalid frame dimensions 0x0.
[wtv @ 0188e860] Stream #3: not enough frames to estimate rate; consider increas
ing probesize
[wtv @ 0188e860] Stream #4: not enough frames to estimate rate; consider increas
ing probesize
Auto selected audio track: 0
Auto selected video track: 2
Selected streams: video = 2 audio = 0

Return on error: error code -15,        src\pipeline_transcode.cpp      1625

Return on error: error code -15,        src\pipeline_transcode.cpp      1944

The same command with -h264 works. Why doesn't mpeg2 work?

Discussion

  • babgvant

    babgvant - 2014-02-06
    • status: open --> accepted
    • assigned_to: babgvant
     
  • babgvant

    babgvant - 2014-02-06

    Fixed in 1.0.3.1

     
  • babgvant

    babgvant - 2014-02-06
    • status: accepted --> closed
     
  • RBoy

    RBoy - 2014-02-12

    It's still not working in 1.0.3.1

    qstranscode.exe -i test.wtv -o out.ts -mpeg2
    qstranscode v1.0.3.1
    Intel(R) QuickSync Transcoding With FFMPEG

    Microsoft Windows 8 (build 9200), 64-bit defaulting to DX11
    MediaInfo: detected framerate = 25.000000
    [wtv @ 00d1e860] reported file length (0xb41191b6) exceeds number of available sectors (0x40000000)
    [wtv @ 00d1e860] truncated file
    Auto selected audio track: 2
    Auto selected video track: 3
    Selected streams: video = 3 audio = 2
    Input video: AVC
    Output video: MPG2
    MFX dll: C:\Program Files\Intel\Media SDK\libmfxhw32.dll

    Transcoding started

    Return on error: error code -2, src\pipeline_transcode.cpp 913

    Transcoding finished

    Common transcoding time is 0.00 sec
    MFX session 0 transcoding FAILED:
    Processing time: 0.00 sec
    Number of processed frames: 0

    FAILED

    Return on error: error code 1, src\sample_multi_transcode.cpp 597

     
  • babgvant

    babgvant - 2014-02-12

    Whatever that failure is, it is a different problem than before (notice that the line # is different). AVC->MPEG2 works for me. Can you tell me more about the system (CPU, driver, etc)? Also might be worth seeing if non-PAL content works.

     
  • RBoy

    RBoy - 2014-02-12

    It's an Intel Ivy bridge system with HD 4000 integrated graphics. Icore 7 processor running Windows 8.1 64bit

    I've tried 2 different videos and both give me the same issue. I'll try more later

     
  • RBoy

    RBoy - 2014-02-18

    i'm not sure why you've clsoed the ticket. The conversion still fails and it is still an issue. Unless it's addressed, unfortunately this great piece of software is not a viable option to use since hte conversion fails.

    i hope it'll be fixed

     
  • babgvant

    babgvant - 2014-02-18

    It's closed because the problem as defined in the ticket has been fixed.

    You've discovered a separate issue (which I cannot reproduce) that has similar symptoms, but it is a discrete issue. If it would make you more comfortable to address that here instead of creating a new ticket which defines the new problem, that's fine I guess. Either way, unless I can reproduce it, it won't get fixed (I can't fix problems I don't have).

    At this point, the best thing is for you to upload a sample file somewhere (dropbox, onedrive, gdocs, etc.) that I can test with.

     
  • babgvant

    babgvant - 2014-02-27

    Thanks. This should be fixed in 1.0.3.4.

     
  • RBoy

    RBoy - 2014-02-28

    DUPLICATE

     

    Last edit: RBoy 2014-02-28
  • RBoy

    RBoy - 2014-02-28

    DUPLICATE

     

    Last edit: RBoy 2014-02-28
  • RBoy

    RBoy - 2014-02-28

    If one works the next breaks, sighhh..

    qstranscode -i test.wtv -o out.mp4 -h264
    qstranscode v1.0.3.4
    Intel(R) QuickSync Transcoding With FFMPEG
    IPG: Intel(R) Core(TM) i7-3540M CPU @ 3.00GHz
    GFX Driver: 1.5.46.0

    Microsoft Windows 8 (build 9200), 64-bit defaulting to DX11
    [wtv @ 0063e860] reported file length (0xb41191b6) exceeds number of available sectors (0x40000000)
    [wtv @ 0063e860] truncated file
    Selected audio track: 2
    Selected video track: 3
    Selected streams: video = 3 audio = 2
    SDK: v1.7 IMPL: HARDWARE
    [mp4 @ 03ba2820] track 1: could not find tag, codec not currently supported in container
    FFMPEG: avformat_write_header error!

    Return on error: error code -1, src\pipeline_transcode.cpp 2535

    Return on error: error code -1, src\pipeline_transcode.cpp 2162

     
    • babgvant

      babgvant - 2014-02-28

      [mp4 @ 03ba2820] track 1: could not find tag, codec not currently supported in container

      This means that your audio track (you aren't transcoding) isn't supported in mp4. It's not an issue with QSTranscode, or Ffmpeg, just something that won't work.

       
  • RBoy

    RBoy - 2014-02-28

    Still not working on mpeg2 either

    qstranscode -i test.wtv -o out.ts -mpeg2
    qstranscode v1.0.3.4
    Intel(R) QuickSync Transcoding With FFMPEG
    IPG: Intel(R) Core(TM) i7-3540M CPU @ 3.00GHz
    GFX Driver: 1.5.46.0

    Microsoft Windows 8 (build 9200), 64-bit defaulting to DX11
    [wtv @ 009fe860] reported file length (0xb41191b6) exceeds number of available sectors (0x40000000)
    [wtv @ 009fe860] truncated file
    Selected audio track: 2
    Selected video track: 3
    Selected streams: video = 3 audio = 2
    SDK: v1.7 IMPL: HARDWARE
    Input video: AVC
    Output video: MPG2
    MFX dll: C:\Program Files\Intel\Media SDK\libmfxhw32.dll

    Transcoding started
    ...
    Return on error: error code -10, src\pipeline_transcode.cpp 1082

    Return on error: error code -10, src\pipeline_transcode.cpp 1053

    Transcoding finished

    Common transcoding time is 33.88 sec
    MFX session 0 transcoding FAILED:
    Processing time: 33.88 sec
    Number of processed frames: 2924

    FAILED

    Return on error: error code 1, src\sample_multi_transcode.cpp 597

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.