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?
Fixed in 1.0.3.1
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
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.
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
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
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.
Here is the file:
http://www.mediafire.com/download/mln691if6py1x5h/test.wtv
Thanks. This should be fixed in 1.0.3.4.
DUPLICATE
Last edit: RBoy 2014-02-28
DUPLICATE
Last edit: 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
[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.
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
1) When posting a ticket please include -ffmpeglog 40 in the args list. It enabled more details logging.
2) Ensure you have the latest driver installed (it looks like you don't). https://downloadcenter.intel.com/Detail_Desc.aspx?agr=Y&ProdId=3712&DwnldID=23639&ProductFamily=Graphics&ProductLine=Desktop+graphics+drivers&ProductProduct=3rd+Generation+Intel%C2%AE+Core%E2%84%A2+Processors+with+Intel%C2%AE+HD+Graphics+4000&lang=eng
3) I'll have a look at it. This is another discrete issue which wasn't uncovered because I wasn't transcoding the whole file (as you can see the first 2924 frames were transcoded) and it only repros on IVB (HSW has a different issue). Out of curiosity, what is the source of this file? Did WMC create it?
Last edit: babgvant 2014-02-28
Driver issue. Specify -hw on the command line to have QSTranscode use DX9 instead of defaulting to DX11.