#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
Attachments (1)
Change History (5)
by , 8 years ago
Attachment: | Untitled.png added |
---|
comment:1 by , 8 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
I opened ticket #6086 for the copyright violation, please reopen this ticket if it is reproducible with current FFmpeg git head.
comment:2 by , 8 years ago
OK, where I can get FFmpeg support 10bit encoding by avisynth script
Thanx .
comment:3 by , 8 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 , 8 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.
FFmpeg