Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#6085 closed defect (needs_more_info)

ffmpeg : Invaild data found when processing input

Reported by: koonx Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

Summary of the bug:

ffmpeg : Invaild data found when processing input

How to reproduce:

Microsoft Windows [Version 6.3.9600]
(c) 2013 Microsoft Corporation. All rights reserved.

C:\Users\LENVOV\Desktop\ffmpeg-hi>ffmpeg-hi10-heaac.exe -i "HD.avs" -vcodec libx264 -crf 17 -preset medium  "t
est_4.mp4"
ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers
  built with gcc 4.8.3 (GCC)
  configuration: --enable-static --disable-shared --enable-gpl --enable-nonfree --enable-zlib --enable-bzlib -
-enable-libfreetype --enable-fontconfig --enable-libass --enable-libfaac --enable-libfdk_aac --enable-libmp3la
me --enable-libvorbis --enable-libtheora --enable-libxvid --enable-libx264 --enable-libx265 --enable-libbluray
 --enable-runtime-cpudetect --disable-debug --enable-w32threads --cpu=i686 --extra-libs=' -L/usr/local/lib -lx
265 -lstdc++' --extra-cflags=-static --extra-ldflags=-static
  libavutil      54. 20.100 / 54. 20.100
  libavcodec     56. 26.100 / 56. 26.100
  libavformat    56. 25.101 / 56. 25.101
  libavdevice    56.  4.100 / 56.  4.100
  libavfilter     5. 11.102 /  5. 11.102
  libswscale      3.  1.101 /  3.  1.101
  libswresample   1.  1.100 /  1.  1.100
  libpostproc    53.  3.100 / 53.  3.100
HD.avs: Invalid data found when processing input

C:\Users\LENVOV\Desktop\ffmpeg-hi>

Patches should be submitted to the ffmpeg-devel mailing list and not this bug tracker.

Hi.

Actually I download ffmpeg-hi from this website : https://sourceforge.net/projects/ffmpeg-hi/

which supported pixel formats: yuv420p10le yuv422p10le yuv444p10le nv20le

and when I tried to import video by avs script
Hd.avs script / "FFmpegSource2("DC_MV.mp4") "

I got an error "HD.avs: Invaild data found when processing input "

Why when I use 8bit ffmpeg don't get any issue, but when I used ffmpeg 10bit I got problem with avs script

Pic : https://postimg.org/image/lj3gwrwv5/

Attachments (1)

Untitled.png (22.8 KB ) - added by koonx 7 years ago.
FFmpeg

Download all attachments as: .zip

Change History (5)

by koonx, 7 years ago

Attachment: Untitled.png added

FFmpeg

comment:1 by Carl Eugen Hoyos, 7 years ago

Resolution: needs_more_info
Status: newclosed

I opened ticket #6086 for the copyright violation, please reopen this ticket if it is reproducible with current FFmpeg git head.

comment:2 by koonx, 7 years ago

OK, where I can get FFmpeg support 10bit encoding by avisynth script
Thanx .

comment:3 by Carl Eugen Hoyos, 7 years ago

The FFmpeg project only provides source code, no binaries, see http://ffmpeg.org/download.html for links to binary distributors.

comment:4 by koonx, 7 years ago

Thank you very much.

sorry to ask this Q here.
But I just want to know if it's possible to encode audio & video at the same time by FFmpeg
-c:a libfaac for audio
&
x264.exe for video.

Last edited 7 years ago by koonx (previous) (diff)
Note: See TracTickets for help on using tickets.