mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2024-11-10 07:27:23 +01:00
commit
89642fdd56
@ -1,5 +1,7 @@
|
|||||||
# Basic rewrap command
|
# Basic rewrap command
|
||||||
ffmpeg -i input_file.ext -c copy -map 0 output_file.ext
|
ffmpeg -i input_file.ext -c copy -map 0 output_file.ext
|
||||||
|
# Generate Broadcast WAV
|
||||||
|
ffmpeg -i input_file.wav -c copy -write_bext 1 -metadata field_name='Content' output_file.wav
|
||||||
# Rewrap DV video to .dv file
|
# Rewrap DV video to .dv file
|
||||||
ffmpeg -i input_file -f rawvideo -c:v copy output_file.dv
|
ffmpeg -i input_file -f rawvideo -c:v copy output_file.dv
|
||||||
# Transcode to deinterlaced Apple ProRes LT
|
# Transcode to deinterlaced Apple ProRes LT
|
||||||
|
Loading…
Reference in New Issue
Block a user