ดูรายละเอียดไฟล์แล้วอยากรู้ว่าใช้โปรแกรมอะไรแปลงไฟล์

ใช้ MediaInfo ดูรายละเอียดไฟล์
Writing application         :   ไม่เห็นชื่อโปรแกรมถูกแก้เป็นชื่อเว็บ
Copyright                   : ไม่เห็นชื่อโปรแกรมถูกแก้เป็นชื่อเว็บ

Video
ID                          : 1
Format                      : AVC
Format/Info                 : Advanced Video Codec
Format profile              : Main@L4
Format settings             : CABAC / 3 Ref Frames
Format settings, CABAC      : Yes
Format settings, ReFrames   : 3 frames
Codec ID                    : avc1
Codec ID/Info               : Advanced Video Coding
Duration                    : 2 h 1 min
Bit rate mode               : Variable
Bit rate                    : 5 744 kb/s
Width                       : 1 920 pixels
Height                      : 1 080 pixels
Display aspect ratio        : 16:9
Frame rate mode             : Variable
Frame rate                  : 29.970 (29970/1000) FPS
Minimum frame rate          : 14.937 FPS
Maximum frame rate          : 19 776.000 FPS
Color space                 : YUV
Chroma subsampling          : 4:2:0
Bit depth                   : 8 bits
Scan type                   : Progressive
Bits/(Pixel*Frame)          : 0.092
Stream size                 : 4.85 GiB (95%)
Writing library             : x264 core 142 r2409M+r890[x86] release1
Encoding settings           : cabac=1 / ref=3 / deblock=1:1:1 / analyse=0x1:0x111 / me=hex / subme=6 / psy=1 / fade_compensate=0.00 / psy_rd=0.50:0.00 / mixed_ref=0 / me_range=16 / chroma_me=1 / trellis=0 / 8x8dct=0 / cqm=0 / deadzone=21,11 / fast_pskip=0 / chroma_qp_offset=-2 / threads=12 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=0 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / fgo=0 / bframes=2 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=3 / weightb=1 / open_gop=0 / weightp=1 / keyint=60 / keyint_min=31 / scenecut=0 / intra_refresh=0 / rc_lookahead=10 / rc=cbr / mbtree=1 / bitrate=5744 / ratetol=1.0 / qcomp=0.60 / qpmin=5 / qpmax=69 / qpstep=4 / vbv_maxrate=5744 / vbv_bufsize=12000 / nal_hrd=vbr / filler=0 / ip_ratio=1.40 / aq=1:1.00
Color range                 : Limited
Matrix coefficients         : BT.709

ตรง Writing library : x264 core 142 r2409M+r890[x86] release1 พอบอกได้มั้ยว่ามาจากโปรแกรมไหน

ผมลองโปรแกรมแปลง
ffmpeg ได้ Writing library :  x264 core 155 r2901 7d0ff22
HandBrake   ได้ Writing library :  x264 core 148 r2708 86b7198
ไม่เหมือนกัน เลยอยากรู้ว่า Writing library : x264 core 142 r2409M+r890[x86] release1 มาจากโปรแกรมอะไร เพราะเปิดไฟล์นี้แล้วภาพมันชัดลื่นดีมาก ต่างกับไฟล์ที่ลองแปลงเองด้วย ffmpeg กับ HandBrake
ถามอีกอย่าง วิธีแก้ตรง Writing application , Copyright  ทำยังไงครับ
คำตอบที่ได้รับเลือกจากเจ้าของกระทู้
ความคิดเห็นที่ 1
ถ้ารู้ parameter ขนาดนี้ใช้อะไรบีบก็ได้หมดแหละครับ ที่นิยมใช้กัน คือ ffmpeg ซึ่ง ฟรี
ffmpeg เป็น command line ถ้าอยากได้แบบมีอินเตอร์เฟสก็ลองกูเกิ้ลหาดู
http://ffmpeg.org

x264 เป็น codec ฟรี ตัวมันเองเป็นแค่ library ตามที่เขียนไว้ในข้อมูลนั่นละ
ทำหน้าที่บีบอัดไฟล์และสร้าง header ตามมาตฐาน AVC หรือ h.264
https://www.videolan.org/developers/x264.html

ต้องนำไปใช้ ผ่านโปรแกรมอื่นอีกที กรณี ffmpeg ก็จะใช้ syntax
-c:v libx264
https://trac.ffmpeg.org/wiki/Encode/H.264

ส่วน Copyright, Writing บลาๆ พวกนั้นเรียกว่า metadata
โปรแกรมแปลงไฟล์ส่วนใหญ่จะมีใส่ข้อมูลอัตโนมัติส่วนนึง คงข้อมูลต้นฉบับส่วนนึง และสามารถเขียนเพิ่มได้
ในกรณี ffmpeg จะใช้ syntax แบบนี้
-metadata Copyright="blah blah" -metadata Name="blah blah"
ซ้ำๆ ไปเรื่อยๆ ตามแต่จำนวน metadata
https://wiki.multimedia.cx/index.php/FFmpeg_Metadata

แสดงความคิดเห็น
โปรดศึกษาและยอมรับนโยบายข้อมูลส่วนบุคคลก่อนเริ่มใช้งาน อ่านเพิ่มเติมได้ที่นี่