วิธีการต่อไฟล์ flv สองไฟล์เข้าด้วยกัน?


15

ฉันต้องการเชื่อมไฟล์ flv สองไฟล์ (ดาวน์โหลดจาก Youtube.com) โดยเครื่องมือบรรทัดคำสั่งของ Linux กวดวิชาที่มีความซับซ้อนมากเกินไปดังนั้นฉันพยายามกวดวิชา แต่ฉันได้รับผลลัพธ์ที่ว่างเปล่า ฉันไม่รู้วิธีแก้ไขปัญหา
ffmpegmencode

ffmpeg -i input_1.flv

ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
  built on Mar 22 2012 05:29:10 with gcc 4.6.3
This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
[flv @ 0x89faaa0] Estimating duration from bitrate, this may be inaccurate

Seems stream 0 codec frame rate differs from container frame rate: 59.94 (2997/50) -> 29.97 (30000/1001)
Input #0, flv, from 'input_1.flv':
  Metadata:
    starttime       : 0
    totalduration   : 173
    totaldatarate   : 457
    bytelength      : 9874241
    canseekontime   : true
    sourcedata      : B4A7D6704MH1334385311768958
    purl            : 
    pmsg            : 
  Duration: 00:02:52.83, start: 0.000000, bitrate: 459 kb/s
    Stream #0.0: Video: h264 (Main), yuv420p, 640x360 [PAR 1:1 DAR 16:9], 360 kb/s, 29.97 tbr, 1k tbn, 59.94 tbc
    Stream #0.1: Audio: aac, 44100 Hz, stereo, s16, 99 kb/s
At least one output file must be specified

ffmpeg -i input_2.flv

ffmpeg version 0.8.1-4:0.8.1-0ubuntu1, Copyright (c) 2000-2011 the Libav developers
  built on Mar 22 2012 05:29:10 with gcc 4.6.3
This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).
[flv @ 0x85b7aa0] Estimating duration from bitrate, this may be inaccurate

Seems stream 0 codec frame rate differs from container frame rate: 59.94 (2997/50) -> 29.97 (30000/1001)
Input #0, flv, from 'input_2.flv':
  Metadata:
    starttime       : 0
    totalduration   : 488
    totaldatarate   : 254
    bytelength      : 15467674
    canseekontime   : true
    sourcedata      : BADC21903MH1334385484128583
    purl            : 
    pmsg            : 
  Duration: 00:08:07.54, start: 0.000000, bitrate: 250 kb/s
    Stream #0.0: Video: h264 (Main), yuv420p, 640x360 [PAR 1:1 DAR 16:9], 151 kb/s, 29.97 tbr, 1k tbn, 59.94 tbc
    Stream #0.1: Audio: aac, 44100 Hz, stereo, s16, 99 kb/s
At least one output file must be specified

mencoder -of lavf -oac copy -ovc copy -o output.flv input_1.flv input_2.flv

MEncoder svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team
success: format: 0  data: 0x0 - 0x96ab41
libavformat version 53.21.0 (external)
Mismatching header version 53.19.0
libavformat file format detected.
[flv @ 0xb6b09d80]Estimating duration from bitrate, this may be inaccurate
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0
VIDEO:  [H264]  640x360  0bpp  29.970 fps  360.0 kbps (43.9 kbyte/s)
[V] filefmt:44  fourcc:0x34363248  size:640x360  fps:29.970  ftime:=0.0334
** MUXER_LAVF *****************************************************************
REMEMBER: MEncoder's libavformat muxing is presently broken and can generate
INCORRECT files in the presence of B-frames. Moreover, due to bugs MPlayer
will play these INCORRECT files as if nothing were wrong!
*******************************************************************************
OK, exit.
videocodec: framecopy (640x360 0bpp fourcc=34363248)
Audio format 0x4134504d is incompatible with '-oac copy', please try '-oac pcm' instead or use '-fafmttag' to override it.

Exiting...

mencoder -of lavf -oac pcm -ovc copy -o output.flv input_1.flv input_2.flv

MEncoder svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team
success: format: 0  data: 0x0 - 0x96ab41
libavformat version 53.21.0 (external)
Mismatching header version 53.19.0
libavformat file format detected.
[flv @ 0xb6bb6d80]Estimating duration from bitrate, this may be inaccurate
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0
VIDEO:  [H264]  640x360  0bpp  29.970 fps  360.0 kbps (43.9 kbyte/s)
[V] filefmt:44  fourcc:0x34363248  size:640x360  fps:29.970  ftime:=0.0334
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 53.35.0 (external)
Mismatching header version 53.32.2
AUDIO: 44100 Hz, 2 ch, s16le, 99.0 kbit/7.02% (ratio: 12376->176400)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4 Audio))
==========================================================================
** MUXER_LAVF *****************************************************************
REMEMBER: MEncoder's libavformat muxing is presently broken and can generate
INCORRECT files in the presence of B-frames. Moreover, due to bugs MPlayer
will play these INCORRECT files as if nothing were wrong!
*******************************************************************************
OK, exit.
videocodec: framecopy (640x360 0bpp fourcc=34363248)
VIDEO CODEC ID: 28
AUDIO CODEC ID: 2e, TAG: 0
Writing header...
[flv @ 0xb6bb6d80]Codec for stream 0 does not use global headers but container format requires global headers
[flv @ 0xb6bb6d80]Codec for stream 1 does not use global headers but container format requires global headers
[NULL @ 0xb6472380]codec not compatible with flv
Floating point exception (core dumped)

stat output.flv

  File: `output.flv'
  Size: 0           Blocks: 0          IO Block: 4096   regular empty file
Device: 700h/1792d  Inode: 1722857     Links: 1
Access: (0664/-rw-rw-r--)  Uid: ( 1000/     kev)   Gid: ( 1000/     kev)
Access: 2012-05-04 10:44:45.153319669 +0800
Modify: 2012-05-04 10:44:45.153319669 +0800
Change: 2012-05-04 10:44:45.153319669 +0800
 Birth: -

mencoder -forceidx -of lavf -oac copy -ovc copy -o output.flv clip1.flv clip2.flv clip3.flv แหล่งที่มา
เซบาสเตียน

คำตอบ:


11

ฉันจะทำสิ่งนี้กับ ffmpeg เป็นการส่วนตัว

Concat demuxer

ก่อนอื่นให้สร้างไฟล์inputs.txtที่มีลักษณะดังนี้:

file 'input1.flv'
file 'input2.flv'

จากนั้นใช้ ffmpeg ดังนี้:

ffmpeg -f concat -i inputs.txt -c copy output.mp4

(คุณสามารถใช้output.flvแม้ว่า MP4 เป็นรูปแบบทั่วไปที่มีประโยชน์อื่น ๆ อีกมากมาย) demuxer สามารถใช้งานได้กับรุ่นของ ffmpeg ตั้งแต่ 1.1 เป็นต้นไป หากคุณต้องการติด ffmpeg เวอร์ชันเก่าด้วยเหตุผลบางอย่างคุณสามารถใช้

โปรโตคอล Concat

มันซับซ้อนเล็กน้อย คอนเทนเนอร์ FLV ไม่สนับสนุนการต่อข้อมูลที่ระดับไฟล์ดังนั้นคุณจะต้องทำการรีโหลดไปยังคอนเทนเนอร์ที่ไม่เหมือน MPEG Transport Stream น่าเสียดายที่วิดีโอ h.264 และเสียง AAC คุณจะต้องใช้ตัวกรองบิตสตรีมสองสามตัว

เนื่องจากคุณอยู่บน linux คุณสามารถใช้ชื่อ pipes

mkfifo temp0 temp1

คุณจะต้องทำสิ่งต่อไปนี้ในสามหน้าต่างชั่วคราวที่แยกต่างหาก (หรือแท็บหากเทอร์มินัลอีมูเลเตอร์ของคุณรองรับพวกเขา - ctrl+shift+tโดยปกติจะเปิดแท็บใหม่):

ffmpeg -i input0.flv -map 0 -c copy -f mpegts -bsf h264_mp4toannexb -y temp0

ffmpeg -i input1.flv -map 0 -c copy -f mpegts -bsf h264_mp4toannexb -y temp1

ffmpeg -f mpegts -i "concat:temp0|temp1" -c copy -absf aac_adtstoasc output.mp4

ในความเป็นจริงคุณสามารถเรียกใช้สิ่งเหล่านี้ในบรรทัดคำสั่งหนึ่ง (ค่อนข้างซับซ้อนดู):

ffmpeg -i input0.flv -map 0 -c copy -f mpegts -bsf h264_mp4toannexb -y temp0 2> /dev/null & \
ffmpeg -i input1.flv -map 0 -c copy -f mpegts -bsf h264_mp4toannexb -y temp1 2> /dev/null & \
ffmpeg -f mpegts -i "concat:temp0|temp1" -c copy -absf aac_adtstoasc output.mp4

ตรวจสอบให้แน่ใจว่า output.mp4 ไม่มีอยู่จริงซึ่งสิ่งนี้จะไม่ทำงาน หากมีใครบางคนกำลังอ่านสิ่งนี้อยู่ในระบบที่ไม่รองรับไพพ์ที่มีชื่อพวกเขาจะต้องใช้:

ffmpeg -i input0.flv -map 0 -c copy -f mpegts -bsf h264_mp4toannexb temp0.ts
ffmpeg -i input1.flv -map 0 -c copy -f mpegts -bsf h264_mp4toannexb temp1.ts
ffmpeg -i "concat:temp0.ts|temp1.ts" -c copy -absf aac_adtstoasc output.mp4

สิ่งนี้จะสร้างไฟล์ตัวกลางคู่หนึ่งชื่อว่า temp0.ts และ temp1.ts ซึ่งสามารถทำลายได้อย่างปลอดภัยเมื่อคุณทำเสร็จแล้ว

โปรดทราบว่าคำแนะนำเหล่านี้จะใช้ได้กับไฟล์ FLV ที่ระบุใน OP และอาจเป็น FLV ที่ทันสมัยที่สุดจากอินเทอร์เน็ตเนื่องจากพวกเขาใช้วิดีโอ h264 และ aac audio เกือบทั่วโลก สำหรับตัวแปลงสัญญาณอื่น ๆ คำแนะนำเหล่านี้จะต้องมีการปรับแต่งเล็กน้อย


คำตอบที่ยอดเยี่ยม! นี่เป็นวิธีเดียวที่ฉันจัดการเพื่อผสาน FLV โดยไม่ต้องบันทึกวิดีโอใหม่
neu242

1
@DaveJarvis คุณอาจใช้ ffmpeg เวอร์ชั่นเก่า (เช่นที่อยู่ในแหล่งเก็บข้อมูลของ Linux distros หลัก ๆ ) จากความคิดเห็นของคุณไปยังอีกคำตอบของฉันฉันคิดว่าคุณกำลังใช้ Debian หรือ Ubuntu (หรืออนุพันธ์) ซึ่งไม่ได้มี ffmpeg จริง แต่เป็นรุ่นปลอมและจงใจอย่างจงใจจากทีม libav (เนื่องจากน่ารังเกียจบางอย่าง การเมืองการทำโครงการ () ลองกับรุ่นที่คงที่ของ ffmpeg จากที่นี่หรือรวบรวมของคุณต่อไปนี้การเรียนการสอนเกี่ยวกับตัวเองวิกิพีเดีย ffmpeg
evilsoup

2

คุณยืนยันในการใช้รูปแบบ FLV หรือไม่? คุณสามารถแปลงเป็น mpg หรือรูปแบบอื่น ๆ (อ้างอิงนี้ ) จากนั้นเข้าร่วม (อ้างอิงนี้ )

หรือคุณอาจลองวิธีการเข้าร่วมโดยตรงบนไฟล์ flv

แก้ไข

อ่านนี้หรือนี้ มันใช้พารามิเตอร์ที่แตกต่างกันสำหรับ MEncoder


ขอบคุณ. แต่จะใช้พื้นที่ดิสก์มากขึ้นในการจัดเก็บไฟล์ mpg และใช้เวลานานในการเข้ารหัส ฉันต้องการต่อไฟล์ flv สองไฟล์และแก้ไขส่วนหัว
kev

ตกลง. วิธีการเข้าร่วมในลิงค์ของฉันใช้กับไฟล์ flv ได้หรือไม่ (วิธี "cat")
tumchaaditya

1

ฉันพบแพ็กเกจหลาม: http://pypi.python.org/pypi/vnc2flv/


flvcat.py

flvcat.pyเป็นโปรแกรมแก้ไขง่าย ๆ สำหรับภาพยนตร์ FLV รองรับการตัดต่อภาพยนตร์หลายเรื่องตัดขนาดเฟรมของภาพยนตร์สุ่มภาพยนตร์อีกครั้งให้มีขนาดเล็กลงด้วยการแพนกล้องอัตโนมัติ ฯลฯ ไวยากรณ์:

flvcat.py [options] src1[:ranges1] src2[:ranges2] ... output 

สำหรับไฟล์ภาพยนตร์แต่ละไฟล์คุณสามารถคลิปส่วนต่าง ๆ ของภาพยนตร์เพื่อเพิ่มโดยการระบุช่วง ช่วงคือรายการของมิลลิวินาทีที่คั่นด้วยเครื่องหมายจุลภาค ตัวอย่างเช่น,

out.flv:10000-20000 

หมายถึงคลิป 10 วินาทีจากภาพยนตร์ out.flv (0: 10-0: 20) รองรับการระบุจุดสิ้นสุดของช่วงเดียวเท่านั้น:

out.flv:10000- 

หมายถึงภาพยนตร์ทั้งหมดยกเว้น 10 วินาทีแรก เมื่อละเว้นช่วงจะใช้ภาพยนตร์ทั้งหมด

ตัวอย่าง:

$ flvcat.py movie1.flv movie2.flv output.flv
(Concatenate movie1.flv and movie2.flv and save it as output.flv)

$ flvcat.py -W 640x480 movie1.flv output.flv
(Resize the movie1.flv with auto-panning with its window size 640x480 and save it as output.flv)

$ flvcat.py movie1.flv:15000-30000 output.flv
(Clip the part of movie1.flv from 0:15 to 0:30 and save it as output.flv)

$ flvcat.py movie1.flv:2500- output.flv
(Chop the first 2.5 seconds off and save it as output.flv)

ตัวเลือก:

-r fps
    Specifies the number of frames per second. (default: 15) 
-K keyframe
    Specifies the rate of key frames that is inserted in every this number of frames. (default: every 150 frames) 
-B blocksize
    Specifies the block size. (default: 32) 
-C wxh{+|-}x{+|-}y
    Specifies the clipping. (default: entire frame) 
-W wxh
    Specifies the window size for auto panning. Auto panning tracks the changes in the screen and tries to focus on the active part of the screen. This helps reducing the movie screen size. (default: no auto panning) 
-S speed
    Specifies the speed of auto panning. (default: 60 frames) 
-f
    Forces overwriting the output file. 
โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.