Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Video Encoding > High Efficiency Video Coding (HEVC)

Reply
 
Thread Tools Search this Thread Display Modes
Old 30th March 2015, 09:13   #41  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
I will check, thanks.
Kurtnoise is offline   Reply With Quote
Old 30th March 2015, 19:00   #42  |  Link
benwaggoner
Moderator
 
Join Date: Jan 2006
Location: Portland, OR
Posts: 4,770
Quote:
Originally Posted by conc@n8 View Post
FFmpeg has implemented a few new muxing options recently, and perhaps -movflags faststart applies to such situations: http://ffmpeg.org/ffmpeg-formats.htm...-mp4_002c-ismv
This stuff is specifically for writing fragmented MPEG-4 files ala DASH and Smooth Streaming. These aren't compatible with many older .mp4 file-based players.

Also, there is no requirement for mov/mp4 that the MOOV atom be at the front. It's good to have it at the front for progressive download from a server that doesn't support byte-range access; this is called a "fast start" file. But for local playback or from a server that allows random access, it doesn't really matter.
__________________
Ben Waggoner
Principal Video Specialist, Amazon Prime Video

My Compression Book
benwaggoner is offline   Reply With Quote
Old 30th October 2015, 02:29   #43  |  Link
hydra3333
Registered User
 
Join Date: Oct 2009
Location: crow-land
Posts: 540
Quote:
These aren't compatible with many older .mp4 file-based players.
Thanks.
Confirming I haven't had any issues with "-movflags faststart" using a chromecast-from-raspberry-pi-webserver or a WDTV-live media player.
It seemed like a good practice, so I put it in my encoding stream anyway.

Does "-movflags faststart" mean that LigH's concern is no longer an issue ?
hydra3333 is offline   Reply With Quote
Old 27th April 2020, 10:38   #44  |  Link
Floatingshed
Registered User
 
Join Date: Nov 2008
Posts: 324
Is there a 64bit version of this?
Floatingshed is offline   Reply With Quote
Old 27th April 2020, 12:39   #45  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
Quote:
Originally Posted by Floatingshed View Post
Is there a 64bit version of this?
I think this method is not very popular. There are different tools used by GUIs and users. In staxrip that is ffmpeg, avs2pipemod and vspipe and they all work equally well.

If you are in the x265 dialog in staxrip there is a tab called Other where you can find an option called Piping Tool, in the same dialog at the bottom there is a dropdown that has a Show Command Line menu item, best open a source file before, that can show you example command lines on how to use this three piping tools.

Typically, piping is done by GUIs or scripts of power users because it's not completely simple, often the y4m format is used which has the limitation that it does not support the frame count which is needed for an encoder to show progress, a power user can write a script but for normal users it's too difficult.

This type of piping works only in cmd however, running cmd in powershell works like this:

Code:
cmd /s /c --% "regular command line without any escaping between this quotes"
It should also be noted that there are x265 builds that can open avs directly, maybe even vpy (vapoursynth), both frame servers are supported in ffmpeg (libavformat (lavf)) which these special x265 builds use.

Last edited by stax76; 27th April 2020 at 12:47.
stax76 is offline   Reply With Quote
Old 29th April 2020, 03:13   #46  |  Link
MeteorRain
結城有紀
 
Join Date: Dec 2003
Location: NJ; OR; Shanghai
Posts: 894
My x265 has a patch to support loading avs directly, just like in x264. avs4x265 was likely to be used with hacked high bit depth or to support running 32bit avs on 64bit x265.
__________________
Projects
x265 - Yuuki-Asuna-mod Download / GitHub
TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS
Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median
MeteorRain is offline   Reply With Quote
Old 4th May 2020, 21:45   #47  |  Link
halls
Registered User
 
Join Date: Jun 2010
Posts: 19
Quote:
Originally Posted by MeteorRain View Post
My x265 has a patch to support loading avs directly, just like in x264. 64bit x265.

Hi!


Can you write a short cmd syntax for that?
halls is offline   Reply With Quote
Old 4th May 2020, 22:47   #48  |  Link
stax76
Registered User
 
stax76's Avatar
 
Join Date: Jun 2002
Location: On thin ice
Posts: 6,837
https://x265.readthedocs.io/en/lates...mdoption-input
stax76 is offline   Reply With Quote
Old 4th May 2020, 23:15   #49  |  Link
Patman
Registered User
 
Patman's Avatar
 
Join Date: Jan 2015
Posts: 286
Quote:
Originally Posted by halls View Post
Hi!

Can you write a short cmd syntax for that?
I think it is the same like x264.exe (only x265 Yuuki-Asuna by MeteorRain)

Code:
x265.exe --output NUL C:\input.avs
__________________
Tools for StaxRip | x264 - x265

Last edited by Patman; 4th May 2020 at 23:19.
Patman is offline   Reply With Quote
Old 5th May 2020, 08:26   #50  |  Link
halls
Registered User
 
Join Date: Jun 2010
Posts: 19
Quote:
Originally Posted by Patman View Post
I think it is the same like x264.exe (only x265 Yuuki-Asuna by MeteorRain)

Code:
x265.exe --output NUL C:\input.avs
ok.


Latest realese
ffmpeg is worinkg fine.
Maybe i did something wrong.

halls is offline   Reply With Quote
Old 5th May 2020, 13:46   #51  |  Link
MeteorRain
結城有紀
 
Join Date: Dec 2003
Location: NJ; OR; Shanghai
Posts: 894
Please use the latest. Yuuki 3.3+3+29 or Asuna 3.2+7+29 added direct AVS input support.

Also it's not necessary to include input-res or frames because they are supplied by AVS script.

And you requested main10 profile but uses 8-bit binary. If you want 10-bit encoding you have to use a 10-bit or a multilib binary.

My multilib binaries defaults to 10-bit encoding. (So if you want 8-bit you have to specify -D 8 on multilib.)
__________________
Projects
x265 - Yuuki-Asuna-mod Download / GitHub
TS - ADTS AAC Splitter | LATM AAC Splitter | BS4K-ASS
Neo AviSynth+ filters - F3KDB | FFT3D | DFTTest | MiniDeen | Temporal Median

Last edited by MeteorRain; 5th May 2020 at 13:51.
MeteorRain is offline   Reply With Quote
Old 5th May 2020, 15:17   #52  |  Link
halls
Registered User
 
Join Date: Jun 2010
Posts: 19
Quote:
Originally Posted by MeteorRain View Post
Please use the latest. Yuuki 3.3+3+29 or Asuna 3.2+7+29 added direct AVS input support.

Also it's not necessary to include input-res or frames because they are supplied by AVS script.

And you requested main10 profile but uses 8-bit binary. If you want 10-bit encoding you have to use a 10-bit or a multilib binary.

My multilib binaries defaults to 10-bit encoding. (So if you want 8-bit you have to specify -D 8 on multilib.)

Thx. Its working now
halls is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 19:44.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.